How to interpolate points between two irregular sets of data?
问题 I'm sorry for the somewhat confusing title, but I wasn't sure how to sum this up any clearer. I have two sets of X,Y data, each set corresponding to a general overall value. They are fairly densely sampled from the raw data. What I'm looking for is a way to find an interpolated X for any given Y for a value in between the sets I already have. The graph makes this more clear: In this case, the red line is from a set corresponding to 100, the yellow line is from a set corresponding to 50. I