rvdens: Sample from an arbitrary density function using grid approximation
Description
rvdens
generates a random vector where each
simulation comes from a Bernoulli sampling distribution.Usage
rvdens(n=1, FUN, range, unitprecision=10, ...)
Arguments
n
number of random scalars to draw
range
range to discretize over
unitprecision
how many points per unit length
...
other arguments passed on to FUN
Value
- A random vector (an rv object) of length
n
.
References
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.