macorr(timeslab)
R Documentation
Calculate MA Autocorrelation Function
Usage
macorr(beta,rvar=1,m)
Arguments
beta
Array containing MA coefficients $Vbeta$.
rvar
Real scalar containing error variance $(>0)$.
m
Integer containing the number of autocorrelations to calculate $(>0)$.
[Package Contents]