The KaplanMeierEstimates type exposes the following members.

Constructors

NameDescription
KaplanMeierEstimates
Constructor for KaplanMeierEstimates.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetGroupTotal
Returns the total number in the group for the specified group value.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLogLikelihood
Returns the Kaplan-Meier log-likelihood of the group with the specified group value.
GetNumberAtRisk
Returns the number of individuals at risk at each failure point.
GetNumberOfFailures
Returns the number of failures which occurred at each failure point.
GetStandardErrors
Returns Greenwood's estimated standard errors.
GetSurvivalProbabilities
Returns the estimated survival probabilities.
GetTotalNumberOfFailures
Returns the total number failing in the group for the specified group value.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

NameDescription
CensorColumn
The column index of x containing the optional censoring code for each observation.
FrequencyColumn
The column index of x containing the frequency of response for each observation.
NumberOfRowsMissing
The number of rows of data in x that contain missing values in one or more specific columns of x.
ResponseColumn
The column index of x containing the response time for each observation.
Sorted
The boolean which indicates that the column of response times in x are already sorted.
StratumColumn
The column index of x containing the stratum number for each observation.

See Also