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 | |
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')
-rw-r--r-- | man/armax.Rd | 2 | ||||
-rw-r--r-- | man/arx.Rd | 2 | ||||
-rw-r--r-- | man/oe.Rd | 2 |
3 files changed, 3 insertions, 3 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 @@ -14,7 +14,7 @@ arx(x, order = c(0, 1, 0)) the input-output delay} } \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 @@ -14,7 +14,7 @@ oe(x, order = c(1, 1, 0)) 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 |