diff options
author | Suraj Yerramilli | 2016-02-13 17:45:22 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-02-13 17:45:22 +0530 |
commit | f6c833827a6479686b336ec4853b0a4d8cdf6f54 (patch) | |
tree | 4c7918755b2d7d34ec78c4e2f823e0db8d0bd5f5 /man | |
parent | d30546a145f82d41bde9dfdded0a59507c97da48 (diff) | |
download | SysID-R-code-f6c833827a6479686b336ec4853b0a4d8cdf6f54.tar.gz SysID-R-code-f6c833827a6479686b336ec4853b0a4d8cdf6f54.tar.bz2 SysID-R-code-f6c833827a6479686b336ec4853b0a4d8cdf6f54.zip |
updating docs
Diffstat (limited to 'man')
-rw-r--r-- | man/arx.Rd | 2 | ||||
-rw-r--r-- | man/optimOptions.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ \alias{arx} \title{Estimate ARX Models} \usage{ -arx(x, order = c(0, 1, 0)) +arx(x, order = c(0, 1, 0), lambda = 0.1) } \arguments{ \item{x}{an object of class \code{idframe}} diff --git a/man/optimOptions.Rd b/man/optimOptions.Rd index 6ca2193..067ded3 100644 --- a/man/optimOptions.Rd +++ b/man/optimOptions.Rd @@ -4,7 +4,7 @@ \alias{optimOptions} \title{Create optimization options} \usage{ -optimOptions(tol = 1e-05, maxIter = 20, LMinit = 100, LMstep = 8) +optimOptions(tol = 0.001, maxIter = 20, LMinit = 0.01, LMstep = 2) } \arguments{ \item{tol}{Minimum ratio of the improvement to the current loss |