recordTruncatedNormal1D
Truncated normal distribution of lambda for table1D
Extends from Interval1D (Interval uncertainty of lambda for table1D (epistemic uncertainty)).
Information
A truncated normally distributed uncertainty, limited by the minimum and the maximum possible values of 1d table. See also BaseUncertainty1D uncertainty for general information.
The additional parameter introduced for this truncated normal distribution is:
- stdDev: standard deviation of non-truncated normal distribution.
See also
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 Interval1D) | false | = true, if uncertainty defined by tolerance |
| Real | absTol (from Interval1D) | 0.0 | Dummy |
| Real | relTol (from Interval1D) | 0.0 | Dummy |
| Real[:,4] | table (from Interval1D) | zeros(1, 4) | Table matrix (columns: 1 = input/grid; 2 = nominal values; 3 = lower limits; 4 = upper limits) |
| Real | stdDev | Standard deviation of (non-truncated) normal distribution |