InterpolationAlgorithm

InterpolationAlgorithm

The interface for interpolation algorithms.
See:

Members

staticInterpolationAlgorithm.getRequiredDataPoints

Given the desired degree, returns the number of data points required for interpolation.

staticInterpolationAlgorithm.interpolateOrderZero

Interpolates values.

staticInterpolationAlgorithm.type :String

Gets the name of this interpolation algorithm.