summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-02-13 17:45:22 +0530
committerSuraj Yerramilli2016-02-13 17:45:22 +0530
commitf6c833827a6479686b336ec4853b0a4d8cdf6f54 (patch)
tree4c7918755b2d7d34ec78c4e2f823e0db8d0bd5f5 /man
parentd30546a145f82d41bde9dfdded0a59507c97da48 (diff)
downloadSysID-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.Rd2
-rw-r--r--man/optimOptions.Rd2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/arx.Rd b/man/arx.Rd
index f2a2cc2..0479bf0 100644
--- a/man/arx.Rd
+++ b/man/arx.Rd
@@ -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