How to make a Gaussian Fit?

Terry Reedy tjreedy at udel.edu
Sat Feb 7 23:11:07 EST 2004


"Xcal" <paxcalpt at sapo.pt> wrote in message
news:40258ecd$0$16818$a729d347 at news.telepac.pt...
> Anyone knows how to make a Gaussian fit to a histogram data using Python,
or
> where I can find a library that helps me in this task?

The standard way to fit Guassian distributions to data is to match mean and
standard deviation.  Take a look in some statistics texts.

TJR







More information about the Python-list mailing list