<!--
This file is generated by a tool. Do not edit directly.
For open-source contributions the docs will be updated automatically.
-->

*Last updated: 2023-03-16.*

<div itemscope itemtype="http://developers.google.com/ReferenceObject">
<meta itemprop="name" content="tf_quant_finance.math.interpolation.cubic" />
<meta itemprop="path" content="Stable" />
</div>

# Module: tf_quant_finance.math.interpolation.cubic

<!-- Insert buttons and diff -->

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/math/interpolation/cubic/__init__.py">View source</a>



Cubic spline interpolation methods.



## Classes

[`class BoundaryConditionType`](../../../tf_quant_finance/math/interpolation/cubic/BoundaryConditionType.md): Specifies which boundary condition type to use for the cubic interpolation.

[`class SplineParameters`](../../../tf_quant_finance/math/interpolation/cubic/SplineParameters.md): Cubic spline parameters.

## Functions

[`build_spline(...)`](../../../tf_quant_finance/math/interpolation/cubic/build_spline.md): Builds a SplineParameters interpolation object.

[`interpolate(...)`](../../../tf_quant_finance/math/interpolation/cubic/interpolate.md): Interpolates spline values for the given `x` and the `spline_data`.

