powered by
get L moment analysis of the input distribution
getLMom(dis)
The mean, L-variation, L-skewness and L-kurtosis of the input distribution
A distribution, for hydrology usually a time series with only data column without time.
J. R. M. Hosking (2015). L-moments. R package, version 2.5. URL: https://CRAN.R-project.org/package=lmom.
dis <- seq(1, 100) getLMom(dis) # More examples can be found in the user manual on https://yuanchao-xu.github.io/hyfo/
Run the code above in your browser using DataLab