Constructor for SignTest.

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

Syntax

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

Parameters

x
Type: array< System..::.Double >[]()[]
A double array containing the data.

See Also