WebCab Probability and Statistics for .NET v3.3 Demo

BasicStatistics.SetDataSet Method 

Registers a new set of double values for subsequent computations.

public void SetDataSet(
   double[] dataSet
);

Parameters

dataSet
An array of doubles representing the new set.

Remarks

Note that the data set here is a collection of doubles for which we will then be able to evaluate quantities such as its mean and so on.

See Also

BasicStatistics Class | WebCab.Libraries.Statistics.Statistics Namespace