Click or drag to resize
NormTwoSample Constructor
Constructor to compute statistics for mean and variance inferences using samples from two normal populations.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NormTwoSample(
	double[] x,
	double[] y
)

Parameters

x
Type: SystemDouble
A double array containing the first sample.
y
Type: SystemDouble
A double array containing the second sample.
See Also