QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Frank copula random-number generator. More...
#include <frankcopularng.hpp>
Public Types | |
typedef Sample< std::vector< Real > > | sample_type |
typedef RNG | urng_type |
Public Member Functions | |
FrankCopulaRng (const RNG &uniformGenerator, Real theta) | |
sample_type | next () const |
Private Attributes | |
Real | theta_ |
RNG | uniformGenerator_ |
Frank copula random-number generator.
Definition at line 36 of file frankcopularng.hpp.
typedef Sample<std::vector<Real> > sample_type |
Definition at line 38 of file frankcopularng.hpp.
typedef RNG urng_type |
Definition at line 39 of file frankcopularng.hpp.
|
explicit |
Definition at line 48 of file frankcopularng.hpp.
FrankCopulaRng< RNG >::sample_type next |
Definition at line 56 of file frankcopularng.hpp.
|
private |
Definition at line 43 of file frankcopularng.hpp.
|
private |
Definition at line 44 of file frankcopularng.hpp.