| Class | Description |
|---|---|
| AbstractCumulativeEnergyCalculator |
This abstract class is designed to be the base class of all algorithms that calculate cumulative energy consumptions
based on power consumption samples (sampling points), i.e., in an integrator-like fashion.
|
| SimpsonRuleCumulativeEnergyCalculator |
This class contains an implementation of Simpson's rule for numerical integration
given a series of sampling points and a sampling rate (more precisely, the temporal difference between
two consecutive sampling points).
This implementation is tailored to calculating cumulative energy consumption based on power consumption samples. |