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

How Can I Use Scipy Optimization To Find The Minimum Chi-squared For 3 Parameters And A List Of Data Points?

I have a histogram of sorted random numbers and a Gaussian overlay. The histogram represents observ… Read more How Can I Use Scipy Optimization To Find The Minimum Chi-squared For 3 Parameters And A List Of Data Points?

What's Wrong With This `setup.py`?

I've been having problems withe getting setup.py to do the sdist thing correctly. I boiled it d… Read more What's Wrong With This `setup.py`?

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