lmoments as a new fit method? #92
Replies: 3 comments 1 reply
-
Thank you for the suggestion, this could be a great addition. I don't know the theory to implement this myself, but I'd gladly review/accept a PR. |
Beta Was this translation helpful? Give feedback.
-
This is how I implemented it in scikit-extremes: https://github.com/kikocorreoso/scikit-extremes/blob/master/skextremes/models/classic.py#L440 I will have a look to the internals of |
Beta Was this translation helpful? Give feedback.
-
Scipy itself supports specifying "MM" for the Method of Moments approach to fitting a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I have done some EVA using some datasets, not specifically using
pyextremes
, I get that the MLE fit could be poor. In these cases I have usedlmoments3
and parameters make more sense.Would it be interesting to add a third fit method using
lmoments3
to complement MLE and EMCEE?https://github.com/Ouranosinc/lmoments3 (see potential license issues).
Beta Was this translation helpful? Give feedback.
All reactions