Related Topics: | ||
Description: Returns a table containing the parameter name and the 1-sided bound at the specified confidence level for each parameter of the fitted model.
Field Format: [TBLPARAMBOUNDS(Source Number)(Confidence Level)]
Source Number is the associated data source number.
Confidence Level is the confidence level.
Remarks:
The Source Number must be either 1, 2, 3 or 4.
The Confidence Level value must be a positive value greater than 0 and less than 1.
Example:
[TBLPARAMBOUNDS(1)(0.9)]
Returns:
Parameter | Lower Bound | Upper Bound |
Beta | 1.8939 | 3.1768 |
Eta | 786.8339 | 1031.4954 |
Note that these values will vary depending on the source data set.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.