Fractional trimming in sample L-moment
jorenham opened this issue · 1 comments
jorenham commented
Modify lmo.l_weights
to accept trim: tuple[float, float]
, by replacing the succession-matrix algorithm with a direct approach, so that gamma functions can be used (instead of comb
).
This is already possible for population L-moments.
jorenham commented
For inspiration, see scipy.stats.distributions.rv_discrete.expect