rvdens {rv} | R Documentation |
rvdens
generates a random vector where each
simulation comes from a Bernoulli sampling distribution.
rvdens(n=1, FUN, range, unitprecision=10, ...)
n |
number of random scalars to draw |
FUN |
density function |
range |
range to discretize over |
unitprecision |
how many points per unit length |
... |
other arguments passed on to FUN |
A random vector (an rv object) of length n
.
The resulting vector will not be
independent and identically distributed Bernoulli unless
prob
is a fixed number.
Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.
#