|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.exponto.jstock.indicators.EMAAlgorithm
Constructor Summary | |
EMAAlgorithm()
|
Method Summary | |
static java.util.ArrayList |
computeEMA(LogDataSeries logDS,
int periode)
Calculates the EMA over a periode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EMAAlgorithm()
Method Detail |
public static java.util.ArrayList computeEMA(LogDataSeries logDS, int periode)
logDS
- the logDataSeriesperiode
- the number of days to use in the calculation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |