Adds new observations to the test.

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

Syntax

C#
public void Update(
	double[] x,
	double[] freq
)
Visual Basic (Declaration)
Public Sub Update ( _
	x As Double(), _
	freq As Double() _
)
Visual C++
public:
void Update(
	array<double>^ x, 
	array<double>^ freq
)

Parameters

x
Type: array< System..::.Double >[]()[]
A double array which contains the new observations to be added to the test.
freq
Type: array< System..::.Double >[]()[]
A double array which contains the frequencies of the corresponding new observations in x.

See Also