public class Ewma
extends java.lang.Object
| Constructor and Description |
|---|
Ewma(long halfLife,
java.util.concurrent.TimeUnit unit,
double initialValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(double x) |
void |
reset(double value) |
java.lang.String |
toString() |
double |
value() |