summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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