|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
default Monte Carlo traits for multi-variate models More...
#include <mctraits.hpp>
Collaboration diagram for MultiVariate< RNG >:Public Types | |
| enum | { allowsErrorEstimate = RNG::allowsErrorEstimate } |
| typedef RNG | rng_traits |
| typedef MultiPath | path_type |
| typedef PathPricer< path_type > | path_pricer_type |
| typedef RNG::rsg_type | rsg_type |
| typedef MultiPathGenerator< rsg_type > | path_generator_type |
default Monte Carlo traits for multi-variate models
Definition at line 50 of file mctraits.hpp.
| typedef RNG rng_traits |
Definition at line 51 of file mctraits.hpp.
Definition at line 52 of file mctraits.hpp.
| typedef PathPricer<path_type> path_pricer_type |
Definition at line 53 of file mctraits.hpp.
| typedef RNG::rsg_type rsg_type |
Definition at line 54 of file mctraits.hpp.
Definition at line 55 of file mctraits.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| allowsErrorEstimate | |
Definition at line 56 of file mctraits.hpp.