class Spearman extends Object
private double
coeff
Spearman(ArrayList<Double> Dv, ArrayList<Double> Da)
double
getR()
private ArrayList<Double>
ranking(ArrayList<Double> vec)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private double coeff
public Spearman(ArrayList<Double> Dv, ArrayList<Double> Da)
private ArrayList<Double> ranking(ArrayList<Double> vec)
public double getR()