|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.experiments.util.HistogramUtil
public class HistogramUtil
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 |
---|
public HistogramUtil()
Method Detail |
---|
public void histogram(double[][] raw_xvalue, int count1, int count2)
public void histogram(double[] raw_xvalue, int data_count)
public double getUpperCutOffValue()
public double getLowerCutOffValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |