LinearRegressionCaseStatisticsStatistics Property |
Returns the case statistics for an observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] Statistics { get; }
Public Overridable ReadOnly Property Statistics As Double()
Get
public:
virtual property array<double>^ Statistics {
array<double>^ get ();
}
abstract Statistics : float[] with get
override Statistics : float[] with get
Property Value
Type:
Double
A
double[12] array containing the case statistics.
Remarks
Elements 0 through 11 contain the following:
Index | Description |
---|
0 | Observed response |
1 | Predicted response |
2 | Residual |
3 | Leverage |
4 | Standardized residual |
5 | Jackknife residual |
6 | Cook's distance |
7 | DFFITS |
8,9 | Confidence interval on the
mean |
10,11 | Prediction interval |
See Also