Gap correction between two curves

217 Views Asked by At

I have two curves like this :

enter image description here

I would like to be able to calculate the gap between these two curves according to the Y value.

For example:

  • In my example Y < 5, error between the two curves is almost 0%
  • But for Y=7 blue is 5% greater
  • For Y=10 blue is 15% greater
  • etc.

Is it possible ?

Thanks