FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Add keywords and switch rv type to <:Sampleable #1

Closed FriesischScott closed 5 years ago

FriesischScott commented 5 years ago

@AnderGray

The problem with using <:Sampleable is that it would allow multivariate distributions which does not make a lot of sense in a set of random variables with possible correlation.

Maybe <:Sampleable{Univariate} works?

AnderGray commented 5 years ago

Well spotted, and the suggestion works