|
See also: Vose Interpolate window
VoseInterpolate(Value,{independent},{dependent})
Uses linear interpolation to return a dependent variable value given data and an independent variable value.
Value - the independent variable value for which we wish to find the corresponding dependent variable value.
{independent} - an array of observations for an independent variable.
{dependent} - an array of observations for a dependent variable.
The {independent} and {dependent} arrays must be of the same length.
The function searches for the nearest values in independent above and below Value, finds the corresponding values in dependent and interpolates between them.