From 8d3e5be2b210b54c95e8bdbb7763b6e91b9096b4 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Wed, 30 Dec 2015 15:41:05 +0530 Subject: updated oe documentation --- man/oe.Rd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man/oe.Rd') 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} -- cgit