newton_interpolate
Perform Newton polynomial interpolation to estimate function values between known data points using divided differences.
Instructions
Perform Newton polynomial interpolation using divided differences (Domain: numerical, Category: interpolation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_points | Yes | ||
| y_points | Yes | ||
| x | Yes |