QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Public Member Functions | |
Branching () | |
Size | descendant (Size index, Size branch) const |
Real | probability (Size index, Size branch) const |
Size | size () const |
Integer | jMin () const |
Integer | jMax () const |
void | add (Integer k, Real p1, Real p2, Real p3) |
Private Attributes | |
std::vector< Integer > | k_ |
std::vector< std::vector< Real > > | probs_ |
Integer | kMin_ |
Integer | jMin_ |
Integer | kMax_ |
Integer | jMax_ |
Definition at line 66 of file trinomialtree.hpp.
Branching | ( | ) |
Definition at line 105 of file trinomialtree.hpp.
Definition at line 109 of file trinomialtree.hpp.
Definition at line 114 of file trinomialtree.hpp.
Size size | ( | ) | const |
Definition at line 119 of file trinomialtree.hpp.
Integer jMin | ( | ) | const |
Integer jMax | ( | ) | const |
|
private |
Definition at line 76 of file trinomialtree.hpp.
|
private |
Definition at line 77 of file trinomialtree.hpp.
|
private |
Definition at line 78 of file trinomialtree.hpp.
|
private |
Definition at line 78 of file trinomialtree.hpp.
|
private |
Definition at line 78 of file trinomialtree.hpp.
|
private |
Definition at line 78 of file trinomialtree.hpp.