Click or drag to resize
KaplanMeierECDF Methods

The KaplanMeierECDF type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluateCDF
Computes the empirical CDF and returns the CDF values up to, but not including the time values returned by GetTimes.
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTimes
Retrieves the time values where the step function CDF jumps to a greater 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 methodSetCensor
Set flags to note right-censoring.
Public methodSetFrequency
Sets the frequency for each entry in t.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also