pnxenopoulos / negative_binomial

Code for fitting a negative binomial distribution in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code for fitting a negative binomial distribution in Python

License:MIT License


Languages

Language:Python 97.9%Language:Makefile 2.1%