QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <sobolbrownianbridgersg.hpp>
Public Types | |
typedef Sample< std::vector< Real > > | sample_type |
Public Member Functions | |
Burley2020SobolBrownianBridgeRsg (Size factors, Size steps, SobolBrownianGenerator::Ordering ordering=SobolBrownianGenerator::Diagonal, unsigned long seed=42, SobolRsg::DirectionIntegers directionIntegers=SobolRsg::JoeKuoD7, unsigned long scrambleSeed=43) | |
const sample_type & | nextSequence () const |
const sample_type & | lastSequence () const |
Size | dimension () const |
Private Attributes | |
sample_type | seq_ |
Burley2020SobolBrownianGenerator | gen_ |
Definition at line 52 of file sobolbrownianbridgersg.hpp.
typedef Sample<std::vector<Real> > sample_type |
Definition at line 54 of file sobolbrownianbridgersg.hpp.
Burley2020SobolBrownianBridgeRsg | ( | Size | factors, |
Size | steps, | ||
SobolBrownianGenerator::Ordering | ordering = SobolBrownianGenerator::Diagonal , |
||
unsigned long | seed = 42 , |
||
SobolRsg::DirectionIntegers | directionIntegers = SobolRsg::JoeKuoD7 , |
||
unsigned long | scrambleSeed = 43 |
||
) |
Definition at line 64 of file sobolbrownianbridgersg.cpp.
const Burley2020SobolBrownianBridgeRsg::sample_type & nextSequence | ( | ) | const |
Definition at line 75 of file sobolbrownianbridgersg.cpp.
const Burley2020SobolBrownianBridgeRsg::sample_type & lastSequence | ( | ) | const |
Definition at line 81 of file sobolbrownianbridgersg.cpp.
Size dimension | ( | ) | const |
|
mutableprivate |
Definition at line 69 of file sobolbrownianbridgersg.hpp.
|
mutableprivate |
Definition at line 70 of file sobolbrownianbridgersg.hpp.