The LinearRegression..::.CaseStatistics type exposes the following members.

Properties

NameDescription
ConfidenceInterval
Returns the Confidence Interval on the mean for an observation.
ConLevelMean
Sets the confidence level for two-sided interval estimates on the mean, in percent.
ConLevelPred
Sets the confidence level for two-sided prediction intervals, in percent.
CooksDistance
Returns Cook's Distance for an observation.
DFFITS
Returns DFFITS for an observation.
JackknifeResidual
Returns the Jackknife Residual for an observation.
Leverage
Returns the Leverage for an observation.
ObservedResponse
Returns the observed response for an observation.
PredictedResponse
Returns the predicted response for an observation.
PredictionInterval
Returns the Prediction Interval for an observation.
Residual
Returns the Residual for an observation.
StandardizedResidual
Returns the Standardized Residual for an observation.
Statistics
Returns the case statistics for an observation.

See Also