diff options
author | Suraj Yerramilli | 2015-11-01 23:34:37 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-11-01 23:34:37 +0530 |
commit | 99258294adb0fa1efb72e2719ff25266e701bde4 (patch) | |
tree | c9dfd9bedd513a02cdaa6960b7d2edf79f65366d /man/armax.Rd | |
parent | 3f84524ca77692c94accb3989e21399b0e4ebca4 (diff) | |
download | SysID-R-code-99258294adb0fa1efb72e2719ff25266e701bde4.tar.gz SysID-R-code-99258294adb0fa1efb72e2719ff25266e701bde4.tar.bz2 SysID-R-code-99258294adb0fa1efb72e2719ff25266e701bde4.zip |
Updating NAMESPACE and documentation
Diffstat (limited to 'man/armax.Rd')
-rw-r--r-- | man/armax.Rd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index 1d4bd2f..d4e5cf5 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -11,11 +11,10 @@ armax(x, order = c(0, 1, 1, 0)) \item{order:}{Specification of the orders: the four integer components (na,nb,nc,nk) are the order of polynolnomial A, order of polynomial B -+ 1, order of the polynomial,and the input-output delay respectively} ++ 1, order of the polynomial C,and the input-output delay respectively} } \value{ -An object with classes \code{estARX} and \code{estPoly}, containing -the following elements: +An object of class \code{estPoly} containing the following elements: \tabular{ll}{ \code{coefficients} \tab an \code{idpoly} object containing the |