search for: minusloglikelihood

Displaying 1 result from an estimated 1 matches for "minusloglikelihood".

2005 Jul 21
1
About object of class mle returned by user defined functions
...optim.method = "BFGS", ## optim method optim.lower = numeric(length(initial.para)) + 0.00001, optim.upper = numeric(length(initial.para)) + Inf, ...) { require(stats4) ## Create a string with the log likelihood definition minusLogLikelihood.txt <- paste("function( ", paste(names(initial.para), collapse = ", "), " ) {", "isi <- eval(", deparse(substitute(i...