IMSL C# Numerical Library

TableMultiWay.SetFrequencies Method 

Sets the frequencies for each observation in x.

public void SetFrequencies(
   double[] frequencies
);

Parameters

frequencies
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

TableMultiWay Class | Imsl.Stat Namespace