The LinearRegressionAnova type exposes the following members.

Constructors

  NameDescription
LinearRegressionAnova
Constructs a LinearRegressionAnova instance for the given linear regression.

Methods

  NameDescription
Clone
Creates a deep copy of this LinearRegressionAnova.
Equals
Determines whether the specified Object is equal to the current Object.
(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

  NameDescription
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.

See Also