bigenV: Binomial Generator Visualization

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/bigenV.R

Description

Improved version of bigen, Can generate n random number

Usage

1
bigenV(N, p, n)

Arguments

N, p, n

N as number of random numbers, float p as parameter of Bernoulli, n as number of trials

Details

Used Bernoulli Generator(brgenV)

Value

returns a vector including random numbers

Note

This function also plots the random numbers in order to visualize this distribution with N number of trials each with success probability of p.

Author(s)

A.Moloudi

References

www.google.com

See Also

brgenV

Examples

1
bigenV(1000, 0.2, 100)

amoloudi/R-PKG-Distributions documentation built on May 23, 2019, 7:32 a.m.