LinearRegressionCoefficient Properties |
The LinearRegressionCoefficient type exposes the following members.
Name | Description | |
---|---|---|
Analysis |
Returns a reference to the parent analysis object.
| |
Confidence |
Gets the confidence interval (C.I.) for the current coefficient.
| |
ConfidenceLower |
Gets the lower limit for the confidence interval.
| |
ConfidenceUpper |
Gets the upper limit for the confidence interval.
| |
FTest |
Gets the F-test performed for this coefficient.
| |
Index |
Gets the Index of this coefficient on the original analysis coefficient collection.
| |
IsIntercept |
Gets a value indicating whether this coefficient is an intercept term.
| |
Name |
Gets the name for the current coefficient.
| |
StandardError |
Gets the Standard Error for the current coefficient.
| |
TTest |
Gets the T-test performed for this coefficient.
| |
Value |
Gets the coefficient value.
|