The goog.math.interpolator.Spline1 Class

goog.math.interpolator.Spline1()

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

.getInverse()

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()

.setData()