- QuantLib
- EqualJumpsBinomialTree
 
Base class for equal jumps binomial tree. More...
#include <ql/methods/lattices/binomialtree.hpp>

| 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_ | 
Base class for equal jumps binomial tree.