Description Usage Arguments Details Value Author(s) See Also Examples
Computes the raw periodogram defined by,
I(f_j) = \frac{1}{n} | sum z[t] exp(2 π f_j) |^2
1 | Periodogram(z)
|
z |
vector, time series |
The expected value of the periodogram equals the spectral density function.
the periodogram
A. I. McLeod
1 2 3 4 | data(sunspot.year)
Ip <- Periodogram(sunspot.year)
fr <- (1:length(Ip))/length(sunspot.year)
plot(fr, Ip, xlab="frequency", ylab="Periodogram")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.