Loading [MathJax]/extensions/tex2jax.js
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
incompletegamma.cpp File Reference
#include <ql/math/incompletegamma.hpp>
#include <ql/math/distributions/gammadistribution.hpp>

Go to the source code of this file.

Namespaces

namespace  QuantLib
 

Functions

Real incompleteGammaFunction (Real a, Real x, Real accuracy=1.0e-13, Integer maxIteration=100)
 Incomplete Gamma function. More...
 
Real incompleteGammaFunctionSeriesRepr (Real a, Real x, Real accuracy, Integer maxIteration)
 
Real incompleteGammaFunctionContinuedFractionRepr (Real a, Real x, Real accuracy, Integer maxIteration)