Click or drag to resize
Accord.NET (logo)

ProportionalHazardsAnalysisGetLikelihoodRatio Method

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
public double GetLikelihoodRatio(
	ProportionalHazards model
)
Request Example View Source

Parameters

model
Type: Accord.Statistics.Models.RegressionProportionalHazards
Another proportional hazards model.

Return Value

Type: Double
The Likelihood-Ratio between the two models.
See Also