Natural Cubic Splines Yield Curve

Fitting of smooth yield curve
402 Downloads
Updated 9 May 2011

View License

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.

Cite As

petar radkov (2024). Natural Cubic Splines Yield Curve (https://www.mathworks.com/matlabcentral/fileexchange/31364-natural-cubic-splines-yield-curve), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0