A quantized representation of a the probability distribution of some continuous function returning a value between 0 and 1.
Normalizes buckets so that they add up to 1.
Call fun a numSamples number of times, and return a distribution representing the result.
Represents the relative probability that the function will return a value in the represented interval.
See Implementation
A quantized representation of a the probability distribution of some continuous function returning a value between 0 and 1.