public class RunningAverage extends Object
Constructor and Description |
---|
RunningAverage() |
Modifier and Type | Method and Description |
---|---|
double |
getAverage(long lastTimestamp) |
double |
getDeviation(long lastTimestamp) |
void |
next(double value,
long timestamp) |
void |
step(long timestamp) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.