Click or drag to resize
CaseStatistics Properties

The LinearRegressionCaseStatistics type exposes the following members.

Properties
  NameDescription
Public propertyConfidenceInterval
Returns the Confidence Interval on the mean for an observation.
Public propertyConLevelMean
Sets the confidence level for two-sided interval estimates on the mean, in percent.
Public propertyConLevelPred
Sets the confidence level for two-sided prediction intervals, in percent.
Public propertyCooksDistance
Returns Cook's Distance for an observation.
Public propertyDFFITS
Returns DFFITS for an observation.
Public propertyJackknifeResidual
Returns the Jackknife Residual for an observation.
Public propertyLeverage
Returns the Leverage for an observation.
Public propertyObservedResponse
Returns the observed response for an observation.
Public propertyPredictedResponse
Returns the predicted response for an observation.
Public propertyPredictionInterval
Returns the Prediction Interval for an observation.
Public propertyResidual
Returns the Residual for an observation.
Public propertyStandardizedResidual
Returns the Standardized Residual for an observation.
Public propertyStatistics
Returns the case statistics for an observation.
Top
See Also