LogisticRegressionModel.GetPearsonGoodnessOfFitTest Method

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

Definition

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

Return Value

SimpleHypothesisTest
A SimpleHypothesisTest object.

Exceptions

InvalidOperationException The model has not been fitted.

See Also