Expand description
Sample and aggregation interpolation.
Structs§
Enums§
- Constant
Sample - An
Interpolationkind over a constant sample. - Last
Sample - An
Interpolationkind over the last observed sample. - NoSample
- An
Interpolationkind 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.