The LinearRegressionAnova type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LinearRegressionAnova |
Constructs a LinearRegressionAnova instance for the given linear regression.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this LinearRegressionAnova.
| |
| Equals | (Inherited from Object.) | |
| FStatisticCriticalValue |
Computes the critical value for the F statistic at the given
signicance level.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AdjustedRsquared |
Gets the adjusted coefficient of determination.
| |
| ErrorDegreesOfFreedom |
Gets the number of degrees of freedom for the model error.
| |
| FStatistic |
Gets the overall F statistic for the model.
| |
| FStatisticPValue |
Gets the p-value for the F statistic.
| |
| MeanSquaredRegression |
Gets the mean squared for the regression.
| |
| MeanSquaredResidual |
Gets the mean squared residual.
| |
| ModelDegreesOfFreedom |
Gets the number of degrees of freedom for the model.
| |
| RegressionSumOfSquares |
Gets the regression sum of squares.
| |
| ResidualSumOfSquares |
Gets the residual sum of squares.
| |
| RSquared |
Gets the coefficient of determination.
|