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:

IndexDescription
0Observed response
1Predicted response
2Residual
3Leverage
4Standardized residual
5Jackknife residual
6Cook's distance
7DFFITS
8,9Confidence interval on the mean
10,11Prediction interval

See Also