The GoodnessOfFit 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.
Parameters
Gets an array of parameter objects which may be used to perform hypothesis tests on individual parameters in the model.
RegressionSumOfSquares
Gets the regression sum of squares.
ResidualStandardError
Gets the residual standard error.
ResidualSumOfSquares
Gets the residual sum of squares.
RSquared
Gets the coefficient of determination.

See Also