Registers a new data set used from within the business methods of this class.
The data set is passed as a parameters and stored within private fields.
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.
DataPresentation Class | WebCab.COM.Statistics.Statistics Namespace