IMSL C# Numerical Library

LinearRegression.CaseStatistics.Statistics Property

Returns the case statistics for an observation.

public virtual double[] Statistics {get;}

Property 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

LinearRegression.CaseStatistics Class | Imsl.Stat Namespace