diff options
Diffstat (limited to 'R/estpoly.R')
-rw-r--r-- | R/estpoly.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/estpoly.R b/R/estpoly.R index 7d27cf8..4fa626d 100644 --- a/R/estpoly.R +++ b/R/estpoly.R @@ -289,7 +289,7 @@ armax <- function(x,order=c(0,1,1,0),options=optimOptions()){ #' Fit an output-error model of the specified order given the input-output data #' #' @param x an object of class \code{idframe} -#' @param order: Specification of the orders: the four integer components +#' @param 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 #' @param options Estimation Options, setup using |