Package: SLGP 1.0.2

Athénaïs Gautier
SLGP: Spatial Logistic Gaussian Process for Field Density Estimation
Provides tools for conditional and spatially dependent density estimation using Spatial Logistic Gaussian Processes (SLGPs). The approach represents probability densities through finite-rank Gaussian process priors transformed via a spatial logistic density transformation, enabling flexible non-parametric modeling of heterogeneous data. Functionality includes density prediction, quantile and moment estimation, sampling methods, and preprocessing routines for basis functions. Applications arise in spatial statistics, machine learning, and uncertainty quantification. The methodology builds on the framework of Leonard (1978) <doi:10.1111/j.2517-6161.1978.tb01655.x>, Lenk (1988) <doi:10.1080/01621459.1988.10478625>, Tokdar (2007) <doi:10.1198/106186007X210206>, Tokdar (2010) <doi:10.1214/10-BA605>, and is further aligned with recent developments in Bayesian non-parametric modelling: see Gautier (2023) <https://boristheses.unibe.ch/4377/>, and Gautier (2025) <doi:10.48550/arXiv.2110.02876>).
Authors:
SLGP_1.0.2.tar.gz
SLGP_1.0.2.tar.gz(r-4.7-arm64)SLGP_1.0.2.tar.gz(r-4.7-x86_64)SLGP_1.0.2.tar.gz(r-4.6-arm64)SLGP_1.0.2.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
SLGP/json (API)
| # Install 'SLGP' in R: |
| install.packages('SLGP', repos = c('https://cran.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:c5eaf0e104. Checks:5 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 294 | ||
| linux-devel-x86_64 | OK | 328 | ||
| source / vignettes | OK | 585 | ||
| linux-release-arm64 | OK | 309 | ||
| linux-release-x86_64 | OK | 328 | ||
| wasm-release | FAIL | 190 |
Exports:predictSLGP_cdfpredictSLGP_momentspredictSLGP_newNodepredictSLGP_quantilesretrainSLGPsampleSLGPslgpSLGP
Dependencies:abindbackportsBHcallrcheckmateclicpp11descDiceDesigndistributionalfarvergenericsggplot2glueGoFKernelgridExtragtableinlineisobandKernSmoothlabelinglifecycleloomagrittrmatrixStatsmvnfastnumDerivotelpillarpkgbuildpkgconfigposteriorprocessxpsQuickJSRR6RColorBrewerRcppRcppArmadilloRcppEigenRcppParallelrlangrstanrstantoolsS7scalesStanHeaderstensorAtibbleutf8vctrsviridisLitewithr
Last update: 2025-09-05
Started: 2025-09-05
Last update: 2025-09-05
Started: 2025-09-05
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Predict cumulative distribution values at new locations using a SLGP model | predictSLGP_cdf |
| Predict centered or uncentered moments at new locations from a SLGP model | predictSLGP_moments |
| Predict densities at new covariate locations using a given SLGP model | predictSLGP_newNode |
| Predict quantiles from a SLGP model at new locations | predictSLGP_quantiles |
| Retrain a fitted SLGP model with new data and/or estimation method | retrainSLGP |
| Draw posterior predictive samples from a SLGP model | sampleSLGP |
| Define and can train a Spatial Logistic Gaussian Process (SLGP) model | slgp |
| The SLGP S4 Class: Spatial Logistic Gaussian Process Model | SLGP SLGP-class |