The number of points in the empirical CDF.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int NumberOfPoints { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property NumberOfPoints As Integer |
Visual C++ |
---|
public: virtual property int NumberOfPoints { int get (); } |
Field Value
An int containing the number of points in the empirical CDF.
Exceptions
Exception | Condition |
---|---|
System..::.InvalidOperationException | is thrown if the CDF has not been evaluated. |