per | R Documentation |
This function computes the periodogram or periodogram matrix for univariate or multivariate time series.
per(y)
y |
vector or matrix of time series s (if matrix, nrow(y) = length of time series) |
vector or array of periodogram
y <- stats::arima.sim(list(order=c(1,0,0), ar=0.5), n=64)
y.per <- per(y)
plot(y.per)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.