Last updated: 2023-03-16.
tf_quant_finance.rates.hagan_west.CurveBuilderResult#
Bond curve calibration results.
tf_quant_finance.rates.hagan_west.CurveBuilderResult(
times, discount_rates, discount_factors, initial_discount_rates, converged,
failed, iterations
)
Attributes:#
times: Rank 1 realTensor. Times for the computed discount rates.discount_rates: Rank 1Tensorof the same dtype astimes. The inferred discount rates.discount_factors: Rank 1Tensorof the same dtype astimes. The inferred discount factors.initial_discount_rates: Rank 1Tensorof the same dtype astimes. The initial guess for the discount rates.converged: Scalar booleanTensor. Whether the procedure converged.failed: Scalar booleanTensor. Whether the procedure failed.iterations: Scalar int32Tensor. Number of iterations performed.
Methods#
__eq__
__eq__(
other
)
Method generated by attrs for class CurveBuilderResult.
__ge__
__ge__(
other
)
Method generated by attrs for class CurveBuilderResult.
__gt__
__gt__(
other
)
Method generated by attrs for class CurveBuilderResult.
__iter__
__iter__()
__le__
__le__(
other
)
Method generated by attrs for class CurveBuilderResult.
__len__
__len__()
__lt__
__lt__(
other
)
Method generated by attrs for class CurveBuilderResult.
__ne__
__ne__(
other
)
Method generated by attrs for class CurveBuilderResult.