bigen: binomial random variable generator

Description Usage Arguments Value See Also Examples

Description

generates "count" binomial random variables, each by counting number of successes in n bernoulli trials.

Usage

1
bigen(count , n , p)

Arguments

count

length of the vector of generated numbers

n

parameter n - number of trials

p

parameter p - success probability in each trial

Value

a vector of length count of binomial random variables.

See Also

biest biplot

Examples

1
out = bigen(100 , 10 , 0.8)

mo-mahdavi/RandomGenerator documentation built on May 17, 2019, 4:33 p.m.