Description Usage Arguments Value Examples
Returns a time series that follows an airline model with random normal innovations.
1 | jd_airline(len,freq,startdate,th,bth,fixed)
|
len |
number of observations |
freq |
frequency (default=12) |
startdate |
startdate= time of the first observation format: c(YYYY,M) default= c(2000,1) |
th |
regular moving average parameter (default= -.6) |
bth |
seasonal moving average parameter (default= -.8) |
fixed |
(default=TRUE) |
When "fixed" is set to false, the parameters of the airline model are randomly drawn around the given parameters.
returns a 'ts' object
1 | mytimeseries <- jd_airline(120)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.