Skip to content

Code for fitting a negative binomial distribution in Python

License

Notifications You must be signed in to change notification settings

pnxenopoulos/negative_binomial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.