Hello everyone, is a Phillips-Peron test available in Julia? If not, when will one be available? I have searched but can’t find one.
I’m working with heteroskedastic data, so the ADF test isn’t adequate, and replacing Julia’s ADF test with RCall for R’s PP.test makes execution time much too slow (it increased my function’s runtime by a whopping factor of 13, which I timed using the BenchmarkTools package).
I don’t know anything about this, unfortunately, but if you find it it should probably be in / be added to HypothesisTests package · HypothesisTests.jl (which I assume you’re aware of).
To answer the question “when will one be available”: whenever someone steps up to write an implementation - this seems like a good opportunity to contribute to HypothesisTests!