Class histoTest

java.lang.Object
  |
  +--histoTest

class histoTest
extends java.lang.Object

Test the histogram generation code.

The data that is histogrammed is shown below in sorted order (to make it easier to check the histogram result). The values are ordered row major. E.g.

0 1 2 3
4 5 6 7
8 9 ...
-1.0,     -0.9375,  -0.9375,  -0.78125
-0.75,    -0.71875, -0.71875, -0.6875
-0.625,   -0.625,   -0.5625,  -0.5
-0.46875, -0.46875, -0.4375,  -0.4375
-0.4375,  -0.4375,  -0.4375,  -0.40625
-0.375,   -0.28125, -0.28125, -0.25
-0.25,    -0.1875,  -0.15625, -0.15625
-0.0625,  -0.03125,  0.0,      0.0
0.0,       0.03125,  0.03125,  0.09375
0.09375,   0.09375,  0.09375,  0.21875
0.21875,   0.25,     0.25,     0.25
0.28125,   0.3125,   0.4375,   0.46875
0.5,       0.53125,  0.53125,  0.5625
0.59375,   0.625,    0.71875,  0.75
0.765625,  0.78125,  0.8125,   0.84375
0.9375,    0.9375,   1.03125,  1.15625


Constructor Summary
(package private) histoTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

histoTest

histoTest()
Method Detail

main

public static void main(java.lang.String[] args)