|
||||||||||
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.RegressionBean
public final class RegressionBean
Bean for calculating the regression slope and y intercept (same to Microsoft Excel LINEST function).
Constructor Summary | |
---|---|
RegressionBean()
|
Method Summary | |
---|---|
double |
getSlope()
Returns the slope. |
double |
getYIntercept()
Returns the Y intercept. |
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 RegressionBean()
Method Detail |
---|
public double getYIntercept()
public double getSlope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |