Sure thing. The relationship looks like this:
First, you take the difference between the desired value and the lower value of the data the desired value resides between, and divide it by the difference between the higher value and the lower value that describe the region the desired value lies within, ie:
(211-210.778)/(212.268-210.778)
This gives the point along the line between the higher and lower values that the value you want lies at as a percentage. You then apply that percentage to the linear relationship of the related data for n and k. A reasonable explanation is found on the wikipedia page for interpolation. This is Linear interpolation.
Bookmarks