Logistic Regression Model.Get Pearson Goodness Of Fit Test 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#
A SimpleHypothesisTest object.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public SimpleHypothesisTest GetPearsonGoodnessOfFitTest()
Return Value
SimpleHypothesisTestA SimpleHypothesisTest object.
Exceptions
InvalidOperationException | The model has not been fitted. |