Is there a mathematical term for the "de-peaking" of a dataset

58 Views Asked by At

I have several sets of data that exhibit similar "peaks" when viewed as a graph, e.g.:

Peaked data

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: De-peaked data

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}$