Click or drag to resize
NormOneSample Constructor
Constructor to compute statistics for mean and variance inferences using a sample from a normal population.

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

Parameters

x
Type: SystemDouble
A one-dimension double array containing the observations.
See Also