Transform Reference Guide |
|
User Guide | Transform Guide | OSW on the Web |
Interpolate between corresponding values in two lists
Interpolate options
list::Interpolate performs a weighted linear interpolation between corresponding values in two lists. For example, consider two lists {a1 a2 a3} and {b1 b2 b3} and interpolation point w. The resulting list would be the values: {a1w+b1(1-w), a2w+b2(1-w), a3w+b3(1-w) }