InterpolationCoefficients Type

This type summarizes coefficient types from various interpolation methods.

Union cases

Union case Description

AkimaSubSplineCoef SubSplineCoef

Full Usage: AkimaSubSplineCoef SubSplineCoef

Parameters:
Item : SubSplineCoef

CubicSplineCoef CubicSplineCoef

Full Usage: CubicSplineCoef CubicSplineCoef

Parameters:
Item : CubicSplineCoef

HermiteSplineCoef HermiteCoef

Full Usage: HermiteSplineCoef HermiteCoef

Parameters:
Item : HermiteCoef

LinearSplineCoef LinearSplineCoef

Full Usage: LinearSplineCoef LinearSplineCoef

Parameters:
Item : LinearSplineCoef

PolynomialCoef PolynomialCoef

Full Usage: PolynomialCoef PolynomialCoef

Parameters:
Item : PolynomialCoef

StepCoef StepCoef

Full Usage: StepCoef StepCoef

Parameters:
Item : StepCoef

Instance members

Instance member Description

this.GetAkimaSubSplineCoef

Full Usage: this.GetAkimaSubSplineCoef

Returns: SubSplineCoef
Returns: SubSplineCoef

this.GetCubicSplineCoef

Full Usage: this.GetCubicSplineCoef

Returns: CubicSplineCoef
Returns: CubicSplineCoef

this.GetHermiteSplineCoef

Full Usage: this.GetHermiteSplineCoef

Returns: HermiteCoef
Returns: HermiteCoef

this.GetLinearSplineCoef

Full Usage: this.GetLinearSplineCoef

Returns: LinearSplineCoef
Returns: LinearSplineCoef

this.GetPolynomialCoef

Full Usage: this.GetPolynomialCoef

Returns: PolynomialCoef
Returns: PolynomialCoef

this.GetStepCoef

Full Usage: this.GetStepCoef

Returns: StepCoef
Returns: StepCoef

this.Predict

Full Usage: this.Predict

Parameters:
    x : float

Returns: float
x : float
Returns: float