Click or drag to resize
Accord.NET (logo)

LogisticCoefficientLikelihoodRatio Property

Gets the Likelihood-Ratio test performed for this coefficient.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ChiSquareTest LikelihoodRatio { get; }
Request Example View Source

Property Value

Type: ChiSquareTest
Remarks
Since this operation might be potentially time-consuming, the likelihood-ratio tests will be computed on the first time this property is acessed.
See Also