summaryrefslogtreecommitdiff
path: root/man/oe.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/oe.Rd')
-rw-r--r--man/oe.Rd5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/oe.Rd b/man/oe.Rd
index 314adc6..a75d14f 100644
--- a/man/oe.Rd
+++ b/man/oe.Rd
@@ -4,11 +4,14 @@
\alias{oe}
\title{Estimate Output-Error Models}
\usage{
-oe(x, order = c(1, 1, 0))
+oe(x, order = c(1, 1, 0), options = optimOptions())
}
\arguments{
\item{x}{an object of class \code{idframe}}
+\item{options}{Estimation Options, setup using
+\code{\link{optimOptions}}}
+
\item{order:}{Specification of the orders: the four integer components
(nb,nf,nk) are order of polynomial B + 1, order of the polynomial F,
and the input-output delay respectively}