|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.view.stat.BaseStatisticsBean
net.esper.view.stat.CorrelationBean
public final class CorrelationBean
Bean for calculating the correlation (same to Microsoft Excel CORREL function).
Constructor Summary | |
---|---|
CorrelationBean()
|
Method Summary | |
---|---|
double |
getCorrelation()
Return the correlation value for the two data series (Microsoft Excel function CORREL). |
Methods inherited from class net.esper.view.stat.BaseStatisticsBean |
---|
addPoint, addPoint, clone, getN, getSumXSq, getSumXY, getSumYSq, getXAverage, getXStandardDeviationPop, getXStandardDeviationSample, getXSum, getXVariance, getYAverage, getYStandardDeviationPop, getYStandardDeviationSample, getYSum, getYVariance, removePoint, removePoint, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CorrelationBean()
Method Detail |
---|
public final double getCorrelation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |