Description Usage Arguments Value
View source: R/seasonality_test.R
Used to determine whether a time series is seasonal. Code modified from the M4 Competition's original code.
1  | seasonality_test(ts.data, ts.frequency, alpha.level = 0.05)
 | 
ts.data | 
 A ts object (i.e., a vector of time series observations).  | 
ts.frequency | 
 The frequency of a ts object.  | 
alpha.level | 
 The alpha level to be used in the test to detect seasonality. Default is 0.05.  | 
A boolean indicating whether or not the ts object has seasonality.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.