Returns the case statistics for an observation.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double[] Statistics { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Statistics As Double() |
Visual C++ |
---|
public: virtual property array<double>^ Statistics { array<double>^ get (); } |
Field Value
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 |