Description Usage Arguments Details Value Author(s) See Also
Calculates seasonality based on seasonally-interpolated vector.
| 1 | seasonality_calc(interpolated_seasons, resid_time_series)
 | 
| interpolated_seasons | A  | 
| resid_time_series | A  | 
Three types of seasonality are returned currently: an 'absolute' seasonality which corresponds to the sample variance of
interpolated_seasons; an unbounded seasonality which corresponds to the
ratio between sample variances of interpolated_seasons and resid_time_series; and a 'bounded' seasonality which corresponds to the sample variance of interpolated_seasons
relative to the total summed variances of both interpolated_seasons and resid_time_series.
A list containing the sample variance of interpolated_seasons,
resid_time_series, and the resulting seasonality. See details.
Diego Barneche and Scott Burgess.
monthly_bins, seasonality_and_colour.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.