R/LLPLA.R

`LLPLA` <-
function(alpha, z){
    if (alpha<0.01 || alpha> 1.99)
        return(-10^10)
    r<-acvfPLA(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.