From a147c276f3dfdb949ed504c9b40dd23e5d5ce8a6 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Mon, 8 Jun 2015 16:00:34 +0530 Subject: updating documentation and NAMESPACE --- man/sim.arx.Rd | 4 +++- man/sim.idpoly.Rd | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'man') 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 -- cgit