invGamma#

swordfish.function.invGamma()#

Return the value of a gamma inverse cumulative distribution function.

Parameters:
  • shape (Constant) – A positive floating number (shape parameter).

  • scale (Constant) – A positive floating number (scale parameter).

  • X (Constant) – A floating scalar or vector between 0 and 1.