Hello,
I am checking the different interpolation methods available to construct a yield term structure. I would like to know if all the techniques listed into http://quantlib.org/reference/class_quant_lib_1_1_interpolation.html are available to create an InterpolatedDiscountCurve/ZeroCurve.
thanks P ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Most, but not all. You'll have to check their
On Tue, Oct 2, 2012 at 7:41 AM, [hidden email] <[hidden email]> wrote: > Hello, > > > > I am checking the different interpolation methods available to construct a > yield term structure. I would like to know if all the techniques listed into > http://quantlib.org/reference/class_quant_lib_1_1_interpolation.html are > available to create an InterpolatedDiscountCurve/ZeroCurve. > > > > thanks > > P > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
As I was saying before triggering a keyboard shortcut:
Most, but not all. You'll have to check their header files in ql/math/interpolations and see if they define a traits class such as Linear or Cubic (it's a class with a template interpolate() method and static data members such as global or requiredPoints). If an interpolation you need doesn't define a traits class, it shouldn't be difficult for you to create one. If you do so, post a patch so I can include it in next release. Later, Luigi On Wed, Oct 3, 2012 at 5:55 PM, Luigi Ballabio <[hidden email]> wrote: > Most, but not all. You'll have to check their > > On Tue, Oct 2, 2012 at 7:41 AM, [hidden email] > <[hidden email]> wrote: >> Hello, >> >> >> >> I am checking the different interpolation methods available to construct a >> yield term structure. I would like to know if all the techniques listed into >> http://quantlib.org/reference/class_quant_lib_1_1_interpolation.html are >> available to create an InterpolatedDiscountCurve/ZeroCurve. >> >> >> >> thanks >> >> P >> >> >> ------------------------------------------------------------------------------ >> Don't let slow site performance ruin your business. Deploy New Relic APM >> Deploy New Relic app performance management and know exactly >> what is happening inside your Ruby, Python, PHP, Java, and .NET app >> Try New Relic at no cost today and get our sweet Data Nerd shirt too! >> http://p.sf.net/sfu/newrelic-dev2dev >> _______________________________________________ >> QuantLib-users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/quantlib-users >> ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |