ARMAtoSD | R Documentation |
Find the spectral density function of an ARMA(p,q) process.
ARMAtoSD(phi = NULL, theta = NULL, sigma, plot = TRUE)
phi |
a vector with autoregressive coefficients. |
theta |
a vector the moving average coefficients. |
sigma |
the white noise variance. |
plot |
if |
a list containing values of the spectral density function and the corresponding frequencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.