Interpolation Library (5)
| Short Description | Function |
|---|---|
| Histogram-like binning | interp.bin |
| Nearest point, vector, or abstract type | interp.nearest |
| Linear interpolation between two nearest 1-dim points | interp.linear |
| Linear interpolation with flat endpoints | interp.linearFlat |
| Linear interpolation with missing values after endpoints | interp.linearMissing |