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