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?

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

Student T Confidence Interval In Python

I am interested in using python to compute a confidence interval from a student t. I am using the S… Read more Student T Confidence Interval In Python