summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-03-18 15:58:49 +0530
committerSuraj Yerramilli2016-03-18 15:58:49 +0530
commit5bf53d5bae290b2c7c00ac611a6c9a5b066d093f (patch)
tree2b95582c8cd4f30941fa1c9b6701e7eeb3eee9d0 /man
parent274ae5bf9d534fe3cba1da4ffba232395027324d (diff)
downloadSysID-R-code-5bf53d5bae290b2c7c00ac611a6c9a5b066d093f.tar.gz
SysID-R-code-5bf53d5bae290b2c7c00ac611a6c9a5b066d093f.tar.bz2
SysID-R-code-5bf53d5bae290b2c7c00ac611a6c9a5b066d093f.zip
documenting the integrate noise option
Diffstat (limited to 'man')
-rw-r--r--man/idpoly.Rd6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/idpoly.Rd b/man/idpoly.Rd
index 68d2caf..f95eca2 100644
--- a/man/idpoly.Rd
+++ b/man/idpoly.Rd
@@ -5,7 +5,8 @@
\title{Polynomial model with identifiable parameters}
\usage{
idpoly(A = 1, B = 1, C = 1, D = 1, F1 = 1, ioDelay = 0, Ts = 1,
- noiseVar = 1, unit = c("seconds", "minutes", "hours", "days")[1])
+ noiseVar = 1, intNoise = F, unit = c("seconds", "minutes", "hours",
+ "days")[1])
}
\arguments{
\item{A}{autoregressive coefficients}
@@ -22,6 +23,9 @@ of the stochastic model}
\item{noiseVar}{variance of the white noise source (Default=\code{1})}
+\item{intNoise}{Logical variable indicating presence or absence of integrator
+in the noise channel (Default=\code{FALSE})}
+
\item{unit}{time unit (Default=\code{"seconds"})}
}
\description{