hex
Class Covariance

java.lang.Object
  extended by hex.Covariance

public abstract class Covariance
extends java.lang.Object

Calculate the covariance and correlation of two variables


Nested Class Summary
static class Covariance.COV_Task
           
 
Constructor Summary
Covariance()
           
 
Method Summary
static com.google.gson.JsonObject run(ValueArray ary, int colA, int colB)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Covariance

public Covariance()
Method Detail

run

public static com.google.gson.JsonObject run(ValueArray ary,
                                             int colA,
                                             int colB)