Learn R Programming

LMoFit (version 0.1.7)

fit_gev: Fit GEV distribution

Description

Fit GEV distribution

Usage

fit_gev(sl1, sl2, st3)

Value

A dataframe containing the location parameter, the scale parameter, the shape parameter, and the squared error of shape parameters.

Arguments

sl1

sample 1st l-moment

sl2

sample 2nd l-moment

st3

sample 3rd l-moment ratio

Author

Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]

Examples

Run this code

GEV_par <- fit_gev(sl1 = 10, sl2 = 0.5, st3 = 0.8)

Run the code above in your browser using DataLab