summaryrefslogtreecommitdiff
path: root/R/sim.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/sim.R')
-rw-r--r--R/sim.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/sim.R b/R/sim.R
index 2e46b10..c6565a5 100644
--- a/R/sim.R
+++ b/R/sim.R
@@ -13,6 +13,7 @@ sim.default <- function(model,input,sigma=0,seed=NULL){
#' @param model an object of class \code{arx} containing the coefficients
#' @param input a vector/matrix containing the input
#' @param sigma standard deviation of the innovations (Default= \code{0})
+#' @param seed integer indicating the seed value of the random number generator
#'
#' @return
#' a vector containing the output
@@ -61,6 +62,7 @@ sim.arx <- function(model,input,sigma=0,seed=NULL){
#' @param model an object of class \code{idpoly} containing the coefficients
#' @param input a vector/matrix containing the input
#' @param sigma standard deviation of the innovations (Default= \code{0})
+#' @param seed integer indicating the seed value of the random number generator
#'
#' @return
#' a vector containing the output