From a3c8be0455fda4667270a1e7ec71b99d64a45a3e Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Fri, 18 Mar 2016 18:21:09 +0530 Subject: integrate noise option for ARMAX models --- man/armax.Rd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man') 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{ -- cgit