kikocorreoso / scikit-extremes

scikit-extremes is a basic statistical package to perform univariate extreme value calculations using Python
MIT License
42 stars 10 forks source link

Lieblin For n>16 #5

Closed FredWrecked closed 5 years ago

FredWrecked commented 5 years ago

I'm working with extreme wind speeds. I'm comparing the impact of different fitting procedures and am fining the Lieblin BLUE technique to be performing well. I'm a phd student and still fairly new to extreme value theory and python in general.

I was wondering how you deal with sample sizes greater than 16, I know (Lieblin, 1974) only derived tables of coefficients for n up to 16 . I see in the code there's a separate procedure using the hypergeometric distribution, would you be able to provide me with a reference as to how this is done?

This tool has helped me so much, thank you.

kikocorreoso commented 5 years ago

Hi,

Sorry for the delayed answer. Too much travelling last weeks.

You can read about the procedure developed by Lieblein here. All what is coded in scikit-extremes is extracted from the previous link. In the paper you have examples for samples with more than 16 values.

It is great the library is useful. It would be great if you share your advances with extreme value theory.