sbrt.ext.R.stat
Class RPearson<V>

java.lang.Object
  extended by sbrt.ext.R.stat.RCorrelator<V>
      extended by sbrt.ext.R.stat.RPearson<V>
Type Parameters:
V - the variable type.
All Implemented Interfaces:
Correlator<V,RCorrelator.Result>

public final class RPearson<V>
extends RCorrelator<V>

This class computes Pearson r values using R.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.

Nested Class Summary
 
Nested classes/interfaces inherited from class sbrt.ext.R.stat.RCorrelator
RCorrelator.Result
 
Constructor Summary
RPearson()
           
 
Method Summary
protected  java.lang.String getCorrName()
          Returns pearson.
 
Methods inherited from class sbrt.ext.R.stat.RCorrelator
corr, corr, corr, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPearson

public RPearson()
Method Detail

getCorrName

protected java.lang.String getCorrName()
Returns pearson.

Specified by:
getCorrName in class RCorrelator<V>
Returns:
pearson.