Last updated: 2023-03-16.
tf_quant_finance.models.hjm.CalibrationResult#
Collection of calibrated QuasiGaussianHJM parameters.
tf_quant_finance.models.hjm.CalibrationResult(
mean_reversion, volatility, corr_matrix
)
For a review of the HJM model and the conventions used, please see the
docstring for QuasiGaussianHJM, or for calibration_from_swaptions below.
Attributes:#
mean_reversion: Rank-1Tensorspecifying the mean-reversion parameter.volatility: Rank-1Tensorspecifying the volatility parameter.corr_matrix: Rank-1Tensorspecifying the correlation matrix 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.