Interpolator

fun fun interface Interpolator<T, in X : T, Y : T>

And interpolator for data with x column type X, y column type Y.

Functions

interpolate
Link copied to clipboard
abstract fun interpolate(points: XYColumnarData<T, X, Y>): (X) -> Y

Inheritors

PolynomialInterpolator
Link copied to clipboard

Sources

common source
Link copied to clipboard