KaplanMeierEstimatesGetLogLikelihood Method |
Returns the Kaplan-Meier log-likelihood of the group with the specified group value.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GetLogLikelihood(
double groupValue
)
Public Overridable Function GetLogLikelihood (
groupValue As Double
) As Double
public:
virtual double GetLogLikelihood(
double groupValue
)
abstract GetLogLikelihood :
groupValue : float -> float
override GetLogLikelihood :
groupValue : float -> float
Parameters
- groupValue
- Type: SystemDouble
A double specifying the group value.
Return Value
Type:
Double A
double representing the Kaplan-Meier log-likelihood of the group
which has value
groupValue.
Remarks
The Kaplan-Meier log-likelihood is computed as:
where the sum is with respect to the distinct failure times
.
See Also