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.173 -- Release Build+f98ef614814d50c1f66a919b6c587a372a50e4bf
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 =