-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.2 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.2 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
26
27
28
29
30
31
32
33
Package: BayesMallowsSMC2
Type: Package
Title: Nested Sequential Monte Carlo for the Bayesian Mallows Model
Version: 0.1.1
Authors@R: c(person("Oystein", "Sorensen",
email = "oystein.sorensen.1985@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0724-3542")))
Maintainer: Oystein Sorensen <oystein.sorensen.1985@gmail.com>
Description: Implements nested sequential Monte Carlo (SMC) algorithms for
Bayesian inference in the Mallows model for ranking data. The package
provides efficient computational methods for analyzing preference rankings
and partial rankings using particle filtering techniques. The algorithms
handle time-varying ranking data and can accommodate various distance
metrics including Kendall's tau, Spearman, footrule, Cayley, Hamming,
and Ulam distances. Based on the methodology described in
<doi:10.1214/25-BA1564>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp
Depends:
R (>= 4.1.0)
Suggests:
testthat (>= 3.0.0),
label.switching (>= 1.8)
Config/testthat/edition: 3