|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.syrah.pyxida.nc.lib.EWMAStatistic
public class EWMAStatistic
Field Summary | |
---|---|
protected double |
gain
|
static double |
GAIN
|
protected double |
value
|
Constructor Summary | |
---|---|
EWMAStatistic()
|
|
EWMAStatistic(double g)
|
Method Summary | |
---|---|
void |
add(double item)
|
double |
get()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double GAIN
protected final double gain
protected double value
Constructor Detail |
---|
public EWMAStatistic(double g)
public EWMAStatistic()
Method Detail |
---|
public void add(double item)
public double get()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |