Related Topics: | ||
Description: Returns a table containing the 1-sided time bounds based on a range of probabilities of failure.
Field Format: [TBLBOUNDSTIMEATPROB(Source Number)(Start PF; End PF; Increment; Confidence Level)]
Source Number is the associated data source number.
Start PF is the lowest probability of failure for which a time will be calculated.
End PF is the highest probability of failure for which a time will be calculated.
Increment is the value by which the probability of failure will increase.
Confidence Level is the percentage (entered as a decimal value) for the 1-sided confidence bounds.
Remarks:
The Source Number must be either 1, 2, 3 or 4.
The Start PF, End PF and Increment values must be greater than 0 and less than 1.
The Increment value determines how many rows the table will contain between the Start PF and End PF values. For example, if the Start PF value is 0.1, the End PF value is 0.9 and the Increment value is 0.1, the table will have rows for each 0.1 time increment from 0.1 and 0.9.
The Confidence Level value must be greater than 0 and less than 1.
Example:
[TBLBOUNDSTIMEATPROB(1)(0.1;0.9;0.1;0.9)]
Returns:
Probability of Failure | Lower Bound (10%) | Time | Upper Bound (10%) |
0.1000 | 183.198038 | 288.083581 | 546.870221 |
0.2000 | 292.931795 | 424.868563 | 679.740487 |
0.3000 | 390.136227 | 541.642782 | 784.875315 |
0.4000 | 482.980800 | 652.350579 | 883.680163 |
0.5000 | 575.528081 | 764.028315 | 986.627836 |
0.6000 | 671.032606 | 882.803557 | 1102.486070 |
0.7000 | 773.446222 | 1016.857046 | 1242.391134 |
0.8000 | 889.788586 | 1181.749521 | 1427.354638 |
0.9000 | 1039.555711 | 1422.512474 | 1719.343392 |
Note that these values will vary depending on the source data set.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.