| Package | Description |
|---|---|
| stella.sensor |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivativeDataEvent
Adds the derivative values to the data event.
|
class |
PredictiveDataEvent
Adds the predicted values from a
PredictiveSensor to the data event
generated. |
class |
SmoothDataEvent
Adds the smothened values to the data event.
|
| Modifier and Type | Method and Description |
|---|---|
private static CumulativeDataEvent |
DataFactory.averageCumulativeDataEvent(List de)
Averages over cumulative data events.
|
private static CumulativeDataEvent |
DataFactory.averageRawDataEvent(List de)
Averages over raw data events.
|