PchipInterp1 Method
interpolates to find Vq, the values of the underlying function y=F(x) at the query points Xq.
Namespace: Gemstone.Numeric.InterpolationAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.169 -- Release Build+8ea56ff35548d526d505b6c30a0e7b1d71cedef9
Gemstone.Numeric.Interpolation.Pchip.Interp1 = function(x, y, new_x);
- x Double
- The x-values provided for the estimation of F(x).
- y Double
- The y-values provided for the estimation of y = F(x)
- new_x Double
- The x values to be estimated
Double the estimated y-values at location x =