The goog.math.interpolator.Pchip1 Class

goog.math.interpolator.Pchip1
> goog.math.interpolator.Spline1

goog.math.interpolator.Pchip1()

A one dimensional monotone cubic spline interpolator.

.getInverse()

Inherited from goog.math.interpolator.Spline1 .

Note that the inverse of a cubic spline is not a cubic spline in general. As a result the inverse implementation is only approximate. In particular, it only guarantees the exact inverse at the original input data points passed to setData.

.interpolate()

Inherited from goog.math.interpolator.Spline1 .

.setData()

Inherited from goog.math.interpolator.Spline1 .