Series interpolation
Default

Input data

x values

y values

Queried x value

Output data

Interpolated y value

Description

The "Series Interpolation" operation allows you to estimate the value of a point within a range of known data using linear interpolation. This feature is useful for finding intermediate values based on two provided data series: one series of x values and a corresponding series of y values. The operation takes a specific x value and estimates the corresponding y value based on the input series.

 

How It Works:

  • Inputs:

    • x values: Series of numbers representing the x data points (minimum of 1 row, maximum of 300 rows).
    • y values: Series of numbers representing the y data points (minimum of 1 row, maximum of 300 rows).
    • Queried x value: Specific x value for which the corresponding y value is to be found.
  • Output:

    • Interpolated y value: The estimated y value corresponding to the queried x value, calculated based on the input series using linear interpolation.

This functionality is valuable in data analysis, data science, and other fields where filling in or predicting values between known data points is required.