You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains code needed to fit a negative binomial distribution using its MLE estimator. The negative binomial is oftentimes not included in distribution fitting packages as its MLE lacks a closed form.
About
Code for fitting a negative binomial distribution in Python