Click or drag to resize
KaplanMeierEstimatesFrequencyColumn Property
The column index of x containing the frequency of response for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int FrequencyColumn { 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