JuliaStats / HypothesisTests.jl

Hypothesis tests for Julia
Other
292 stars 87 forks source link

Adding KPSS unit root test #317

Open JaredSchwartz opened 1 month ago

JaredSchwartz commented 1 month ago

Added Kwiatkowski-Phillips-Schmidt-Shin (KPSS) unit root test

KPSS is listed as a to-do in #16

This implementation is functionally equivalent to the KPSS implementation in the statsmodels python package