Sigma.jl icon indicating copy to clipboard operation
Sigma.jl copied to clipboard

All Random Variable Constructors should accept Random Variables for parameters, provided types are correct

Open zenna opened this issue 11 years ago • 0 comments

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.

zenna avatar Oct 09 '14 23:10 zenna