summaryrefslogtreecommitdiff
path: root/man/sim.arx.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-06-08 16:00:34 +0530
committerSuraj Yerramilli2015-06-08 16:00:34 +0530
commita147c276f3dfdb949ed504c9b40dd23e5d5ce8a6 (patch)
treecbb37eb50d479cd52be1b993c2b9cfeb8c6252f3 /man/sim.arx.Rd
parentb10ba6f6009c0cc289e24c7844b47cc7de61e0ec (diff)
downloadSysID-R-code-a147c276f3dfdb949ed504c9b40dd23e5d5ce8a6.tar.gz
SysID-R-code-a147c276f3dfdb949ed504c9b40dd23e5d5ce8a6.tar.bz2
SysID-R-code-a147c276f3dfdb949ed504c9b40dd23e5d5ce8a6.zip
updating documentation and NAMESPACE
Diffstat (limited to 'man/sim.arx.Rd')
-rw-r--r--man/sim.arx.Rd4
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