|
StepwiseLogisticRegressionModelLikelihoodRatioTests Property
|
Gets the Likelihood-Ratio Tests for each coefficient.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public ChiSquareTest[] LikelihoodRatioTests { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property LikelihoodRatioTests As ChiSquareTest()
Get
Request Example
View SourceProperty Value
Type:
ChiSquareTestSee Also