public class UniformMeanExample3 { public static void main (String[] argv) { // We'll build a density-histogram in the range [-2,2] with 20 intervals. DensityHistogram hist = new DensityHistogram (-2,2,20); // Number of runs over which to collect samples of S'_n/n double numRuns = 100000; for (int r=0; r