Package: AdapSamp 1.1.1

AdapSamp: Adaptive Sampling Algorithms

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.

Authors:Dong Zhang

AdapSamp_1.1.1.tar.gz
AdapSamp_1.1.1.zip(r-4.5)AdapSamp_1.1.1.zip(r-4.4)AdapSamp_1.1.1.zip(r-4.3)
AdapSamp_1.1.1.tgz(r-4.4-any)AdapSamp_1.1.1.tgz(r-4.3-any)
AdapSamp_1.1.1.tar.gz(r-4.5-noble)AdapSamp_1.1.1.tar.gz(r-4.4-noble)
AdapSamp_1.1.1.tgz(r-4.4-emscripten)AdapSamp_1.1.1.tgz(r-4.3-emscripten)
AdapSamp.pdf |AdapSamp.html
AdapSamp/json (API)

# Install 'AdapSamp' in R:
install.packages('AdapSamp', repos = c('https://keydom.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

4 exports 0.00 score 1 dependencies 4 scripts 305 downloads

Last updated 7 years agofrom:8b6ded0b49. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 17 2024
R-4.5-winOKSep 17 2024
R-4.5-linuxOKSep 17 2024
R-4.4-winOKSep 17 2024
R-4.4-macOKSep 17 2024
R-4.3-winOKSep 17 2024
R-4.3-macOKSep 17 2024

Exports:rARSrASSrCCARSrMARS

Dependencies:pracma