Click or drag to resize

GoodnessOfFit Properties

The GoodnessOfFit type exposes the following members.

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 propertyParameters Gets an array of parameter objects which may be used to perform hypothesis tests on individual parameters in the model.
Public propertyRegressionSumOfSquares Gets the regression sum of squares.
Public propertyResidualStandardError Gets the residual standard error.
Public propertyResidualSumOfSquares Gets the residual sum of squares.
Public propertyRSquared Gets the coefficient of determination.
Top
See Also