fit_BrIII | R Documentation |
Fit Burr Type-III (BrIII) Distribution
fit_BrIII(sl1, st2, st3)
sl1 |
1st l-moments |
st2 |
2nd l-moment ratio |
st3 |
3rd l-moment ratio |
A dataframe containing the scale parameter, the shape1 parameter, the shape2 parameter, the squared error of scale parameter, and the squared error of shape parameter
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
BrIII_par_valid <- fit_BrIII(sl1 = 10, st2 = 0.25, st3 = 0.1)
BrIII_par_invalid <- fit_BrIII(sl1 = 10, st2 = 0.5, st3 = 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.