Related Topics: | ||
Description: Returns a table containing the values for time based on a range of reliabilities.
Field Format: [TBLTIMEATREL(Source Number)(Start Reliability; End Reliability; Increment)]
Source Number is the associated data source number.
Start Reliability is the lowest reliability for which a time will be calculated.
End Reliability is the highest reliability for which a time will be calculated.
Increment is the value by which the reliability will increase.
Remarks:
The Source Number must be either 1, 2, 3 or 4.
The Start Reliability, End Reliability 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 Reliability and End Reliability. For example, if the Start Reliability value is 0.1, the End Reliability 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.
Example:
[TBLTIMEATREL(1)(0.1;0.9;0.1)]
Returns:
Reliability | Time |
0.1000 | 1422.512474 |
0.2000 | 1181.749521 |
0.3000 | 1016.857046 |
0.4000 | 882.803557 |
0.5000 | 764.028315 |
0.6000 | 652.350579 |
0.7000 | 541.642782 |
0.8000 | 424.868563 |
0.9000 | 288.083581 |
Note that these values will vary depending on the source data set.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.