Description Usage Arguments Value Examples
This function uses the multitaper method to construct hypothesis tests to test whether a given one dimensional is stationary. The test can be either two-way ANOVA or Rank-based test
1 | stationarityTest(X, alpha = 0.05, method = "parametric")
|
X |
Vector of 1D time series to test, whose length is at least 40 |
alpha |
Float of significance level (between 0 and 1, default to 0.05) |
method |
String of method type ('nonparametric' or 'parametric', default to 'parametric'), 'nonparametric' means two-way ANOVA test and 'parametric' means rank-based test |
Boolean (False means rejection of the null hypothesis that the time seres is stationary)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.