R/acvfPLA.R

Defines functions acvfPLA

Documented in acvfPLA

acvfPLA <-
function(alpha, maxlag){
b <- -1/(2*Reimann(alpha))
c(1,b*(1/(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.