The LinearRegressionAnova type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodClone
Creates a deep copy of this LinearRegressionAnova.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFStatisticCriticalValue
Computes the critical value for the F statistic at the given signicance level.
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAdjustedRsquared
Gets the adjusted coefficient of determination.
Public propertyErrorDegreesOfFreedom
Gets the number of degrees of freedom for the model error.
Public propertyFStatistic
Gets the overall F statistic for the model.
Public propertyFStatisticPValue
Gets the p-value for the F statistic.
Public propertyMeanSquaredRegression
Gets the mean squared for the regression.
Public propertyMeanSquaredResidual
Gets the mean squared residual.
Public propertyModelDegreesOfFreedom
Gets the number of degrees of freedom for the model.
Public propertyRegressionSumOfSquares
Gets the regression sum of squares.
Public propertyResidualSumOfSquares
Gets the residual sum of squares.
Public propertyRSquared
Gets the coefficient of determination.

See Also