diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/armax.Rd | 2 | ||||
-rw-r--r-- | man/arx.Rd | 5 | ||||
-rw-r--r-- | man/bj.Rd | 2 | ||||
-rw-r--r-- | man/oe.Rd | 2 |
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. } @@ -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. } @@ -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. } @@ -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. } |