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