R/pi.weights.wge.R

Defines functions pi.weights.wge

Documented in pi.weights.wge

pi.weights.wge=function(phi=0,theta=0,lag.max=5) 
{
ar=phi
ma=-theta
piwt=astsa::ARMAtoAR(ar,ma,lag.max)
return(piwt)}

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.