Module ndarray_stats::interpolate [−][src]
Interpolation strategies.
Structs
Higher | Select the higher value. |
Linear | Linearly interpolate between the two values
( |
Lower | Select the lower value. |
Midpoint | Select the midpoint of the two values ( |
Nearest | Select the nearest value. |
Traits
Interpolate | Used to provide an interpolation strategy to |