cdfBinomial# swordfish.function.cdfBinomial()# Return the value of the cumulative distribution function of a binomial distribution. Parameters: trials (Constant) – A positive integer. p (Constant) – A floating number between 0 and 1. X (Constant) – A numeric scalar and vector.