diff options
Diffstat (limited to 'man/sim.arx.Rd')
-rw-r--r-- | man/sim.arx.Rd | 4 |
1 files changed, 3 insertions, 1 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 |