Last updated: 2023-03-16.
tf_quant_finance.models.hull_white.CalibrationResult#
Collection of calibrated one factor Hull-White parameters.
tf_quant_finance.models.hull_white.CalibrationResult(
mean_reversion, volatility
)
For a review of the HullWhite model and the conventions used, please see the
docstring for HullWhiteModel1F, or for calibration_from_swaptions below.
Attributes:#
mean_reversion: An instance ofPiecewiseConstantfunction specifying the mean-reversion parameter.volatility: An instance ofPiecewiseConstantspecifying the volatility parameter.
Methods#
__eq__
__eq__(
other
)
Method generated by attrs for class CalibrationResult.
__ge__
__ge__(
other
)
Method generated by attrs for class CalibrationResult.
__gt__
__gt__(
other
)
Method generated by attrs for class CalibrationResult.
__iter__
__iter__()
__le__
__le__(
other
)
Method generated by attrs for class CalibrationResult.
__len__
__len__()
__lt__
__lt__(
other
)
Method generated by attrs for class CalibrationResult.
__ne__
__ne__(
other
)
Method generated by attrs for class CalibrationResult.