R/acvfFGN.R

`acvfFGN` <-
function(H, maxlag){
    h2<-2*H
    k <- 1:maxlag
    c(1,0.5*((k+1)^h2-2*k^h2+(k-1)^h2))
}

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.