|
StepwiseLogisticRegressionModelWaldTests Property
|
Gets the Wald Tests for each coefficient.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public WaldTest[] WaldTests { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property WaldTests As WaldTest()
Get
Request Example
View SourceProperty Value
Type:
WaldTestSee Also