Click or drag to resize
KaplanMeierECDFNumberOfPoints Property
The number of points in the empirical CDF.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int NumberOfPoints { get; }

Property Value

Type: Int32
An int containing the number of points in the empirical CDF.
Exceptions
ExceptionCondition
InvalidOperationExceptionis thrown if the CDF has not been evaluated.
See Also