stat
Class ValueFieldHistogramStat

java.lang.Object
  extended bystat.Stat
      extended bystat.ValueFieldHistogramStat
All Implemented Interfaces:
java.lang.Runnable

public class ValueFieldHistogramStat
extends Stat
implements java.lang.Runnable

Makes a histogram of the values of one of the Value Fields across all the parameter sets. This is not currently all that useful, since you have to set it up from within the code, but in the code you can set the number of bins, start bin, bin width, whether there is a bin that catches values not falling in the other bins, and the value field to make the histogram out of.


Constructor Summary
ValueFieldHistogramStat()
           
 
Method Summary
 void calculateStat()
           
 
Methods inherited from class stat.Stat
init, run, setOutputFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

ValueFieldHistogramStat

public ValueFieldHistogramStat()
Method Detail

calculateStat

public void calculateStat()
Overrides:
calculateStat in class Stat