Package: GEMSS 0.1.1
GEMSS: Generalization Error Minimization in SubSampling for Gaussian Processes
Implements the Generalization Error Minimization in SubSampling (GEMSS) algorithm for sequential subdata selection in large-scale Gaussian process modeling (Chang, Hua, and Wu, 2026) <doi:10.1080/00401706.2026.2670596>. The method selects data points by a criterion consisting of predictive and space-filling parts, enabling efficient surrogate modeling for massive datasets.
Authors:
GEMSS_0.1.1.tar.gz
GEMSS_0.1.1.zip(r-4.7)GEMSS_0.1.1.zip(r-4.6)GEMSS_0.1.1.zip(r-4.5)
GEMSS_0.1.1.tgz(r-4.6-x86_64)GEMSS_0.1.1.tgz(r-4.6-arm64)GEMSS_0.1.1.tgz(r-4.5-x86_64)GEMSS_0.1.1.tgz(r-4.5-arm64)
GEMSS_0.1.1.tar.gz(r-4.7-arm64)GEMSS_0.1.1.tar.gz(r-4.7-x86_64)GEMSS_0.1.1.tar.gz(r-4.6-arm64)GEMSS_0.1.1.tar.gz(r-4.6-x86_64)
GEMSS_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
GEMSS/json (API)
| # Install 'GEMSS' in R: |
| install.packages('GEMSS', repos = c('https://szhua-stat.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:483cb60f12. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 128 | ||
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 180 | ||
| linux-release-arm64 | OK | 122 | ||
| linux-release-x86_64 | OK | 129 | ||
| macos-release-arm64 | OK | 141 | ||
| macos-release-x86_64 | OK | 236 | ||
| macos-oldrel-arm64 | OK | 202 | ||
| macos-oldrel-x86_64 | OK | 253 | ||
| windows-devel | OK | 130 | ||
| windows-release | OK | 125 | ||
| windows-oldrel | OK | 177 | ||
| wasm-release | OK | 113 |
Exports:compute_kernelgemss_removegemss_selectgp_predict
Dependencies:DiceDesignhetGPMASSmcoquadprogRcppRcppArmadillotwinning
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compute the Correlation Matrix for Specified Kernels | compute_kernel |
| Redundant Data Removal via GEMSS | gemss_remove |
| Subdata Selection via GEMSS | gemss_select |
| Gaussian Process Prediction | gp_predict |
