Learn R Programming

LMoFit (version 0.1.7)

get_sample_lmom: Estimate sample L-moments and L-moment ratios

Description

Estimate sample L-moments and L-moment ratios

Usage

get_sample_lmom(x)

Value

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"

Arguments

x

a series of quantiles

Author

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

Examples

Run this code

sample_lmom <- get_sample_lmom((rnorm(n = 500, mean = 10, sd = 0.5)))

Run the code above in your browser using DataLab