Removes the observations in x from the first sample.

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

Syntax

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

Parameters

x
Type: array< System..::.Double >[]()[]
A double array containing the values to remove from the first sample.

See Also