diff options
author | Suraj Yerramilli | 2015-12-28 16:34:52 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-12-28 16:34:52 +0530 |
commit | 25afd972bbd0a6e26de3284b166383d2d7ff65ab (patch) | |
tree | e3567d672d483bb711e12f7df35ad817ffc168b7 /man/armax.Rd | |
parent | ca7034bd4ee4176b853eac7f734bc952872a7afd (diff) | |
download | SysID-R-code-25afd972bbd0a6e26de3284b166383d2d7ff65ab.tar.gz SysID-R-code-25afd972bbd0a6e26de3284b166383d2d7ff65ab.tar.bz2 SysID-R-code-25afd972bbd0a6e26de3284b166383d2d7ff65ab.zip |
modifying estimation routines to desired format
Diffstat (limited to 'man/armax.Rd')
-rw-r--r-- | man/armax.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index d4e5cf5..1a711e3 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -14,7 +14,7 @@ armax(x, order = c(0, 1, 1, 0)) + 1, order of the polynomial C,and the input-output delay respectively} } \value{ -An object of class \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 |