edu.ucla.stat.SOCR.experiments.util
Class HistogramUtil

java.lang.Object
  extended by edu.ucla.stat.SOCR.experiments.util.HistogramUtil

public class HistogramUtil
extends java.lang.Object


Constructor Summary
HistogramUtil()
           
 
Method Summary
 double getLowerCutOffValue()
           
 double getUpperCutOffValue()
           
 void histogram(double[][] raw_xvalue, int count1, int count2)
           
 void histogram(double[] raw_xvalue, int data_count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramUtil

public HistogramUtil()
Method Detail

histogram

public void histogram(double[][] raw_xvalue,
                      int count1,
                      int count2)

histogram

public void histogram(double[] raw_xvalue,
                      int data_count)

getUpperCutOffValue

public double getUpperCutOffValue()

getLowerCutOffValue

public double getLowerCutOffValue()