jorenham/Lmo

Option to skip sorting with `lmo.l_{}(..., sort=False)`

jorenham opened this issue · 0 comments

This can sneakily be exploited to use e.g. lmo.l_moment for the calculation of pairwise L-comoments with e.g. lmo.l_moment(x[np.argsort(y)], ..., sort=False).