-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1.45 KB
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: BKP
Title: Beta Kernel Process Modeling
Version: 0.2.3.9000
Authors@R: c(
person(given = "Jiangyan", family = "Zhao", email = "zhaojy2017@126.com", role = c("cre", "aut")),
person(given = "Kunhai", family = "Qing", email = "kunhaiq@qq.com", role = "aut"),
person(given = "Jin", family = "Xu", email = "jxu@stat.ecnu.edu.cn", role = "aut")
)
Maintainer: Jiangyan Zhao <zhaojy2017@126.com>
Description: Implements the Beta Kernel Process (BKP) for nonparametric modeling of spatially varying binomial probabilities, together with its extension, the Dirichlet Kernel Process (DKP), for categorical or multinomial data.
The package provides functions for model fitting, predictive inference with uncertainty quantification, posterior simulation, and visualization in one-and two-dimensional input spaces.
Multiple kernel functions (Gaussian, Matern 5/2, and Matern 3/2) are supported, with hyperparameters optimized through multi-start gradient-based search.
For more details, see Zhao, Qing, and Xu (2025) <doi:10.48550/arXiv.2508.10447>.
License: GPL (>= 3)
URL: https://github.com/Jiangyan-Zhao/BKP
BugReports: https://github.com/Jiangyan-Zhao/BKP/issues
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.5.0)
Imports: dirmult, ggplot2, gridExtra, lattice, optimx, rlang, tgp, Rcpp
Suggests: knitr, mlbench, testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo: Rcpp, RcppArmadillo, nloptr
Config/roxygen2/version: 8.0.0