| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | mathematics | |
| Tool | interpolate1d |
| x | independent data variable | ||
| Allowed: | Real valued array. | ||
| y | dependent data variable | ||
| Allowed: | Real valued array. Must be the same length as x. | ||
| function | interpolation function to use | ||
| Allowed: | 'linear', 'nearest', 'cubic', 'spline' | ||
| Default: | 'linear' | ||