recordTruncatedNormalTolerance1D
Truncated normal distribution of lambda for 1D table with tolerance
Extends from IntervalTolerance1D (Interval uncertainty of lambda for 1D table with tolerance (epistemic uncertainty)).
Information
A truncated normally distributed uncertainty of 1d table. The minimum and the maximum possible values of the table are described by a nominal value and an interval. See also BaseUncertainty1D uncertainty for general information.
See also
- TruncatedNormalTolerance for additional information.
- getTableLambdaByTolerance for usability.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| UncertaintyKind1D | kind (from BaseUncertainty1D) | Kind of 1D uncertainty | |
| SourceType | source (from BaseUncertainty1D) | SourceType.Unknown | Source of uncertainty |
| String | info (from BaseUncertainty1D) | "" | Information about the source |
| String | reference (from BaseUncertainty1D) | "" | Reference of the source |
| Real | lambda (from BaseUncertainty1D) | 0 | Convex scaling between -1 (= lower limits), 0 (= nominal) and 1 (= upper limits) |
| Boolean | withTolerance (from IntervalTolerance1D) | true | = true, if uncertainty defined by tolerance |
| Real[:,2] | table (from IntervalTolerance1D) | zeros(1, 2) | Table matrix (columns: 1 = input/grid; 2 = nominal values) |
| Real | relTol (from IntervalTolerance1D) | 0.0 | Limits: |value[i] - table[i,2]| <= max(absTol,relTol*|table[i,2]|) |
| Real | absTol (from IntervalTolerance1D) | 0.0 | Limits: |value[i] - table[i,2]| <= max(absTol,relTol*|table[i,2]|) |
| Real | stdDevFactor | 3 | Standard deviation = max(absTol,relTol*|nominal|)/stdDevFactor |