Open DeliciousHair opened 1 year ago
Current implementation only allows to make draws from x ~ U(low, high); other distributions would be quite useful, in particular:
x ~ U(low, high)
x ~ N(mu, variance)
x ~ Gamma(alpha, beta)
Current implementation only allows to make draws from
x ~ U(low, high)
; other distributions would be quite useful, in particular:x ~ N(mu, variance)
x ~ Gamma(alpha, beta)