diff options
author | Suraj Yerramilli | 2015-12-30 15:41:05 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-12-30 15:41:05 +0530 |
commit | 8d3e5be2b210b54c95e8bdbb7763b6e91b9096b4 (patch) | |
tree | 20a050563de9d7a44412517156db96ea28792e55 /R | |
parent | d333a1d95d8105532cbecde94c7945214b776d08 (diff) | |
download | SysID-R-code-8d3e5be2b210b54c95e8bdbb7763b6e91b9096b4.tar.gz SysID-R-code-8d3e5be2b210b54c95e8bdbb7763b6e91b9096b4.tar.bz2 SysID-R-code-8d3e5be2b210b54c95e8bdbb7763b6e91b9096b4.zip |
updated oe documentation
Diffstat (limited to 'R')
-rw-r--r-- | R/estpoly.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/R/estpoly.R b/R/estpoly.R index 3a0c7c8..9127b84 100644 --- a/R/estpoly.R +++ b/R/estpoly.R @@ -292,6 +292,8 @@ armax <- function(x,order=c(0,1,1,0),options=optimOptions()){ #' @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 +#' \code{\link{optimOptions}} #' #' @details #' SISO OE models are of the form |