Module interpolation

Module interpolation 

Source
Expand description

Sample and aggregation interpolation.

Structs§

ConstantSampleOutput
LastSampleOutput
NoSampleOutput

Enums§

ConstantSample
An Interpolation kind over a constant sample.
LastSample
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.
InterpolationKind
A kind of Interpolation.