goog.math.interpolator.Spline1 | |
goog.math.interpolator.Pchip1 | goog.math.interpolator.Spline1 |
Computes the derivative at each point of the spline such that
the curve is C2. It uses not-a-knot boundary conditions.
|
code » | |
Solve for the spline coefficients such that the spline precisely interpolates
the data points.
|
code » | |
![]()
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.
|
code » | |
![]()
No description.
|
code » | |
![]()
No description.
|
code » |
![]()
No description.
|
Code » |
![]()
No description.
|
Code » |