pypomp.Pomp.negbin¶
- Pomp.negbin(autoregressive: bool = False, suppress_warnings: bool = True) float¶
Fit a Negative Binomial benchmark model and return its log-likelihood.
Fits an independent (or AR(1)) Negative Binomial model to the observation data as a statistical baseline. Wraps
pypomp.benchmarks.negbin().- Parameters:
- Returns:
Sum of the per-unit Negative Binomial log-likelihoods.
- Return type: