Creates a new DataPresentation instance with a specified initial data set and the boundaries of the intervals in which the data set points will be assigned.
Lets assume for example that we have the data set {1.4, 2.4, 2,5, 2.0, 1.5}
,
and we have the boundary set of {0, 1, 2, 3}
. Now the boundary set
will divide the interval into the sub-intervals (0,1]
(i.e. the
interval from 0
, to 1
which does include 0
,
but does not include 1
), (1,2]
, (2,3]
.
Now the values of the data set which belong to each of these intervals
are as follows:
(0, 1]
interval has no element from the data set.
(1, 2]
interval has the elements 1.4, 1.5, 2.0
from the data set.
(2, 3]
interval has the elements 2.4, 2.5
from the data set.
DataPresentation Class | WebCab.Libraries.Statistics.Statistics Namespace | DataPresentation Constructor Overload List