linear_interpolate_sequence
Perform linear interpolation on a sequence of points to estimate values between known data points using mathematical computation.
Instructions
Perform linear interpolation on a sequence of points (Domain: numerical, Category: interpolation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_points | Yes | ||
| y_points | Yes | ||
| x | Yes |