All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----resample.RVHistogram
|
+----resample.RVHistogramPartSums
Example: vector (1 1 1 2 10) with partCount=2 would lead to result-array (x/y) = (('<=5',4)('<=10',1))
If the vector can't be splitted into [partCount] equal parts, the last interval can be of a slightly different size
Use this class if the vector consists of many different values (for example numbers of type double) to get an overview about the distribution of the elements
protected int partCount
public RVHistogramPartSums(int xSize,
int ySize,
ResampleVector resVec,
int partCount)
protected void calculateHistoArray()
All Packages Class Hierarchy This Package Previous Next Index