Hi, Been here a while and learned a lot! For the life of me I had a hard time parsing CSV before and now got stuck with interpolation!
Example:
Secondary reference column/filed
item -1.0 -0.5 0.0 0.5 1.0
23 0.25 0.27 0.28 0.30 0.34
25 0.27 0.30 0.32 0.35 0.38
Say I am looking for interpolated value of 24 and a secondary reference as -0.7
So, in the table the values I am looking for are well between the columns reference and Item rows. Not sure really if this is called a binary interpolation or single interpolation
. Appreciate much
Example:
Secondary reference column/filed
item -1.0 -0.5 0.0 0.5 1.0
23 0.25 0.27 0.28 0.30 0.34
25 0.27 0.30 0.32 0.35 0.38
Say I am looking for interpolated value of 24 and a secondary reference as -0.7
So, in the table the values I am looking for are well between the columns reference and Item rows. Not sure really if this is called a binary interpolation or single interpolation

Comment