summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-02-17 11:28:44 +0530
committerSuraj Yerramilli2016-02-17 11:28:44 +0530
commit92c3caebef9ae7bb361d6811589d3fd6e5c0430a (patch)
tree4947c12d78bee54dcbcc7ceca91aa399eab00703 /man
parentd6508786ce6c12c92e9a061c07d50c04bc39dec5 (diff)
downloadSysID-R-code-92c3caebef9ae7bb361d6811589d3fd6e5c0430a.tar.gz
SysID-R-code-92c3caebef9ae7bb361d6811589d3fd6e5c0430a.tar.bz2
SysID-R-code-92c3caebef9ae7bb361d6811589d3fd6e5c0430a.zip
correcting documentation
Diffstat (limited to 'man')
-rw-r--r--man/armax.Rd2
-rw-r--r--man/arx.Rd5
-rw-r--r--man/bj.Rd2
-rw-r--r--man/oe.Rd2
4 files changed, 5 insertions, 6 deletions
diff --git a/man/armax.Rd b/man/armax.Rd
index b1ca54d..b9939d8 100644
--- a/man/armax.Rd
+++ b/man/armax.Rd
@@ -46,7 +46,7 @@ SISO ARMAX models are of the form
}
The function estimates the coefficients using non-linear least squares
(Levenberg-Marquardt Algorithm)
-\\
+\cr
The data is expected to have no offsets or trends. They can be removed
using the \code{\link{detrend}} function.
}
diff --git a/man/arx.Rd b/man/arx.Rd
index 0479bf0..5dcc4e5 100644
--- a/man/arx.Rd
+++ b/man/arx.Rd
@@ -36,9 +36,8 @@ SISO ARX models are of the form
\ldots + b_{nk+nb} u[k-nk-nb] + e[k]
}
The function estimates the coefficients using linear least squares (with
-no regularization). Future versions may include regularization
-parameters as well
-\\
+regularization).
+\cr
The data is expected to have no offsets or trends. They can be removed
using the \code{\link{detrend}} function.
}
diff --git a/man/bj.Rd b/man/bj.Rd
index 453789e..30d2702 100644
--- a/man/bj.Rd
+++ b/man/bj.Rd
@@ -63,7 +63,7 @@ The orders of Box-Jenkins model are defined as follows:
The function estimates the coefficients using non-linear least squares
(Levenberg-Marquardt Algorithm)
-\\
+\cr
The data is expected to have no offsets or trends. They can be removed
using the \code{\link{detrend}} function.
}
diff --git a/man/oe.Rd b/man/oe.Rd
index 04141f4..7d0427e 100644
--- a/man/oe.Rd
+++ b/man/oe.Rd
@@ -47,7 +47,7 @@ SISO OE models are of the form
}
The function estimates the coefficients using non-linear least squares
(Levenberg-Marquardt Algorithm)
-\\
+\cr
The data is expected to have no offsets or trends. They can be removed
using the \code{\link{detrend}} function.
}