periodotest: 'periodotest' computes the p-value of the test for a hidden...

Description Usage Arguments Value Examples

View source: R/frequdom.r

Description

periodotest computes the p-value of the test for a hidden periodicity

Usage

1

Arguments

y

vector, the time series

Value

pval the p-value of the test

Examples

1
2
3
4
5
6
  
data(PIGPRICE)
y <- PIGPRICE
out <- stl(y,s.window=6)  
e <- out$time.series[,3]
out <- periodotest(e)

tsapp documentation built on Oct. 30, 2021, 5:08 p.m.

Related to periodotest in tsapp...