R/objectiveFn.R

Defines functions objectiveFn.maxim objectiveFn

Documented in objectiveFn objectiveFn.maxim

## Return the objective function, used for optimization

objectiveFn <- function(x, ...)
    UseMethod("objectiveFn")

objectiveFn.maxim <- function(x, ...)
    x$objectiveFn

Try the maxLik package in your browser

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

maxLik documentation built on May 29, 2024, 2:32 a.m.