spark-timeseries
spark-timeseries copied to clipboard
added kpss stationarity test
Added the popular KPSS test for stationarity. Followed R's tseries implementation. Added appropriate tests.
I mainly added kpss because it is part of the algorithm used by auto.arima
in Hyndman's forecast
package in R. I think having something similar to auto.arima
in the ARIMA
object would be nice for users, so eventually would like to implement that, and needed kpss for it.