Learn R Programming

LMoFit (version 0.1.6)

fit_GG: Fit Generalized Gamma (GG) Distribution

Description

Fit Generalized Gamma (GG) Distribution

Usage

fit_GG(sl1, st2, st3)

Arguments

sl1

1st l-moments

st2

2nd l-moment ratio

st3

3rd l-moment ratio

Value

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

Examples

Run this code
# NOT RUN {
GG_par_valid <- fit_GG(sl1 = 10, st2 = 0.4, st3 = 0.2)
GG_par_invalid <- fit_GG(sl1 = 1, st2 = 0.25, st3 = 0.25)

# }

Run the code above in your browser using DataLab