summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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{