Skip to content Skip to sidebar Skip to footer
Showing posts with the label Distribution

Fitting Negative Binomial In Python

In scipy there is no support for fitting a negative binomial distribution using data (maybe due to … Read more Fitting Negative Binomial In Python

Distribute Executable Module

I developed a program consisting of a package which is executable (i.e. two files x/__init__.py and… Read more Distribute Executable Module