Expand description
Sample and aggregation interpolation.
Structs§
Enums§
- Constant
Sample - An
Interpolation
kind over a constant sample. - Last
Sample - An
Interpolation
kind over the last observed sample. - NoSample
- An
Interpolation
kind that samples nothing in periods with no data (i.e., does nothing).
Traits§
- Interpolation
- A type that observes data in order to synthesize and fold interpolated samples into a
Statistic
. - Interpolation
Kind - A kind of
Interpolation
.