QuantLib_MCAmericanBasketEngine

Langue: en

Autres versions - même langue

Version: 382819 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::MCAmericanBasketEngine -

least-square Monte Carlo engine

SYNOPSIS


#include <ql/pricingengines/basket/mcamericanbasketengine.hpp>

Inherits MCLongstaffSchwartzEngine< BasketOption::engine, MultiVariate, RNG >.

Public Member Functions


MCAmericanBasketEngine (const boost::shared_ptr< StochasticProcessArray > &, Size timeSteps, Size timeStepsPerYear, bool brownianBridge, bool antitheticVariate, Size requiredSamples, Real requiredTolerance, Size maxSamples, BigNatural seed, Size nCalibrationSamples=Null< Size >())

Protected Member Functions


boost::shared_ptr< LongstaffSchwartzPathPricer< MultiPath > > lsmPathPricer () const

Detailed Description

template<class RNG = PseudoRandom> class QuantLib::MCAmericanBasketEngine< RNG >

least-square Monte Carlo engine

Warning

This method is intrinsically weak for out-of-the-money options.

Author

Generated automatically by Doxygen for QuantLib from the source code.