MaximumLikelihoodOptimizer#
- class relife.base.MaximumLikelihoodOptimizer[source]#
Abstract maximum likelihood optimizer.
- Attributes:
- nb_observationsint
The number of observations.
Notes
Jacobian and hessian are not required but they can be implemented in concrete likelihoods. To use the jacobian or hessian implementations in the likelihood, pass them into config[“scipy_minimize_options”].
Methods
Negative log likelihood.
Search parameters values that maximize the likelihood given data.