StatsBinomialPDF (x, p, Ν)
The StatsBinomialPDF function returns the binomial probability distribution function
f(x;p,N)=(xN)px(1−p)N−x,x=0,1,2,…
where
(xN)=x!(N−x)!N!.
is the probability of obtaining x "good" outcomes in N trials where the probability of a single successful outcome is p.
See Also
Statistical Analysis, StatsBinomialCDF, StatsInvBinomialCDF