In attempting to use scipy\'s quad method to integrate a gaussian (lets say there\'s a gaussian method named gauss), I was having problems passing needed parameters to gauss and
scipy ships with the "error function", aka Gaussian integral:
import scipy.special help(scipy.special.erf)