epymorph.parameter_fitting.likelihood
Likelihood
Bases: ABC
Abstract base class for likelihood functions for computing the likelihood of observational data predicted by a model.
Poisson
Poisson(jitter: float = 0.0001)
Bases: Likelihood
Encapsulatees the Poisson likelihood function for observational data. The expected value of the observation is used as the parameter for the Poisson distribution. The observed values must be nonnegative integers.
Attributes: