LogisticRegressionModel.GetPearsonGoodnessOfFitTest Method

Returns the Wald test for all the parameters in the regression.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public SimpleHypothesisTest GetPearsonGoodnessOfFitTest()

Return Value

SimpleHypothesisTest
A SimpleHypothesisTest object.

Exceptions

InvalidOperationException

The model has not been fitted.

See Also