Set flags to note right-censoring.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetCensor( int[] censor ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetCensor ( _ censor As Integer() _ ) |
Visual C++ |
---|
public: virtual void SetCensor( array<int>^ censor ) |
Parameters
- censor
- Type: array<
System..::.Int32
>[]()[]
An int array of 0 or 1 flags to note right-censoring. Values of 0 = continue to use datum and 1 = remove datum.Default: No data is right-censored.