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

View source: R/get_sample_lmom.R

get_sample_lmomR 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)))


LMoFit documentation built on May 29, 2024, 9:15 a.m.