The goog.math.interpolator Namespace

The goog.math.interpolator.Interpolator1 Interface

An interface for one dimensional data interpolation. @interface … more

The goog.math.interpolator.Linear1 Class

A one dimensional linear interpolator. @implements {goog.math.interpolator.Interpolator1} … more

The goog.math.interpolator.Pchip1 Class

A one dimensional monotone cubic spline interpolator. … more

The goog.math.interpolator.Spline1 Class

A one dimensional cubic spline interpolator with natural boundary conditions. @implements {goog.math.interpolator.Interpolator1} … more