Fits a multiple linear regression model with or without an intercept.
The LinearRegression..::.CaseStatistics type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|