Base class for equal probabilities binomial tree. More...
#include <ql/methods/lattices/binomialtree.hpp>
Public Member Functions | |
EqualProbabilitiesBinomialTree (const boost::shared_ptr< StochasticProcess1D > &process, Time end, Size steps) | |
Real | underlying (Size i, Size index) const |
Real | probability (Size, Size, Size) const |
![]() | |
BinomialTree (const boost::shared_ptr< StochasticProcess1D > &process, Time end, Size steps) | |
Size | size (Size i) const |
Size | descendant (Size, Size index, Size branch) const |
![]() | |
Tree (Size columns) | |
Size | columns () const |
Protected Attributes | |
Real | up_ |
![]() | |
Real | x0_ |
Real | driftPerStep_ |
Time | dt_ |
Additional Inherited Members | |
![]() | |
enum | Branches { branches = 2 } |
![]() | |
T & | impl () |
const T & | impl () const |
Base class for equal probabilities binomial tree.