Learn R Programming

LMoFit (version 0.1.6)

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)

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"

Examples

Run this code
# NOT RUN {
sample_lmom <- get_sample_lmom((rnorm(n = 500, mean = 10, sd = 0.5)))

# }

Run the code above in your browser using DataLab