recordIntervalTolerance1D

Interval uncertainty of lambda for 1D table with tolerance (epistemic uncertainty)

Extends from BaseUncertainty1D (Basic uncertainty definitions of 1D tables).

Information

An epistemic uncertainty of 1d table, i.e. the uncertainty due to lack of knowledge – e.g., on the side of model, analysis or experiment. The uncertainty is described by a nominal value and an interval. See also BaseUncertainty1D uncertainty for general information.

See also

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)
BooleanwithTolerancetrue= true, if uncertainty defined by tolerance
Real[:,2]tablezeros(1, 2)Table matrix (columns: 1 = input/grid; 2 = nominal values)
RealrelTol0.0Limits: |value[i] - table[i,2]| <= max(absTol,relTol*|table[i,2]|)
RealabsTol0.0Limits: |value[i] - table[i,2]| <= max(absTol,relTol*|table[i,2]|)