R/LLPLS.R

`LLPLS` <-
function(alpha, z){
    if (alpha<0.001 || alpha> 0.999)
        return(-10^10)
    r<-acvfPLS(alpha, 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.