R/fun.fit.gl.v6a.R

`fun.fit.gl.v6a` <-
function (a, b, c, d, data, param,len=1000,type=7) 
{
    init.sol <- c(a, b, c, d)
    optim.result <- optim(init.sol, optim.fun6, data = data, 
        param = param, len=len,type=type,control = list(maxit = 2e+05))
    return(optim.result$par)
}

Try the GLDEX package in your browser

Any scripts or data that you put into this service are public.

GLDEX documentation built on Aug. 21, 2023, 9:08 a.m.