Description Usage Arguments Author(s) See Also Examples
Get the original time series from a seasonal adjustment object created by the dsa function. Can deviate from the input data as missings are filled up, usually using zoo::na.locf().
| 1 | get_original(daily.object, forecast = FALSE)
 | 
| daily.object | Output from dsa | 
| forecast | Include forecast of component | 
Daniel Ollech
get_sa, get_trend
| 1 2 3 4 | set.seed(123)
x = daily_sim(n=4)$original # series with length 4 years
res <- dsa(x, cval=7, model=c(3,1,0),fourier_number = 13)
get_original(res)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.