FriesischScott / UncertaintyQuantification.jl

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

Replace Sampleable{Univariate} with UnivariateDistribution #91

Closed FriesischScott closed 1 year ago

FriesischScott commented 1 year ago

UnivariateDistribution better represents what the RandomVariable is supposed to be and is significantly easier to understand.

FriesischScott commented 1 year ago

Closed by #97