Hi,
I found a discrepancy between the function name lmom_ratios and its actual return values in the lmoments3 package.
Currently, the function returns raw L-moments:
- $l_1, l_2, l_3, l_4, ...$
However, based on the function name lmom_ratios, it is expected to return L-moment ratios:
- L-location: $l_1$
- L-scale: $l_2$
- L-CV: $t = l_2 / l_1$
- L-skewness: $t_3 = l_3 / l_2$
- L-kurtosis: $t_4 = l_4 / l_2$
This can lead to incorrect parameter estimation if users assume the output is already normalized.
Could you please check if this is intended or if the function should be updated to return actual ratios?
Best regards,
Hi,
I found a discrepancy between the function name lmom_ratios and its actual return values in the lmoments3 package.
Currently, the function returns raw L-moments:
However, based on the function name lmom_ratios, it is expected to return L-moment ratios:
This can lead to incorrect parameter estimation if users assume the output is already normalized.
Could you please check if this is intended or if the function should be updated to return actual ratios?
Best regards,