Closed BenJordan23 closed 3 years ago
There is no such functionality in this library at the moment.
At first glance I would say it is not too hard to implement using the available primitives. Use calibrate.betas_ns_ols
to compute optimal betas given lambda for every t. With the betas for every t you can then compute the error function and optimize. Whether this will yield stable and satisfying results is another question.
Are you interested in submitting a pull request?
Are you still interested in this topic or can the issue be closed?
Description
I was wondering if it is possible to calibrate the decay parameter lambda for multiple term structures like in this paper:
I have term structure data for multiple days and would like to find the optimal lambda and beta parameters considering all term structures together.
many thanks!