Package: FastGP 1.3
FastGP: Efficiently Using Gaussian Processes with Rcpp and RcppEigen
Contains Rcpp and RcppEigen implementations of matrix operations useful for Gaussian process models, such as the inversion of a symmetric Toeplitz matrix, sampling from multivariate normal distributions, evaluation of the log-density of a multivariate normal vector, and Bayesian inference for latent variable Gaussian process models with elliptical slice sampling (Murray, Adams, and MacKay 2010).
Authors:
FastGP_1.3.tar.gz
FastGP_1.3.zip(r-4.7)FastGP_1.3.zip(r-4.6)FastGP_1.3.zip(r-4.5)
FastGP_1.3.tgz(r-4.6-x86_64)FastGP_1.3.tgz(r-4.6-arm64)FastGP_1.3.tgz(r-4.5-x86_64)FastGP_1.3.tgz(r-4.5-arm64)
FastGP_1.3.tar.gz(r-4.7-arm64)FastGP_1.3.tar.gz(r-4.7-x86_64)FastGP_1.3.tar.gz(r-4.6-arm64)FastGP_1.3.tar.gz(r-4.6-x86_64)
FastGP_1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
FastGP/json (API)
| # Install 'FastGP' in R: |
| install.packages('FastGP', repos = c('https://ggopalan.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:489c693c5f. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 163 | ||
| linux-release-arm64 | OK | 111 | ||
| linux-release-x86_64 | OK | 120 | ||
| macos-release-arm64 | OK | 100 | ||
| macos-release-x86_64 | OK | 317 | ||
| macos-oldrel-arm64 | OK | 98 | ||
| macos-oldrel-x86_64 | OK | 493 | ||
| windows-devel | OK | 128 | ||
| windows-release | OK | 134 | ||
| windows-oldrel | OK | 125 | ||
| wasm-release | OK | 103 |
Exports:durbinessrcpp_distancercpp_log_dmvnormrcpp_rmvnormrcpp_rmvnorm_stablercppeigen_get_cholrcppeigen_get_chol_diagrcppeigen_get_chol_stablercppeigen_get_detrcppeigen_get_diagrcppeigen_invert_matrixtinvtrench
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Sampling from a Bayesian model with a multivariate normal prior distribution | ess |
| Matrix Operations Using Rcpp and RcppEigen | durbin rcppeigen_get_chol rcppeigen_get_chol_diag rcppeigen_get_chol_stable rcppeigen_get_det rcppeigen_get_diag rcppeigen_invert_matrix rcpp_distance tinv trench |
| Multivariate Normal Sampling and Log-Density Evaluation | rcpp_log_dmvnorm rcpp_rmvnorm rcpp_rmvnorm_stable |
