WebCab Probability and Statistics for .NET v3.3 Demo

DataPresentation.SetDataSet Method 

Registers a new data set used from within the business methods of this class.

public void SetDataSet(
   double[] dataSet
);

Parameters

dataSet
The set of values to be registered.

Remarks

The data set is passed as a parameters and stored within private fields.

Example

Say we wish to display the results of an experiment which has the following outcomes 1.4, 2.4, 2,5, 2.0, 1.5; within a tabulated form, for examples a bar or frequency chart. In first step required in order to achieve this is to register the data set using this methods. After which the boundaries can be set using SetBoundariesIntervals and then the frequency table evaluated using one of FrequencyTableOL or FrequencyTableOR.

See Also

DataPresentation Class | WebCab.Libraries.Statistics.Statistics Namespace