diff options
author | Suraj Yerramilli | 2015-11-01 18:29:49 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-11-01 18:29:49 +0530 |
commit | 06c785249d57f74c47858fc09e4d9d5abfa5c745 (patch) | |
tree | 00fa38407e4dad36fa06cb45c7dd435afb736a3f /man/armax.Rd | |
parent | 1018e462838386837ae2d916c00b49678b1da239 (diff) | |
download | SysID-R-code-06c785249d57f74c47858fc09e4d9d5abfa5c745.tar.gz SysID-R-code-06c785249d57f74c47858fc09e4d9d5abfa5c745.tar.bz2 SysID-R-code-06c785249d57f74c47858fc09e4d9d5abfa5c745.zip |
Changed the optimization algorithm to Levenberg-Marquardt
Diffstat (limited to 'man/armax.Rd')
-rw-r--r-- | man/armax.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index 06bc17f..1d4bd2f 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -41,7 +41,7 @@ SISO ARMAX models are of the form + e[k] } The function estimates the coefficients using non-linear least squares -(Gauss-Newton Method) +(Levenberg-Marquardt Algorithm) \\ The data is expected to have no offsets or trends. They can be removed using the \code{\link{detrend}} function. |