Makes a Binomial distribution, representing the number of successes
in a fixed number of independent trials.
Arguments
- size
Number of trials; single positive integer.
- prob
Success probability of each trial; single numeric
between 0 and 1.
Value
A binomial distribution.