Sigma.jl
Sigma.jl copied to clipboard
All Random Variable Constructors should accept Random Variables for parameters, provided types are correct
I should be able to write normal(normal(0,1),normal(0,1))
Currently this is only possible with flip, e.g. flip(uniform(0.3,0.4))
The difficulty with other distributions is making it work with the quantile function.