get_sample_lmom {LMoFit}R Documentation

Estimate sample L-moments and L-moment ratios

Description

Estimate sample L-moments and L-moment ratios

Usage

get_sample_lmom(x)

Arguments

x

a series of quantiles

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"

Author(s)

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

Examples


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


[Package LMoFit version 0.1.7 Index]