Click or drag to resize
KaplanMeierEstimates Methods

The KaplanMeierEstimates type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetGroupTotal
Returns the total number in the group for the specified group value.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLogLikelihood
Returns the Kaplan-Meier log-likelihood of the group with the specified group value.
Public methodGetNumberAtRisk
Returns the number of individuals at risk at each failure point.
Public methodGetNumberOfFailures
Returns the number of failures which occurred at each failure point.
Public methodGetStandardErrors
Returns Greenwood's estimated standard errors.
Public methodGetSurvivalProbabilities
Returns the estimated survival probabilities.
Public methodGetTotalNumberOfFailures
Returns the total number failing in the group for the specified group value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also