diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/armax.Rd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index 2ef1410..56cc18b 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -40,9 +40,8 @@ SISO ARMAX models are of the form \ldots + b_{nk+nb} u[k-nk-nb] + c_{1} e[k-1] + \ldots c_{nc} e[k-nc] + e[k] } -The function estimates the coefficients using linear least squares (with -no regularization). Future versions may include regularization -parameters as well +The function estimates the coefficients using non-linear least squares +(Gauss-Newton Method) \\ The data is expected to have no offsets or trends. They can be removed using the \code{\link{detrend}} function. |