Metadata-Version: 1.1
Name: fit-nbinom
Version: 1.1
Summary: Negative binomial maximum likelihood estimator.
Home-page: https://github.com/joachimwolff/fit_nbinom
Author: Gökçen Eraslan, Joachim Wolff
Author-email: wolffj@informatik.uni-freiburg.de
License: LICENSE.md
Description: # fit_nbinom
        Negative binomial maximum likelihood estimate implementation in Python using scipy and numpy. 
        See http://en.wikipedia.org/wiki/Negative_binomial_distribution#Maximum_likelihood_estimation for used approach.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
