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.0.0

Syntax

C#
public NormOneSample(
	double[] x
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double() _
)
Visual C++
public:
NormOneSample(
	array<double>^ x
)

Parameters

x
Type: array< System..::.Double >[]()[]
A one-dimension double array containing the observations.

See Also