cdfGamma#

swordfish.function.cdfGamma()#

Return the value of the cumulative distribution function of a gamma distribution.

参数:
  • shape (Constant) -- A positive floating-point number.

  • scale (Constant) -- A positive floating-point number.

  • X (Constant) -- A numeric scalar or vector.