masp(timeslab) | R Documentation |
Calculate MA Spectral Density Function
masp(beta,rvar=1,Q=256)
beta |
Array of length $q$ containing coefficients $Vbeta$. |
rvar |
Real scalar containing error variance $&sigma^2(>0)$. |
Q |
Integer $(>q)$ containing the number of frequencies between 0 and 1 at which to calculate the spectral density. |
masp |
returns the array {f } of length
$m = [{tt{Q}}/2]+1$ containing the MA spectra at frequencies
$(j-1)/{tt{Q}},j=1...,m$. |