BrownianBridge Class Template Reference

#include <brownianbridge.hpp>

List of all members.


Detailed Description

template<class GSG>
class QuantLib::MonteCarlo::BrownianBridge< GSG >

Builds Wiener process paths using Gaussian variates.

Builds Wiener process paths using Gaussian variates

For more details: "Monte Carlo Methods in Finance" by P. Jäckel, section 10.8.3


Public Types

typedef Sample< std::vector<
double > > 
sample_type

Public Member Functions

 BrownianBridge (GSG generator)
 normalised (unit time, unit variance) Wiener process paths

 BrownianBridge (Time length, Size timeSteps, GSG generator)
 unit variance Wiener process paths

 BrownianBridge (const TimeGrid &timeGrid, GSG generator)
 unit variance Wiener process paths

 BrownianBridge (const std::vector< double > &sigma, const TimeGrid &timeGrid, GSG generator)
 general Wiener process paths

 BrownianBridge (const Handle< BlackVolTermStructure > &blackVol, const TimeGrid &timeGrid, GSG generator)
inspectors
const sample_type & next () const
const sample_type & antithetic () const
Size size () const
const TimeGridtimeGrid () const


The documentation for this class was generated from the following file:

QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen