The column index of x containing the frequency of response for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int FrequencyColumn { get; set; }
Visual Basic (Declaration)
Public Overridable Property FrequencyColumn As Integer
Visual C++
public:
virtual property int FrequencyColumn {
	int get ();
	void set (int value);
}

Field Value

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