Learn R Programming

AdapSamp (version 1.1.1)

Adaptive Sampling Algorithms

Description

For distributions whose probability density functions are log-concave, the adaptive rejection sampling algorithm can be used to build envelope functions for sampling. For others, we can use the modified adaptive rejection sampling algorithm, the concave-convex adaptive rejection sampling algorithm and the adaptive slice sampling algorithm. So we designed an R package mainly including 4 functions: rARS(), rMARS(), rCCARS() and rASS(). These functions can realize sampling based on the algorithms above.

Copy Link

Version

Install

install.packages('AdapSamp')

Monthly Downloads

240

Version

1.1.1

License

GPL-2

Maintainer

Dong Zhang

Last Published

March 21st, 2018

Functions in AdapSamp (1.1.1)

rCCARS

Concave-Convex Adaptive Rejection Sampling Algorithm
rMARS

Modified Adaptive Rejection Sampling Algorithm
rASS

Adaptive Slice Sampling Algorithm With Stepping-Out Procedures
rARS

Adaptive Rejection Sampling Algorithm