R/acvfPLSA.R

Defines functions acvfPLS

Documented in acvfPLS

acvfPLS<-function(alpha,maxlag){
    rasy <- (2^(-1 + alpha)*pi^(1/2 - alpha)*alpha*gamma(alpha/2))/gamma(1/2 - alpha/2)
    c(1,rasy*(1:maxlag)^(-alpha))
    }

Try the FGN package in your browser

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

FGN documentation built on May 30, 2017, 7:19 a.m.