bayesvalidrox.surrogate_models.inputs.Marginal

class bayesvalidrox.surrogate_models.inputs.Marginal

Bases: object

An object containing the specifications of the marginals for each uncertain parameter.

Attributes

namestring

Name of the parameter. The default is ‘$x_1$’.

dist_typestring

Name of the distribution. The default is None.

parameterslist

Parameters corresponding to the distribution type. The default is None.

input_dataarray

Available input data. The default is [].

momentslist

Moments of the distribution. The default is None.

__init__()

Methods