Constructor for SignTest.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SignTest(
double[] x
)
Public Sub New (
x As Double()
)
public:
SignTest(
array<double>^ x
)
new :
x : float[] -> SignTest
Parameters
- x
- Type: SystemDouble
A double array containing the data.
See Also