Driftcalculators.HTML_1.gif

functions to construct and use Driftcalculators objects.

The first step is to load the QuantLib package.

Needs["QuantLib`"]

Within the Driftcalculators part there are several constructors and member functions available

Select[Category[Driftcalculators],QLConstructor[#]&]

Select[Category[Driftcalculators],QLMember[#]&]

Constructors

LMMDriftCalculator

Driftcalculators.HTML_2.gif

Driftcalculators.HTML_3.gif

obj=LMMDriftCalculator[PseudoSquareRoot,Displacements,Taus,Numeraire,Alive]

LMMNormalDriftCalculator

Driftcalculators.HTML_4.gif

Driftcalculators.HTML_5.gif

obj=LMMNormalDriftCalculator[Pseudo_square_root,Taus,Numeraire,Alive]

CMSMMDriftCalculator

Driftcalculators.HTML_6.gif

Driftcalculators.HTML_7.gif

obj=CMSMMDriftCalculator[Pseudo_square_root,Displacements,Taus,Numeraire,Alive,SpanningFwds]

SMMDriftCalculator

Driftcalculators.HTML_8.gif

Driftcalculators.HTML_9.gif

obj=SMMDriftCalculator[Pseudo_square_root,Displacements,Taus,Numeraire,Alive]

Member function

LMMDriftCalculatorComputePlain

Driftcalculators.HTML_10.gif

Driftcalculators.HTML_11.gif

LMMDriftCalculatorComputePlain[objCurveState]

LMMDriftCalculatorComputeReduced

Driftcalculators.HTML_12.gif

Driftcalculators.HTML_13.gif

LMMDriftCalculatorComputeReduced[objCurveState]

LMMDriftCalculatorCompute

Driftcalculators.HTML_14.gif

Driftcalculators.HTML_15.gif

LMMDriftCalculatorCompute[objCurveState]

LMMNormalDriftCalculatorComputePlain

Driftcalculators.HTML_16.gif

Driftcalculators.HTML_17.gif

LMMNormalDriftCalculatorComputePlain[objCurveState]

LMMNormalDriftCalculatorComputeReduced

Driftcalculators.HTML_18.gif

Driftcalculators.HTML_19.gif

LMMNormalDriftCalculatorComputeReduced[objCurveState]

LMMNormalDriftCalculatorCompute

Driftcalculators.HTML_20.gif

Driftcalculators.HTML_21.gif

LMMNormalDriftCalculatorCompute[objCurveState]

CMSMMDriftCalculatorCompute

Driftcalculators.HTML_22.gif

Driftcalculators.HTML_23.gif

CMSMMDriftCalculatorCompute[objCurveState]

SMMDriftCalculatorCompute

Driftcalculators.HTML_24.gif

Driftcalculators.HTML_25.gif

SMMDriftCalculatorCompute[objCurveState]

Spikey Created with Wolfram Mathematica 7.0