powered by
Makes a Binomial distribution, representing the number of successes in a fixed number of independent trials.
dst_binom(size, prob)
A binomial distribution.
Number of trials; single positive integer.
Success probability of each trial; single numeric between 0 and 1.
dst_binom(10, 0.6)
Run the code above in your browser using DataLab