powered by
periodogram
periodogram determines the periodogram of a time series
periodogram(y, nf, ACF = FALSE, type = "cov")
(n,1) vector, the time series or an acf at lags 0,1,...,n-1
scalar, the number of equally spaced frequencies; not necessay an integer
logical, FALSE, if y is ts, TRUE, if y is acf
c("cov","cor"), area under spectrum, can be variance or normed to 1.
out (floor(nf/2)+1,2) matrix, the frequencies and the periodogram
# NOT RUN { data(WHORMONE) ## periodogram at Fourier frequencies and frequencies 0 and 0.5 out <-periodogram(WHORMONE,length(WHORMONE)/2,ACF=FALSE,type="cov") # }
Run the code above in your browser using DataLab