KaplanMeierEstimatesFrequencyColumn Property |
The column index of x containing the frequency of
response for each observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int FrequencyColumn { get; set; }
Public Overridable Property FrequencyColumn As Integer
Get
Set
public:
virtual property int FrequencyColumn {
int get ();
void set (int value);
}
abstract FrequencyColumn : int with get, set
override FrequencyColumn : int with get, set
Property Value
Type:
Int32
An
int specifying the column index of
x containing the frequency of
response for each observation.
Default: It is assumed that there is no
frequency response column recorded in x.
Each observation in the data array is assumed to be for a
single failure.
See Also