Class GoodnessOfFit tests goodness of fit for least squares model-fitting classes, such as LinearRegression, PolynomialLeastSquares, and OneVariableFunctionFitter.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class GoodnessOfFit : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GoodnessOfFit _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class GoodnessOfFit : ICloneable

Remarks

Available statistics include the residual standard error, the coefficient of determination (R2 and "adjusted" R2), the F-statistic for the overall model with its numerator and denominator degrees of freedom, and standard errors, t-statistics, and corresponding (two-sided) p-values for the model parameters.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.GoodnessOfFit

See Also