cubic_spline_interpolate
Interpolate values between known data points using cubic spline curves for smooth mathematical modeling and analysis.
Instructions
Perform cubic spline interpolation for smooth curve fitting (Domain: numerical, Category: interpolation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_points | Yes | ||
| y_points | Yes | ||
| x | Yes |