lagrange_interpolation
Calculate function values at interpolation points using Lagrange interpolation method. Input x and y data points with a target value to estimate unknown function values.
Instructions
使用拉格朗日插值法计算插值点的函数值
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_points | Yes | ||
| y_points | Yes | ||
| interpolation_point | Yes |