Binomial tree base class. More...
#include <ql/experimental/lattices/extendedbinomialtree.hpp>
Public Types | |
enum | Branches { branches = 2 } |
Public Member Functions | |
ExtendedBinomialTree (const ext::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 Member Functions | |
Real | driftStep (Time driftTime) const |
![]() | |
T & | impl () |
const T & | impl () const |
Protected Attributes | |
Real | x0_ |
Time | dt_ |
ext::shared_ptr< StochasticProcess1D > | treeProcess_ |
Binomial tree base class.