getLMom function

get L moment analysis of the input distribution

get L moment analysis of the input distribution

getLMom(dis)

Arguments

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

Returns

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

Examples

dis <- seq(1, 100) getLMom(dis) # More examples can be found in the user manual on https://yuanchao-xu.github.io/hyfo/

References

Other functions in hyfo

Related functions from the same R package

  • Maintainer: Yuanchao Xu
  • License: GPL-2
  • Last published: 2023-08-16