summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-12-28 16:34:52 +0530
committerSuraj Yerramilli2015-12-28 16:34:52 +0530
commit25afd972bbd0a6e26de3284b166383d2d7ff65ab (patch)
treee3567d672d483bb711e12f7df35ad817ffc168b7 /man
parentca7034bd4ee4176b853eac7f734bc952872a7afd (diff)
downloadSysID-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.Rd2
-rw-r--r--man/arx.Rd2
-rw-r--r--man/oe.Rd2
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
diff --git a/man/arx.Rd b/man/arx.Rd
index 0ed53f6..f9d38b8 100644
--- a/man/arx.Rd
+++ b/man/arx.Rd
@@ -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
diff --git a/man/oe.Rd b/man/oe.Rd
index a893bb6..78d2de7 100644
--- a/man/oe.Rd
+++ b/man/oe.Rd
@@ -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