Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ql/math/incompletegamma"

Index

Functions

incompleteGammaFunction

  • Incomplete Gamma function

    The implementation of the algorithm was inspired by "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery, chapter 6

    Parameters

    • a: Real
    • x: Real
    • Default value accuracy: Real = 1e-13
    • Default value maxIteration: Integer = 100

    Returns Real

incompleteGammaFunctionContinuedFractionRepr

  • Parameters

    • a: Real
    • x: Real
    • Default value accuracy: Real = 1e-13
    • Default value maxIteration: Integer = 100

    Returns Real

incompleteGammaFunctionSeriesRepr

  • Parameters

    • a: Real
    • x: Real
    • Default value accuracy: Real = 1e-13
    • Default value maxIteration: Integer = 100

    Returns Real

inverseIncompleteGammaFunction

  • Parameters

    • a: Real
    • p: Real
    • Default value accuracy: Real = 1e-13
    • Default value maxIteration: Integer = 100

    Returns Real