R/ar1.spectrum.R

ar1.spectrum <-
function (ar1, periods) {
  p=(1-ar1^2)/abs(1-ar1*exp(-2*1i*pi*(1/periods)))^2
  return (p)
}

Try the biwavelet package in your browser

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

biwavelet documentation built on May 2, 2019, 5:10 p.m.