Pchip Class
Represents a piecebut-three-order Hermite Interpolation similar to Matlab Pchip.
Namespace: Gemstone.Numeric.InterpolationAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
public static class Pchip
Public NotInheritable Class Pchip
public ref class Pchip abstract sealed
Gemstone.Numeric.Interpolation.Pchip = function();
Type.createClass(
'Gemstone.Numeric.Interpolation.Pchip');
- Inheritance
- Object Pchip
| Interp1 |
interpolates to find Vq, the values of the underlying function y=F(x) at the query points Xq.
|