QuotientDistribution
- class qdflow.util.distribution.QuotientDistribution(dist_1, dist_2)
Bases:
Distribution[Any]A distribution defined by the quotient of the values drawn from two other distributions.
- Parameters:
dist_1 (Distribution | Any) – The distributions from which take the quotient
dist_1 / dist_2.dist_2 (Distribution | Any) – The distributions from which take the quotient
dist_1 / dist_2.
- __init__(dist_1, dist_2)
Methods
draw(rng[, size])Draws one or more samples from the distribution.