The column number in x that contains 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 { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property FrequencyColumn As Integer
Visual C++
public:
virtual property int FrequencyColumn {
	void set (int value);
}

Field Value

An int scalar which indicates the column number in x that contains the frequency of response for each observation.

Remarks

By default a frequency of 1 for each observation is assumed.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown when FrequencyColumn is less than 0 or greater than or equal to the number of columns of x

See Also