get L moment analysis of the input distribution
getLMom(dis)
dis: A distribution, for hydrology usually a time series with only data column without time.The mean, L-variation, L-skewness and L-kurtosis of the input distribution
dis <- seq(1, 100) getLMom(dis) # More examples can be found in the user manual on https://yuanchao-xu.github.io/hyfo/
Related functions from the same R package