R/LLFGN.R

`LLFGN` <-
function(H, z){
    if (H<0.01 || H>0.99) 
        return(-10^10)
    DLLoglikelihood(acvfFGN(H, length(z)-1), z)
}

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.