R/LLFD.R

`LLFD` <-
function(d, z){
    if (abs(d)>0.49) 
        return(-10^10)
    r<-acvfFD(d, length(z)-1)
    DLLoglikelihood(r, 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.