Subtract series

Input data

x

y

Output data

x - y

Description

The "Subtract series" operation allows you to compute the difference between two sets of data, series by series. This feature is useful for subtracting corresponding values from two lists of numbers. Each entry in series 'y' is subtracted from the corresponding entry in series 'x', and the result is returned in a new output series.

 

How It Works:

  • Inputs:

    • x: Series of numbers (minimum of 1 row, maximum of 300 rows).
    • y: Series of numbers (minimum of 1 row, maximum of 300 rows).
  • Output:

    • x - y: Series resulting from the subtraction of the 'y' series entries from the 'x' series entries.

This functionality is useful in various applications, such as data analysis and signal processing, where comparing or analyzing the difference between data from two different sources is desired.