Click or drag to resize
LinearRegressionCaseStatistics Class
Inner Class CaseStatistics allows for the computation of predicted values, confidence intervals, and diagnostics for detecting outliers and cases that greatly influence the fitted regression.
Inheritance Hierarchy
SystemObject
  Imsl.StatLinearRegressionCaseStatistics

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public class CaseStatistics

The LinearRegressionCaseStatistics type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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

Reference

Other Resources