periodotest
computes the p-value of the test for a hidden periodicity
periodotest
computes the p-value of the test for a hidden periodicityperiodotest(y)
y
: vector, the time seriespval the p-value of the test
data(PIGPRICE) y <- PIGPRICE out <- stl(y,s.window=6) e <- out$time.series[,3] out <- periodotest(e)
Useful links