You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm collecting things I really need to fix before a proper code release.
make it easy for users to add formats by making a parametrization class (like scipy.stats.rv_continuous, etc.), with consistent syntax for conversions to replace the using keyword, opens the door for implementing SparsePZ, FlexZBoost formats punting this to a later code release
eliminate qp.PDF.truth in favor of using mix_mod and qp.PDF.first
rename histogram parametrization to something like piecewise constant or stepfunc to reduce confusion and make the piecewise constant distribution consistent in interpolation, integration, etc.
remove checking if parametrization exists/calculating with default parameters in favor of exceptions
find a way around infty for converting quantiles to other parametrizations
formalize interpolation options and include option for user-defined callable punting this to a later code release
I'm collecting things I really need to fix before a proper code release.
make it easy for users to add formats by making a parametrization class (likepunting this to a later code releasescipy.stats.rv_continuous
, etc.), with consistent syntax for conversions to replace theusing
keyword, opens the door for implementing SparsePZ, FlexZBoost formatsqp.PDF.truth
in favor of usingmix_mod
andqp.PDF.first
histogram
parametrization to something like piecewise constant orstepfunc
to reduce confusion and make the piecewise constant distribution consistent in interpolation, integration, etc.infty
for converting quantiles to other parametrizationsand include option for user-defined callablepunting this to a later code releaseBetter handling of samples #88punting this to a later code releaseqp.Ensemble.stack()
and other "derived" functions toutils.py
instead of within the class and publish demos for the "derived" use casesreplacepunting this to a later code releaseqp.PDF.\[insert parametrization format here\]
with cleaner dict objectThe text was updated successfully, but these errors were encountered: