fit_gev: Fit GEV distribution

View source: R/fit_gev.R

fit_gevR 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)


LMoFit documentation built on May 29, 2024, 9:15 a.m.