NormTwoSample Constructor |
Constructor to compute statistics for mean and variance inferences
using samples from two normal populations.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NormTwoSample(
double[] x,
double[] y
)
Public Sub New (
x As Double(),
y As Double()
)
public:
NormTwoSample(
array<double>^ x,
array<double>^ y
)
new :
x : float[] *
y : float[] -> NormTwoSample
Parameters
- x
- Type: SystemDouble
A double array containing the first sample.
- y
- Type: SystemDouble
A double array containing the second sample.
See Also