BinomialPD(

BinomialCD( #

Description #

This command solves the binomial distribution with probability P, total number n, and event x.

This command follows the formula: nCx * P^x * (1-P)^(n-x)

Syntax #

BinomialPD([x,]n,P)

x is an optional value and can be either single value or list.

Example #

BinomialPD(3,5,.6)