Scipy 1.9, with its PR scipy/scipy#15794, introduced a split between the discrete and continuous versions of the rv_frozen class It wasn't mentionned in the release notes I think, I am guessing they consider this API as private?
Anyway, this minor change solves the issue and makes lmoments3 work with scipy 1.9 and above, without breaking it for previous versions.
Scipy 1.9, with its PR scipy/scipy#15794, introduced a split between the discrete and continuous versions of the
rv_frozen
class It wasn't mentionned in the release notes I think, I am guessing they consider this API as private?Anyway, this minor change solves the issue and makes
lmoments3
work with scipy 1.9 and above, without breaking it for previous versions.