Search
Preparing search index...
The search index is not available
quantlib.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"ql/experimental/exoticoptions/mcpagodaengine"
MakeMCPagodaEngine
Class MakeMCPagodaEngine
Hierarchy
MakeMCPagodaEngine
Implements
NullaryFunction
<
PricingEngine
>
Index
Constructors
constructor
Properties
RNG
S
_antithetic
_brownian
Bridge
_max
Samples
_processes
_samples
_seed
_tolerance
Methods
f
mmcpe
Init
with
Absolute
Tolerance
with
Antithetic
Variate
with
Brownian
Bridge
with
Max
Samples
with
Samples
with
Seed
Constructors
constructor
new
MakeMCPagoda
Engine
(
RNG
?:
rng_traits
, S
?:
any
)
:
MakeMCPagodaEngine
Parameters
Default value
RNG:
rng_traits
= new PseudoRandom()
Default value
S:
any
= new RiskStatistics()
Returns
MakeMCPagodaEngine
Properties
RNG
RNG
:
rng_traits
S
S
:
any
Private
_antithetic
_antithetic
:
boolean
Private
_brownian
Bridge
_brownian
Bridge
:
boolean
Private
_max
Samples
_max
Samples
:
Size
Private
_processes
_processes
:
StochasticProcessArray
Private
_samples
_samples
:
Size
Private
_seed
_seed
:
BigNatural
Private
_tolerance
_tolerance
:
Real
Methods
f
f
(
)
:
PricingEngine
Returns
PricingEngine
mmcpe
Init
mmcpe
Init
(
processes
:
StochasticProcessArray
)
:
MakeMCPagodaEngine
Parameters
processes:
StochasticProcessArray
Returns
MakeMCPagodaEngine
with
Absolute
Tolerance
with
Absolute
Tolerance
(
tolerance
:
Real
)
:
MakeMCPagodaEngine
Parameters
tolerance:
Real
Returns
MakeMCPagodaEngine
with
Antithetic
Variate
with
Antithetic
Variate
(
b
?:
boolean
)
:
MakeMCPagodaEngine
Parameters
Default value
b:
boolean
= true
Returns
MakeMCPagodaEngine
with
Brownian
Bridge
with
Brownian
Bridge
(
b
?:
boolean
)
:
MakeMCPagodaEngine
Parameters
Default value
b:
boolean
= true
Returns
MakeMCPagodaEngine
with
Max
Samples
with
Max
Samples
(
samples
:
Size
)
:
MakeMCPagodaEngine
Parameters
samples:
Size
Returns
MakeMCPagodaEngine
with
Samples
with
Samples
(
samples
:
Size
)
:
MakeMCPagodaEngine
Parameters
samples:
Size
Returns
MakeMCPagodaEngine
with
Seed
with
Seed
(
seed
:
BigNatural
)
:
MakeMCPagodaEngine
Parameters
seed:
BigNatural
Returns
MakeMCPagodaEngine
Globals
"ql/experimental/exoticoptions/mcpagodaengine"
MCPagoda
Engine
MakeMCPagoda
Engine
constructor
RNG
S
_antithetic
_brownian
Bridge
_max
Samples
_processes
_samples
_seed
_tolerance
f
mmcpe
Init
with
Absolute
Tolerance
with
Antithetic
Variate
with
Brownian
Bridge
with
Max
Samples
with
Samples
with
Seed
Pagoda
Multi
Path
Pricer