NormOneSample Constructor |
Constructor to compute statistics for mean and variance inferences
using a sample from a normal population.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NormOneSample(
double[] x
)
Public Sub New (
x As Double()
)
public:
NormOneSample(
array<double>^ x
)
new :
x : float[] -> NormOneSample
Parameters
- x
- Type: SystemDouble
A one-dimension double array containing the observations.
See Also