QuantLib_Tree (3) - Linux Manuals
QuantLib_Tree: Tree approximating a single-factor diffusion
NAME
QuantLib::Tree - Tree approximating a single-factor diffusion
SYNOPSIS
#include <ql/methods/lattices/tree.hpp>
Inherits CuriouslyRecurringTemplate< T >.
Public Member Functions
Tree (Size columns)
Size columns () const
Detailed Description
template<class T> class QuantLib::Tree< T >
Tree approximating a single-factor diffusionDerived classes must implement the following interface:
public: Real underlying(Size i, Size index) const; Size size(Size i) const; Size descendant(Size i, Size index, Size branch) const; Real probability(Size i, Size index, Size branch) const;
Generated automatically by Doxygen for QuantLib from the source code.
enum { branches = N };
Author