fit_gev {LMoFit} | R Documentation |
Fit GEV distribution
Description
Fit GEV distribution
Usage
fit_gev(sl1, sl2, st3)
Arguments
sl1 |
sample 1st l-moment |
sl2 |
sample 2nd l-moment |
st3 |
sample 3rd l-moment ratio |
Value
A dataframe containing the location parameter, the scale parameter, the shape parameter, and the squared error of shape parameters.
Author(s)
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
Examples
GEV_par <- fit_gev(sl1 = 10, sl2 = 0.5, st3 = 0.8)
[Package LMoFit version 0.1.7 Index]