Learn R Programming

hyfo (version 1.3.4)

getLMom: get L moment analysis of the input distribution

Description

get L moment analysis of the input distribution

Usage

getLMom(dis)

Arguments

dis
A distribution, for hydrology usually a time series with only data column without time.

Value

  • The mean, L-variation, L-skewness and L-kurtosis of the input distribution

References

  • J. R. M. Hosking (2015). L-moments. R package, version 2.5. URL: http://CRAN.R-project.org/package=lmom.

Examples

Run this code
dis <- seq(1, 100)
getLMom(dis)

# More examples can be found in the user manual on http://yuanchao-xu.github.io/hyfo/

Run the code above in your browser using DataLab