PythonStatsLab
A collection of useful statistical functions written in Python
There are functions for numerical integration of the standard normal probability distribution. They can be used to find probabilities, find z-alpha values, calculate confidence interval, etc. New functionality I wish to add are hypothesis testing and calculation of p-value, type I & II errors, etc.
These functions would come in handy to anyone taking introductory or intermediate-level courses in probability, statistics and data analysis. There are several numerical integration techniques...