TSSmodel | R Documentation |
Estimates a simple time series model
TSSmodel(TS, date, p = 12, t = 1, testsize = round(length(date)/10))
TS |
The time series for the TSSmodel function |
date |
The time axis in the time series (dates, seconds, intervals) |
p |
The period. e.g.: p=12, for 12 months in a year |
t |
The time steps. e.g.: t=1, for monthly time steps, with period 12 |
testsize |
The number of data points to be used for testing the model |
Simple TS model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.