Natural Cubic Splines Yield Curve
The fitting of smooth curve through a set of data points and extention to this is the fitting of 'best fit' spline to a large set of data points which show the cerrent trend but which do not all lie above the curve. The method involves cluster analysis, that is, grouping the crude data into clusters and seed points are the limites of each cluster. The central for each clustrer become nodes through which a natural spline is fitted. There are five stages nessesary in the cluster analysis and calculation of node positions, summerised as follow: 1. starting with choosing seed points 2. determine two data point which are closest to each seed point (the nearest neighbour pair) 3. calculate the coordinate of weighted average of each nearest neighbour pair. 4. allocate the remaining data points to their appropriate cluster. 5. calculate the cordinate of the central point of each cluster, using weight average. This method can be used for approximation yield curve (with gross yields or zero yields), which is shown in those matlab code.
Citar como
petar radkov (2025). Natural Cubic Splines Yield Curve (https://www.mathworks.com/matlabcentral/fileexchange/31364-natural-cubic-splines-yield-curve), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Computational Finance > Financial Toolbox > Price and Analyze Financial Instruments >
- Computational Finance > Financial Instruments Toolbox > Price Instruments Using Functions > Yield Curves >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |