TableMultiWaySetFrequencies Method |
Sets the frequencies for each observation in x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetFrequencies(
double[] frequencies
)
Public Sub SetFrequencies (
frequencies As Double()
)
public:
void SetFrequencies(
array<double>^ frequencies
)
member SetFrequencies :
frequencies : float[] -> unit
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