diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/armax.Rd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index 5bb880a..8e86575 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -4,7 +4,8 @@ \alias{armax} \title{Estimate ARMAX Models} \usage{ -armax(x, order = c(0, 1, 1, 0), init_sys = NULL, options = optimOptions()) +armax(x, order = c(0, 1, 1, 0), init_sys = NULL, intNoise = FALSE, + options = optimOptions()) } \arguments{ \item{x}{an object of class \code{idframe}} @@ -16,6 +17,9 @@ armax(x, order = c(0, 1, 1, 0), init_sys = NULL, options = optimOptions()) \item{init_sys}{Linear polynomial model that configures the initial parameterization. Must be an ARMAX model. Overrules the \code{order} argument} +\item{intNoise}{Logical variable indicating whether to add integrators in +the noise channel (Default=\code{FALSE})} + \item{options}{Estimation Options, setup using \code{\link{optimOptions}}} } \value{ |