summaryrefslogtreecommitdiff
path: root/man/bj.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-03-17 11:00:32 +0530
committerSuraj Yerramilli2016-03-17 11:00:32 +0530
commit7af7b54d57eee356b49c3c3288c502908f6bd27d (patch)
tree080e5650ec85b7366f33b79f38a2d8f922452ffe /man/bj.Rd
parentc373b5b9f8ac81e7d366a410960a0c895be0a5a1 (diff)
downloadSysID-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.Rd3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bj.Rd b/man/bj.Rd
index 30d2702..563a761 100644
--- a/man/bj.Rd
+++ b/man/bj.Rd
@@ -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}}}
}