diff options
-rw-r--r-- | NAMESPACE | 1 | ||||
-rw-r--r-- | man/estARX.Rd | 12 |
2 files changed, 13 insertions, 0 deletions
@@ -11,6 +11,7 @@ export(armax) export(arx) export(dataSlice) export(detrend) +export(estARX) export(etfe) export(idframe) export(idfrd) diff --git a/man/estARX.Rd b/man/estARX.Rd new file mode 100644 index 0000000..f7e8a40 --- /dev/null +++ b/man/estARX.Rd @@ -0,0 +1,12 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/estpoly.R +\name{estARX} +\alias{estARX} +\title{Estimate ARX Models} +\usage{ +estARX(data, order = c(0, 1, 0)) +} +\description{ +Estimate ARX Models +} + |