Target Equations

The Data Matching adapter uses the following equations for the target functions.

This page discusses:

See Also
Data Matching Functions Reference

Start Position

The function uses the following equation:

f=tarx0

to calculate the start position of the target data (marked in red) between the two green borderlines, as shown in the following graph:

End Position

The function uses the following equation:

f=tarxn

to calculate the end position of the target data (marked in red) between the two green borderlines, as shown in the following graph:

Number of Data Points

The function uses the following equation:

f=card{tarxi}

to calculate the number of the target data (marked in red) between the two green borderlines. In the following example, the result is 9.

Minimum X Value

The function uses the following equation:

f=min{xi}

to calculate the minimum value of the x-axis between the two green borderlines, as shown in the following graph:

Maximum X Value

The function uses the following equation:

f=max{xi}

to calculate the maximum value of the x-axis between the two green borderlines, as shown in the following graph:

Minimum Y Value

The function uses the following equation:

f=min{yi}

to calculate the minimum value of the y-axis between the two green borderlines, as shown in the following graph:

Maximum Y Value

The function uses the following equation:

f=max{yi}

to calculate the maximum value of the y-axis between the two green borderlines, as shown in the following graph:

Position of Minimum Y Value

The function uses the following equation:

f=xi|min{yi}

to calculate the minimum value's position of the target x-axis between the two green borderlines, as shown in the following graph:

Position of Maximum Y Value

The function uses the following equation:

f=xi|max{yi}

to calculate the maximum value's position of the target y-axis between the two green borderlines, as shown in the following graph:

Y Value of Minimum X Value

The function uses the following equation:

f=yi|min{xi}

to calculate the y value of the minimum position target x between the two green borderlines, as shown in the following graph:

Y Value of Maximum X Value

The function uses the following equation:

f=yi|max{xi}

to calculate the y value of the maximum position target x between the two green borderlines, as shown in the following graph: