Last updated: 2023-03-16.
tf_quant_finance.math.interpolation.cubic.SplineParameters#
Cubic spline parameters.
tf_quant_finance.math.interpolation.cubic.SplineParameters(
x_data, y_data, spline_coeffs
)
Attributes:#
x_data: A realTensorof shape batch_shape + [num_points] containing X-coordinates of the spline.y_data: ATensorof the same shape anddtypeasx_datacontaining Y-coordinates of the spline.spline_coeffs: ATensorof the same shape anddtypeasx_datacontaining spline interpolation coefficients
Methods#
__eq__
__eq__(
other
)
Method generated by attrs for class SplineParameters.
__ge__
__ge__(
other
)
Method generated by attrs for class SplineParameters.
__gt__
__gt__(
other
)
Method generated by attrs for class SplineParameters.
__iter__
__iter__()
__le__
__le__(
other
)
Method generated by attrs for class SplineParameters.
__len__
__len__()
__lt__
__lt__(
other
)
Method generated by attrs for class SplineParameters.
__ne__
__ne__(
other
)
Method generated by attrs for class SplineParameters.