EqualJumpsBinomialTree (3) - Linux Manuals

EqualJumpsBinomialTree: Base class for equal jumps binomial tree.

NAME

QuantLib::EqualJumpsBinomialTree - Base class for equal jumps binomial tree.

SYNOPSIS


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

Inherits BinomialTree< T >.

Public Member Functions


EqualJumpsBinomialTree (const boost::shared_ptr< StochasticProcess1D > &process, Time end, Size steps)

Real underlying (Size i, Size index) const

Real probability (Size, Size, Size branch) const

Protected Attributes


Real dx_

Real pu_

Real pd_

Detailed Description

template<class T> class QuantLib::EqualJumpsBinomialTree< T >

Base class for equal jumps binomial tree.

Author

Generated automatically by Doxygen for QuantLib from the source code.