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