diff options
author | Suraj Yerramilli | 2015-06-08 16:00:34 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-06-08 16:00:34 +0530 |
commit | a147c276f3dfdb949ed504c9b40dd23e5d5ce8a6 (patch) | |
tree | cbb37eb50d479cd52be1b993c2b9cfeb8c6252f3 /man | |
parent | b10ba6f6009c0cc289e24c7844b47cc7de61e0ec (diff) | |
download | SysID-R-code-a147c276f3dfdb949ed504c9b40dd23e5d5ce8a6.tar.gz SysID-R-code-a147c276f3dfdb949ed504c9b40dd23e5d5ce8a6.tar.bz2 SysID-R-code-a147c276f3dfdb949ed504c9b40dd23e5d5ce8a6.zip |
updating documentation and NAMESPACE
Diffstat (limited to 'man')
-rw-r--r-- | man/sim.arx.Rd | 4 | ||||
-rw-r--r-- | man/sim.idpoly.Rd | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/sim.arx.Rd b/man/sim.arx.Rd index 8ad3ad9..9707729 100644 --- a/man/sim.arx.Rd +++ b/man/sim.arx.Rd @@ -4,7 +4,7 @@ \alias{sim.arx} \title{Simulate from an ARX Model} \usage{ -\method{sim}{arx}(model, input, sigma = 0) +\method{sim}{arx}(model, input, sigma = 0, seed = NULL) } \arguments{ \item{model}{an object of class \code{arx} containing the coefficients} @@ -12,6 +12,8 @@ \item{input}{a vector/matrix containing the input} \item{sigma}{standard deviation of the innovations (Default= \code{0})} + +\item{seed}{integer indicating the seed value of the random number generator} } \value{ a vector containing the output diff --git a/man/sim.idpoly.Rd b/man/sim.idpoly.Rd index 2eb302a..bfac1fa 100644 --- a/man/sim.idpoly.Rd +++ b/man/sim.idpoly.Rd @@ -4,7 +4,7 @@ \alias{sim.idpoly} \title{Simulate from a Polynomial Model} \usage{ -\method{sim}{idpoly}(model, input, sigma = 1) +\method{sim}{idpoly}(model, input, sigma = 0, seed = NULL) } \arguments{ \item{model}{an object of class \code{idpoly} containing the coefficients} @@ -12,6 +12,8 @@ \item{input}{a vector/matrix containing the input} \item{sigma}{standard deviation of the innovations (Default= \code{0})} + +\item{seed}{integer indicating the seed value of the random number generator} } \value{ a vector containing the output |