I have several sets of data that exhibit similar "peaks" when viewed as a graph, e.g.:
A more useful representation of this data (for my purposes) is ${y = abs(x - 70)}$. The representation of the above chart using this method is below:

Essentially, I want the x with the highest y value to be x=0, and x values with decreasing y values to be ${x > 0}$
