|
LogisticRegressionAnalysisGetLikelihoodRatio Method
|
Note: This API is now obsolete.
Gets the Log-Likelihood Ratio between this model and another model.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("This method will be removed.")]
public double GetLikelihoodRatio(
GeneralizedLinearRegression model
)
<ObsoleteAttribute("This method will be removed.")>
Public Function GetLikelihoodRatio (
model As GeneralizedLinearRegression
) As Double
Request Example
View SourceParameters
- model
- Type: Accord.Statistics.Models.RegressionGeneralizedLinearRegression
Another logistic regression model.
Return Value
Type:
DoubleThe Likelihood-Ratio between the two models.
See Also