How to make a Gaussian Fit?
Terry Reedy
tjreedy at udel.edu
Sat Feb 7 23:11:07 EST 2004
More information about the Python-list mailing list
Sat Feb 7 23:11:07 EST 2004
- Previous message (by thread): devel package rpm install
- Next message (by thread): How to make a Gaussian Fit?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message (by thread): devel package rpm install
- Next message (by thread): How to make a Gaussian Fit?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list