Returns the maximized log-likelihood.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double MaximumLikelihood { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property MaximumLikelihood As Double |
Visual C++ |
---|
public: virtual property double MaximumLikelihood { double get (); } |
Field Value
A double representing the maximized log-likelihood.
Remarks
The log-likelihood is fully described in the ProportionalHazards
class description.
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.ClassificationVariableLimitException | is thrown if the classification variable limit set by the user through MaxClass has been exceeded. |