summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-12-30 20:37:37 +0530
committerSuraj Yerramilli2015-12-30 20:37:37 +0530
commit4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0 (patch)
tree20c0a83758d10816c2f312afb8cef3ab293956c8 /R
parenta6288c34f0a76b1cb47b443f01cde075f6a221a4 (diff)
downloadSysID-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.R2
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