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/pricingengines/vanilla/mcamericanengine"
AmericanPathPricer
Class AmericanPathPricer
Hierarchy
EarlyExercisePathPricer
<
Path
>
AmericanPathPricer
Implements
BinaryFunction
<
Path
,
Size
,
Real
>
BinaryFunction
<
Path
,
Size
,
Real
>
Index
Constructors
constructor
Properties
_payoff
_scaling
Value
_v
Methods
basis
System
f
payoff
state
Constructors
constructor
new
American
Path
Pricer
(
payoff
:
Payoff
, polynomOrder
:
Size
, polynomType
:
PolynomType
)
:
AmericanPathPricer
Parameters
payoff:
Payoff
polynomOrder:
Size
polynomType:
PolynomType
Returns
AmericanPathPricer
Properties
Protected
_payoff
_payoff
:
Payoff
Protected
_scaling
Value
_scaling
Value
:
Real
Protected
_v
_v
:
Array
<
UnaryFunction
<
Real
,
Real
>
>
Methods
basis
System
basis
System
(
)
:
Array
<
UnaryFunction
<
Real
,
Real
>
>
Returns
Array
<
UnaryFunction
<
Real
,
Real
>
>
f
f
(
path
:
Path
, t
:
Size
)
:
Real
Parameters
path:
Path
t:
Size
Returns
Real
Protected
payoff
payoff
(
state
:
Real
)
:
Real
Parameters
state:
Real
Returns
Real
state
state
(
path
:
Path
, t
:
Size
)
:
Real
Parameters
path:
Path
t:
Size
Returns
Real
Globals
"ql/pricingengines/vanilla/mcamericanengine"
American
Path
Pricer
constructor
_payoff
_scaling
Value
_v
basis
System
f
payoff
state
MCAmerican
Engine
MakeMCAmerican
Engine