Click or drag to resize
TableMultiWaySetFrequencies Method
Sets the frequencies for each observation in x.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetFrequencies(
	double[] frequencies
)

Parameters

frequencies
Type: SystemDouble
A double array containing the frequency for each observation in x.
Remarks
Length of input must be the same as the number of observations or number of rows in x.

By default, frequencies[] = 1.

See Also