fit_gev | R Documentation |
Fit GEV distribution
fit_gev(sl1, sl2, st3)
sl1 |
sample 1st l-moment |
sl2 |
sample 2nd l-moment |
st3 |
sample 3rd l-moment ratio |
A dataframe containing the location parameter, the scale parameter, the shape parameter, and the squared error of shape parameters.
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
GEV_par <- fit_gev(sl1 = 10, sl2 = 0.5, st3 = 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.