Header menu logo FSharp.Stats

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<float>

Full Usage: WithSlopes Vector<float>

Parameters:
    Item : Vector<float>

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<float>

Type something to start searching.