NFFisherG {ptest} | R Documentation |
The Fisher g-test statistic is computed at non-Fourier frequencies
NFFisherG(z, Numf)
z |
time series, may contain NA values |
Numf |
number of frequencies |
The frequencies used are (1:Numf)/N, where N=2*Numf+1.
A.I. McLeod
#The value of the g-statistic should be the same when Numf=floor(n/2), where # n = length(z). NFFisherG(sunspot.year, 144) FisherGTest(sunspot.year)