Description Usage Arguments Value Examples
Executes a seasonal adjustment using a structural time series (STS) model
1 | jd_sts(y, preprocessing, seasmodel)
|
y |
time series to be seasonally adjusted |
preprocessing |
possible options are "Tramo", "Regarima", "None" |
seasmodel |
possible values are "Trigonometric" (default), "Crude", "HarrisonStevens", "Dummy", "Fixed", "Unused" |
returns an 'mts' multiple time series object
y as source time series
t as trend-cycle component
s as seasonal component
i as irregular component
sa as seasonally adjusted series
1 2 | myseries<-jd_airline(120)
saSTSmyseries <- jd_sts(myseries,preprocessing = "Tramo", seasmodel = "Trigonometric")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.