QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <ql/math/beta.hpp>
Go to the source code of this file.
Namespaces | |
namespace | QuantLib |
Functions | |
Real | betaContinuedFraction (Real a, Real b, Real x, Real accuracy, Integer maxIteration) |
Real | incompleteBetaFunction (Real a, Real b, Real x, Real accuracy=1e-16, Integer maxIteration=100) |
Incomplete Beta function. More... | |