estimation of the yield curve using nonlinear


Estimation of the yield curve using nonlinear least squares minimization: The last part of this assignment asks you to construct the Nelson Siegel yield curve from observed bond prices, by minimizing the mean squared error.

Unfortunately, the minimization problem, although mathematically simple, is computationally quite complex. We have studied several different methods for finding the roots of an equation that were easy to implement (e.g., the bisection method and the secant method). Finding roots of higher dimensional equations, however, is a whole different story and the same applies to function optimization (which the error minimization problem is an example of). Since the Nelson-Siegel yield curve depends on five parameters, we may therefore expect to work quite hard to implement a solver for this problem.

Fortunately - and this is often the case - this is a standard problem, which clever people have already solved. We can therefore use a predefined library that solves the minimization problem, using the so-called Levenberg-Marquardt nonlinear least squares solver.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: estimation of the yield curve using nonlinear
Reference No:- TGS0415537

Expected delivery within 24 Hours