gemseo.uncertainty.distributions¶
Capabilities to create and manipulate probability distributions.
This package contains:
an abstract class
Distributionto define the concept of probability distribution,an abstract class
ComposedDistributionto define the concept of joint probability distribution by composing several instances ofDistribution,a factory
DistributionFactoryto create instances ofDistribution,concrete classes implementing these abstracts concepts, by interfacing:
the OpenTURNS library:
OTDistributionandOTComposedDistribution,the Scipy library:
SPDistributionandSPComposedDistribution.
Lastly, the class OTDistributionFitter offers the possibility
to fit an OTDistribution from data based on OpenTURNS.