TuringLang / Bijectors.jl

Implementation of normalising flows and constrained random variable transformations
https://turinglang.org/Bijectors.jl/
MIT License
200 stars 33 forks source link

Add CDFBijector and QuantileBijector #273

Open sethaxen opened 1 year ago

sethaxen commented 1 year ago

This PR adds two new bijectors: CDFBijector and QuantileBijector, which do exactly what they sound like.

To-do:

yebai commented 1 month ago

@sethaxen, a gentle reminder on this: the new bijectors look useful; maybe make a final touch so we can merge it.