Click or drag to resize
ProportionalHazardsMaximumLikelihood Property
Returns the maximized log-likelihood.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double MaximumLikelihood { get; }

Property Value

Type: Double
A double representing the maximized log-likelihood.
Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through MaxClass has been exceeded.
Remarks
The log-likelihood is fully described in the ProportionalHazards class description.
See Also