Package: RcppDist 0.1.1.9000

RcppDist: 'Rcpp' Integration of Additional Probability Distributions

The 'Rcpp' package provides a C++ library to make it easier to use C++ with R. R and 'Rcpp' provide functions for a variety of statistical distributions. Several R packages make functions available to R for additional statistical distributions. However, to access these functions from C++ code, a costly call to the R functions must be made. 'RcppDist' provides a header-only C++ library with functions for additional statistical distributions that can be called from C++ when writing code using 'Rcpp' or 'RcppArmadillo'. Functions are available that return a 'NumericVector' as well as doubles, and for multivariate or matrix distributions, 'Armadillo' vectors and matrices. 'RcppDist' provides functions for the following distributions: the four parameter beta distribution; the Laplace distribution; the location-scale t distribution; the truncated normal distribution; the truncated t distribution; a truncated location-scale t distribution; the triangle distribution; the multivariate normal distribution*; the multivariate t distribution*; the Wishart distribution*; and the inverse Wishart distribution*. Distributions marked with an asterisk rely on 'RcppArmadillo'.

Authors:JB Duck-Mayr [aut, cre]

RcppDist_0.1.1.9000.tar.gz
RcppDist_0.1.1.9000.zip(r-4.5)RcppDist_0.1.1.9000.zip(r-4.4)RcppDist_0.1.1.9000.zip(r-4.3)
RcppDist_0.1.1.9000.tgz(r-4.4-x86_64)RcppDist_0.1.1.9000.tgz(r-4.4-arm64)RcppDist_0.1.1.9000.tgz(r-4.3-x86_64)RcppDist_0.1.1.9000.tgz(r-4.3-arm64)
RcppDist_0.1.1.9000.tar.gz(r-4.5-noble)RcppDist_0.1.1.9000.tar.gz(r-4.4-noble)
RcppDist_0.1.1.9000.tgz(r-4.4-emscripten)RcppDist_0.1.1.9000.tgz(r-4.3-emscripten)
RcppDist.pdf |RcppDist.html
RcppDist/json (API)

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

Peer review:

Bug tracker:https://github.com/duckmayr/rcppdist/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

On CRAN:

1 exports 6 stars 4.05 score 2 dependencies 30 dependents 66 scripts 1.2k downloads

Last updated 5 years agofrom:e2859cde3b. Checks:OK: 1 NOTE: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 05 2024
R-4.5-win-x86_64NOTESep 05 2024
R-4.5-linux-x86_64NOTESep 05 2024
R-4.4-win-x86_64NOTESep 05 2024
R-4.4-mac-x86_64NOTESep 05 2024
R-4.4-mac-aarch64NOTESep 05 2024
R-4.3-win-x86_64NOTESep 05 2024
R-4.3-mac-x86_64NOTESep 05 2024
R-4.3-mac-aarch64NOTESep 05 2024

Exports:bayeslm

Dependencies:RcppRcppArmadillo

RcppDist Introduction

Rendered fromRcppDist.Rmdusingknitr::rmarkdownon Sep 05 2024.

Last update: 2019-02-12
Started: 2018-10-21

Readme and manuals

Help Manual

Help pageTopics
bayeslmbayeslm
RcppDistRcppDist-package RcppDist