GetFitHReg: Compute loglikelihood ratio test statistic

Description Usage Arguments Details Value References Examples

Description

The loglikelihood ratio test statistic is computed for testing for periodicity

Usage

1
GetFitHReg(y, t, nf=150)

Arguments

y

vector containing the series

t

vector of corresponding time points

nf

nf, number of frequencies to enumerate

Details

This function interfaces with C code for fast evaluation.

Value

LR statistic and estimated frequency

References

Islam, M.S. (2008). Peridocity, Change Detection and Prediction in Microarrays. Ph.D. Thesis, The University of Western Ontario.

Examples

1
2
3
4
5
6
#Simple Examples
z<-SimulateHReg(10, f=2.5/10, 1, 2)
GetFitHReg(z)
t<-seq(2,20,2)
GetFitHReg(y=z, t=t)
GetFitHReg(z, nf=25)

pRSR documentation built on May 2, 2019, 12:09 a.m.