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.166 -- Release Build+615b5375380e2ef684e1623e3d24332fd3a8e571
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.
|