QuantLib_LeisenReimer (3) - Linux Manuals

QuantLib_LeisenReimer: Leisen & Reimer tree: multiplicative approach.

NAME

QuantLib::LeisenReimer - Leisen & Reimer tree: multiplicative approach.

SYNOPSIS


#include <ql/methods/lattices/binomialtree.hpp>

Inherits BinomialTree< LeisenReimer >.

Public Member Functions


LeisenReimer (const boost::shared_ptr< StochasticProcess1D > &, Time end, Size steps, Real strike)

Real underlying (Size i, Size index) const

Real probability (Size, Size, Size branch) const

Protected Attributes


Real up_

Real down_

Real pu_

Real pd_

Detailed Description

Leisen & Reimer tree: multiplicative approach.

Author

Generated automatically by Doxygen for QuantLib from the source code.