recordUniform1D

Uniform distribution of lambda for table1D

Extends from Interval1D (Interval uncertainty of lambda for table1D (epistemic uncertainty)).

Information

An uncertainty describing possible values of the uncertain 1d table by a uniform distribution, i.e. the probability of values' outcome is equal between the minimum and the maximum limits. See also BaseUncertainty1D uncertainty for general information.

See also

  • Uniform for additional information.

Parameters

TypeNameDefaultDescription
UncertaintyKind1Dkind (from BaseUncertainty1D)Kind of 1D uncertainty
SourceTypesource (from BaseUncertainty1D)SourceType.UnknownSource of uncertainty
Stringinfo (from BaseUncertainty1D)""Information about the source
Stringreference (from BaseUncertainty1D)""Reference of the source
Reallambda (from BaseUncertainty1D)0Convex scaling between -1 (= lower limits), 0 (= nominal) and 1 (= upper limits)
BooleanwithTolerance (from Interval1D)false= true, if uncertainty defined by tolerance
RealabsTol (from Interval1D)0.0Dummy
RealrelTol (from Interval1D)0.0Dummy
Real[:,4]table (from Interval1D)zeros(1, 4)Table matrix (columns: 1 = input/grid; 2 = nominal values; 3 = lower limits; 4 = upper limits)