Our package contains a parametric test, Priestley-Subba Rao test (PSR test), and a non-parametric test, Rank-based Stationarity test (RS test). Both tests are based on the multitaper method.
First install the devtools package
install.packages("devtools")
library("devtools")
Then install this package
install_github('JieGroup/stationarity')
To see the available function to use, type
ls("package:stationarity")
A quick guide of package can be found here
The PSR test resembles the stationarity function in "fractal: A Fractal Time Series Modeling and Analysis Package" by William Constantine and Donald Percival. However, in our paper given below, we provide a rigorous analysis for the bias/variance/resolution tradeoff for the multitaper method under the evolutionary spectra framework by Priestley. Our non-parametric test is complementary to the PSR test, as the RS test is more robust to the underlying data-generating mechanism.
Y. Xiang, J. Ding, V. Tarokh, "Evolutionary Spectra Based on the Multitaper Method with Application to Stationarity Test," IEEE Transactions on Signal Processing, 2018. pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.