R/ARMAtoAR.R

Defines functions ARMAtoAR

Documented in ARMAtoAR

ARMAtoAR <- function(ar = 0, ma = 0, lag.max=20){
  return(stats::ARMAtoMA(ar=-ma, ma=-ar, lag.max))
}

Try the astsa package in your browser

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

astsa documentation built on Jan. 10, 2023, 1:11 a.m.