Related Topics: | ||
Description: Returns a table containing the 1-sided reliability bounds based on a range of mission end times.
Field Format: [TBLBOUNDSREL(Source Number)(Start Time; End Time; Time Increment; Confidence Level)]
Source Number is the associated data source number.
Start time is the first mission time for which a reliability value will be returned.
End time is the last mission time for which a reliability value will be returned.
Time Increment is the value by which the time 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 Time value must be greater than or equal to 0.
The End Time value should be greater than or equal to the Start Time value.
The Time Increment value determines how many rows the table will contain between the start time and end time values and it must be greater than or equal to 0. For example, if the Start Time value is 10, the End Time value is 100 and the Increment value is 10, then the table will have rows for each 10 hour increment from 10 and 100.
The Confidence Level value must be greater than 0 and less than 1.
Example:
[TBLBOUNDSREL(1)(100;1000;100;0.9)]
Returns:
Time | Lower Bound (10%) | Reliability | Upper Bound (10%) |
100.0000 | 0.960144 | 0.986443 | 0.999788 |
200.0000 | 0.885952 | 0.949265 | 0.997278 |
300.0000 | 0.793003 | 0.892311 | 0.987997 |
400.0000 | 0.689505 | 0.819874 | 0.966176 |
500.0000 | 0.581530 | 0.736674 | 0.926159 |
600.0000 | 0.473934 | 0.647515 | 0.864420 |
700.0000 | 0.370801 | 0.556917 | 0.781810 |
800.0000 | 0.275737 | 0.468809 | 0.684794 |
900.0000 | 0.192073 | 0.386325 | 0.583648 |
1000.0000 | 0.122852 | 0.311698 | 0.487698 |
Note that these values will vary depending on the source data set.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.