HermiteMethod Type

Union cases

Union case Description

CSpline

Full Usage: CSpline

Default hermite spline (cSpline)

PreserveMonotonicity

Full Usage: PreserveMonotonicity

Creates a spline from x,y coordinates. x,y coordinates are interpolated by cubic polynomials between two knots. If a region in the raw data is monotone, the resulting interpolator is monotone as well.

WithSlopes vector

Full Usage: WithSlopes vector

Parameters:

Creates a spline from x,y coordinates. x,y coordinates are interpolated by cubic polynomialsbetween two knots. The slope at each knot is defined by a input slope vector.

Item : vector