diff options
author | Suraj Yerramilli | 2015-12-30 20:37:37 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-12-30 20:37:37 +0530 |
commit | 4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0 (patch) | |
tree | 20c0a83758d10816c2f312afb8cef3ab293956c8 /R | |
parent | a6288c34f0a76b1cb47b443f01cde075f6a221a4 (diff) | |
download | SysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.tar.gz SysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.tar.bz2 SysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.zip |
minor documentation updates
Diffstat (limited to '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 |