jonathf / chaospy

Chaospy - Toolbox for performing uncertainty quantification.
https://chaospy.readthedocs.io/
MIT License
439 stars 87 forks source link

Improved OpenTURNS distributions wrapper #405

Closed regislebrun closed 1 year ago

regislebrun commented 1 year ago

Now it is possible to use a continuous distribution dist by checking its property dist.isContinuous() instead of its type isInstance(dist, ContinuousDistribution)

It allows to use more advanced OpenTURNS distributions such as Mixture, BayesDistribution, ConditionalDistribution in an attempt to fix #403.

jonathf commented 1 year ago

Looks good.