|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.ext.R.stat.RCorrelator.Result
public static final class RCorrelator.Result
This class is used to store the results of computing a correlation using R.
Method Summary | |
---|---|
double |
getCoeff()
Returns the computed correlation coefficient. |
double |
getP()
Returns the corresponding P value. |
double |
getStatistic()
Returns the corresponding statistic. |
java.lang.String |
toString()
Returns a string representation of this result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public double getStatistic()
public double getCoeff()
getCoeff
in interface CorrResult
public double getP()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |