Hi All Along the x axis I have say 20 30 40 and on the y axis have in descending order 500, 400,300,200,100,0,-100. The scores are in the middle. Basically, higher scores to the upper right, lower scores to the lower left.
Given say an x value of 27, and a y value of 237, what two dimensional interpolation formula could I deploy to find the "score" ? A formula (in know "forecast" in in there) has to interpolate between 20 and 30, then 300 and 200 and then interpolate again to find the final answer.
Thanks if have any suggestions.
Bookmarks