invBinomial#

swordfish.function.invBinomial()#

Return the value of a binomial inverse cumulative distribution function.

Parameters:
  • trials (Constant) – A positive integer (shape parameter).

  • p (Constant) – A floating number between 0 and 1 (shape parameter).

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