September 1st, 2015, 5:02 pm
QuoteOriginally posted by: stasIn my experimentation quadratic splines offer the best trade off (in the polynomial splines class, so ignoring something like B-splines) between smoothness and non-locality when splining the instantaneous forward curve using optimization. While it is easy to implement "naively" the linear equations that arise are banded and should be solved as such in order to optimize performance. I was looking for a package that would do it all. I've been looking and am supprised this is not readily implemented. I know for a fact several major dealers use this spline model even though it is not widely discussed.Normally all these have a name/label like Akima, Hyman, etc. Quotequadratic splines ???Your title states 'quartic'. Which one is it?
Last edited by
Cuchulainn on August 31st, 2015, 10:00 pm, edited 1 time in total.