View source: R/get_sample_lmom.R
get_sample_lmom | R Documentation |
Estimate sample L-moments and L-moment ratios
get_sample_lmom(x)
x |
a series of quantiles |
A dataframe containing the 1st l-moment, the 2nd l-moment, the 3rd l-moment, the 4th l-moment, the 2nd l-moment ratio "L-variation", the 3rd l-moment ratio "L-skewness", and the 4th l-moment ratio "L-kurtosis"
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
sample_lmom <- get_sample_lmom((rnorm(n = 500, mean = 10, sd = 0.5)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.