Last updated: 2023-03-16.
Module: tf_quant_finance.math.interpolation.cubic#
Cubic spline interpolation methods.
Classes#
class BoundaryConditionType: Specifies which boundary condition type to use for the cubic interpolation.
class SplineParameters: Cubic spline parameters.
Functions#
build_spline(...): Builds a SplineParameters interpolation object.
interpolate(...): Interpolates spline values for the given x and the spline_data.