Click or drag to resize
LinearRegressionCaseStatisticsStatistics Property
Returns the case statistics for an observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] Statistics { get; }

Property Value

Type: Double
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