Related Topics: | ||
Description: Returns a table containing the values for time based on a range of probabilities of failure.
Field Format: [TBLTIMEATPROB(Source Number)(Start PF; End PF; Increment)]
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.
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.
Example:
[TBLTIMEATPROB(1)(0.1;0.9;0.1)]
Returns:
Probability of Failure | Time |
0.1000 | 288.083581 |
0.2000 | 424.868563 |
0.3000 | 541.642782 |
0.4000 | 652.350579 |
0.5000 | 764.028315 |
0.6000 | 882.803557 |
0.7000 | 1016.857046 |
0.8000 | 1181.749521 |
0.9000 | 1422.512474 |
Note that these values will vary depending on the source data set.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.