LikelihoodFromLifetimes#
- class relife.likelihoods.LikelihoodFromLifetimes(model, lifetime_data, model_args=())[source]#
Generic likelihood object for parametric lifetime models
- Parameters:
- modelParametricLifetimeModel
Underlying model used to compute probability functions
- lifetime_dataLifetimeData
Observed lifetime data used one which the likelihood is evaluated
- model_argstuple of zero or more ndarray, default is ()
Variadic arguments required by probability functions
Methods
Jacobian of the negative log likelihood.
Negative log likelihood.
Attributes
hasjac
params
model