WebCab Probability and Statistics for .NET v3.3 Demo

BasicStatistics Constructor (Double[])

Creates a new BasicStatistics instance with the specified initial data set.

public BasicStatistics(
   double[] dataSet
);

Parameters

dataSet
An array where the k-th term corresponds to the k-th element of the data set.

See Also

BasicStatistics Class | WebCab.Libraries.Statistics.Statistics Namespace | BasicStatistics Constructor Overload List