masp(timeslab)R Documentation

Calculate MA Spectral Density Function

Description

Calculate MA Spectral Density Function

Usage

masp(beta,rvar=1,Q=256)

Arguments

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.

Value

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$.


[Package Contents]