Learn R Programming

LMoFit (version 0.1.6)

fit_gev: 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.

Examples

Run this code
# NOT RUN {
GEV_par <- fit_gev(sl1 = 10, sl2 = 0.5, st3 = 0.8)

# }

Run the code above in your browser using DataLab