Allow passing scipy.stats
univariate distributions to the lmo.l_*
functions
#183
Labels
Milestone
scipy.stats
univariate distributions to the lmo.l_*
functions
#183
The current monkey-patched methods have several issues:
scipy.stats.rv_*
internals, which can break without warningjoblib
+loky
I suspect it could break, although I have yet to test this).scipy
andlmo
are incompatible.import lmo
(the first time)Instead, it'd be better to extend the
lmo.l_*
moment functions, making them accept therv_
instances directly.lmo.distributions
andscipy.stats
TypedDict
's for**kwargs
for specifying extra options to the underlying sample- and population- L-moments estimators@overload
's.lmo.contrib.scipy_stats.l_rv_generic
and the related monkey-patch machineryThe text was updated successfully, but these errors were encountered: