The KaplanMeierECDF type exposes the following members.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluateCDF
Computes the empirical CDF and returns the CDF values up to, but not including the time values returned by GetTimes.
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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTimes
Retrieves the time values where the step function CDF jumps to a greater value.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetCensor
Set flags to note right-censoring.
SetFrequency
Sets the frequency for each entry in t.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also