diff options
author | Suraj Yerramilli | 2016-03-17 11:00:32 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-03-17 11:00:32 +0530 |
commit | 7af7b54d57eee356b49c3c3288c502908f6bd27d (patch) | |
tree | 080e5650ec85b7366f33b79f38a2d8f922452ffe /man/bj.Rd | |
parent | c373b5b9f8ac81e7d366a410960a0c895be0a5a1 (diff) | |
download | SysID-R-code-7af7b54d57eee356b49c3c3288c502908f6bd27d.tar.gz SysID-R-code-7af7b54d57eee356b49c3c3288c502908f6bd27d.tar.bz2 SysID-R-code-7af7b54d57eee356b49c3c3288c502908f6bd27d.zip |
updating documentation
Diffstat (limited to 'man/bj.Rd')
-rw-r--r-- | man/bj.Rd | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ bj(z, order = c(1, 1, 1, 1, 0), init_sys = NULL, options = optimOptions()) order of the polynomial D, order of the polynomial F, and the input-output delay respectively} +\item{init_sys}{Linear polynomial model that configures the initial parameterization. +Must be a BJ model. Overrules the \code{order} argument} + \item{options}{Estimation Options, setup using \code{\link{optimOptions}}} } |