Description
Simulation-Based Random Variable Objects.
Description
Implements a simulation-based random variable class and a suite of methods for extracting parts of random vectors, calculating extremes of random vectors, and generating random vectors under a variety of distributions following Kerman and Gelman (2007) <doi:10.1007/s11222-007-9020-4>.
README.md
rv
The rv
package provides tools for working with simulation-based random variables.
Installation
Stable version from CRAN
install.packages("rv")
or development version from GitHub
install.packages('devtools') # package devtools needed
devtools::install_github("jsta/rv")
Examples
See website.