fit_BrXII {LMoFit}R Documentation

Fit Burr Type-XII (BrXII) Distribution

Description

Fit Burr Type-XII (BrXII) Distribution

Usage

fit_BrXII(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 the scale parameter, and the squared error of the shape parameters.

Author(s)

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

Examples


BrXII_par_valid <- fit_BrXII(sl1 = 10, st2 = 0.25, st3 = 0.25)
BrXII_par_invalid <- fit_BrXII(sl1 = 10, st2 = 0.5, st3 = 0.8)


[Package LMoFit version 0.1.7 Index]