aimalz / qp

Quantile Parametrization for probability distribution functions module
MIT License
3 stars 9 forks source link

Expand format conversion options #65

Open aimalz opened 7 years ago

aimalz commented 7 years ago

Currently the quantile and histogram approximations can only be made from a parametric truth. It would be easy to support creation of quantile and histogram approximations from samples.

Also, there is currently no support for sampling the gridded approximation (an oversight on my part), which will be fixed as part of resolving this issue.

These features will be necessary for #64 to be useful, unless #51 happens first.

aimalz commented 7 years ago

For the sake of #79, I'm reopening this issue. Copying from #67, the following conversions must be implemented before closing this issue:

In extending this functionality, it would not be hard to also address some other items from #79:

aimalz commented 6 years ago

Just leaving a comment to bump this up the list of recently updated issues, as there has been an explicit request for the samples --> quantiles conversion to be implemented (and it's one of the most straightforward of the ones on the list). Thanks @sschmidt23 for bringing it up! I will address this before version 1.0 is released, so after submitting the paper to AJ but before it gets through the refereeing process.