Sets the frequencies for each observation in x.

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

Syntax

C#
public void SetFrequencies(
	double[] frequencies
)
Visual Basic (Declaration)
Public Sub SetFrequencies ( _
	frequencies As Double() _
)
Visual C++
public:
void SetFrequencies(
	array<double>^ frequencies
)

Parameters

frequencies
Type: array< System..::.Double >[]()[]
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