RicardoSantos

MathSpecialFunctionsGamma

Library "MathSpecialFunctionsGamma"
Gamma Functions.

GammaQ(index) Enumeration of the polynomial coefficients for the "GammaLn" approximation.
Parameters:
  • index: int, 0 => index => 10, index of coeficient.
Returns: float

GammaLn(z) Computes the logarithm of the Gamma function.
Parameters:
  • z: The argument of the gamma function.
Returns: The logarithm of the gamma function.

Gamma(z) Computes the Gamma function.
Parameters:
  • z: The argument of the gamma function.
Returns: float, The logarithm of the gamma function.

GammaLowerRegularized(a, x)
Parameters:
  • a: float, The argument for the gamma function.
  • x: float, The upper integral limit.
Returns: float, The lower incomplete gamma function.

GammaUpperRegularized(a, x) Returns the upper incomplete regularized gamma function
Parameters:
  • a: float, The argument for the gamma function.
  • x: float, The lower integral limit.
Returns: float, The upper incomplete regularized gamma function.

GammaUpperIncomplete(a, x) Returns the upper incomplete gamma function.
Parameters:
  • a: float, The argument for the gamma function.
  • x: float, The lower integral limit.
Returns: float, The upper incomplete gamma function.

GammaLowerIncomplete(a, x)
Parameters:
  • a: float, The argument for the gamma function.
  • x: float, The upper integral limit.
Returns: float, The lower incomplete gamma function.
Bibliothèque Pine

Dans le véritable esprit de TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur ! Vous pouvez utiliser cette bibliothèque à titre privé ou dans d'autres publications open-source, mais la réutilisation de ce code dans une publication est régie par notre Règlement.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser cette bibliothèque?

Copiez le texte dans le presse-papiers et collez-le dans votre script.