Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gen_model

Generate Time Series based on Model (Internal)


Description

Create a time series process based on a supplied ts.model.

Usage

gen_model(N, theta, desc, objdesc)

Arguments

N

An interger containing the amount of observations for the time series.

theta

A vec containing the parameters to use to generate the model

desc

A vector<string> containing the different model types (AR1, WN, etc..)

objdesc

A field<vec> contains the different model objects e.g. AR1 = c(1,1)

Value

A vec that contains combined time series.


simts

Time Series Analysis Tools

v0.1.1
AGPL-3 | file LICENSE
Authors
Stéphane Guerrier [aut, cre, cph], James Balamuta [aut, cph], Roberto Molinari [aut, cph], Justin Lee [aut], Yuming Zhang [aut], Wenchao Yang [ctb], Nathanael Claussen [ctb], Yunxiang Zhang [ctb], Christian Gunning [cph], Romain Francois [cph], Ross Ihaka [cph], R Core Team [cph]
Initial release
2019-07-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.