stat
Class SummaryStat

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

public class SummaryStat
extends Stat
implements java.lang.Runnable

Calculates a number of summary statistics for the parameter sets, including average, std. dev, min, and max values of each parameter; proportion of total range covered by each parameter; maximum distance between parameter sets. The last statistic can take a little while to calculate (goes as square of num sets).


Constructor Summary
SummaryStat()
           
 
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

SummaryStat

public SummaryStat()
Method Detail

calculateStat

public void calculateStat()
Overrides:
calculateStat in class Stat