R/psi.weights.wge.R

Defines functions psi.weights.wge

Documented in psi.weights.wge

psi.weights.wge=function(phi=0,theta=0,lag.max=5) 
{
ar=phi
ma=-theta
psi=stats::ARMAtoMA(ar,ma,lag.max)
return(psi)
}

Try the tswge package in your browser

Any scripts or data that you put into this service are public.

tswge documentation built on Feb. 16, 2023, 6:51 p.m.