linear_interpolate
Calculate intermediate values between two known points using linear interpolation for numerical data estimation.
Instructions
Perform linear interpolation between two points (Domain: numerical, Category: interpolation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| x0 | Yes | ||
| y0 | Yes | ||
| x1 | Yes | ||
| y1 | Yes |