/negative_binomial

Code for fitting a negative binomial distribution in Python

Primary LanguagePythonMIT LicenseMIT

Negative Binomial Fitting

Peter Xenopoulos

https://travis-ci.org/pnxenopoulos/negative_binomial.svg?branch=master

Version 0.1.0

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.