diff --git a/DESCRIPTION b/DESCRIPTION index 295646b..d1b1255 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,8 +7,13 @@ Authors@R: c(person("Oystein", "Sorensen", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0724-3542"))) Maintainer: Oystein Sorensen -Description: Nested sequential Monte Carlo algorithms for the Bayesian Mallows - model. +Description: Provides nested sequential Monte Carlo algorithms for performing + sequential inference in the Bayesian Mallows model, which is a widely used + probability model for rank and preference data. The package implements the + SMC² (Sequential Monte Carlo Squared) algorithm for handling sequentially + arriving rankings and pairwise preferences, including support for complete + rankings, partial rankings, and pairwise comparisons. The methods are based + on Sørensen (2025) . License: GPL-3 Encoding: UTF-8 LazyData: true