gemseo.problems.uncertainty.wing_weight.uncertain_space module#

The uncertain space of the wing weight problem.

class WingWeightUncertainSpace(uniform_distribution_name=UniformDistribution.SCIPY)[source]#

Bases: ParameterSpace

The uncertain space of the wing weight problem.

Parameters:

uniform_distribution_name (UniformDistribution) --

The name of the class implementing the uniform distribution.

By default it is set to "SPUniformDistribution".

class UniformDistribution(*values)#

Bases: StrEnum

The name of the class implementing the uniform distribution.

OPENTURNS = 'OTUniformDistribution'#
SCIPY = 'SPUniformDistribution'#