Returns a BINOMIAL distribution object that produce random numbers
from a binomial distribution using the rbinom
function
Arguments
- p_size
integer that represent the number of trials
- p_prob
probability of success
- p_dimnames
A character that represents the name of the dimension
Value
An object of class DISTRIBUTION
, BINOMIAL