lagrange_interpolate
Interpolate unknown values between known data points using Lagrange polynomial method to estimate y-values for given x-coordinates.
Instructions
Perform Lagrange polynomial interpolation through given points (Domain: numerical, Category: interpolation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_points | Yes | ||
| y_points | Yes | ||
| x | Yes |