summaryrefslogtreecommitdiff
path: root/man/armax.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-11-01 18:29:49 +0530
committerSuraj Yerramilli2015-11-01 18:29:49 +0530
commit06c785249d57f74c47858fc09e4d9d5abfa5c745 (patch)
tree00fa38407e4dad36fa06cb45c7dd435afb736a3f /man/armax.Rd
parent1018e462838386837ae2d916c00b49678b1da239 (diff)
downloadSysID-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.Rd2
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.