Description Usage Arguments Value Examples
Fit SARIMA algorithm and make the prediction
1 | my.sarima(prepedTS, n_pred)
|
prepedTS |
A list created by the |
n_pred |
Int number of periods to forecast forward (eg n_pred = 12 will lead to one year of prediction for monthly time series) |
A dataframe with 4 columns : date, average prediction, upper and lower 95
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.