Fitting a gamma distribution with (python) Scipy
Posted
by Archanimus
on Stack Overflow
See other posts from Stack Overflow
or by Archanimus
Published on 2010-05-24T10:18:19Z
Indexed on
2010/05/24
10:21 UTC
Read the original article
Hit count: 341
Hi folks,
Can anyone help me out in fitting a gamma distribution in python? Well, I've got some data : X and Y coordinates, and I want to find the gamma parameters that fit this distribution... In the Scipy doc, it turns out that a fit method actually exists but I don't know how to use it :s.. first, in wich format the argument "data" must be, and how can I provide the seconde argument (the parameters) since this what I'm looking for ???
Thanks a lot!
© Stack Overflow or respective owner