KaplanMeierECDFNumberOfPoints Property |
The number of points in the empirical CDF.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NumberOfPoints { get; }
Public Overridable ReadOnly Property NumberOfPoints As Integer
Get
public:
virtual property int NumberOfPoints {
int get ();
}
abstract NumberOfPoints : int with get
override NumberOfPoints : int with get
Property Value
Type:
Int32 An
int containing the number of points in the
empirical CDF.
Exceptions See Also