The LinearRegressionAnova type exposes the following members.

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