stat
Class CrossCorrStat

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

public class CrossCorrStat
extends Stat
implements java.lang.Runnable

Saves the cross-correlation coefficient between each two parameters in the wheel plot. At the bottom of the file, also prints the largest x correlation coefficients where x is set in the code (currently set to 20). Does not test for significance yet.


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

Constructor Detail

CrossCorrStat

public CrossCorrStat()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class Stat