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.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
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 =