Skip to content

Commit a0b53e8

Browse files
Copilotosorensen
andcommitted
Change SMC² to SMC2 for CRAN compliance
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
1 parent 23e827e commit a0b53e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/set_smc_options.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Set SMC options
22
#'
33
#' @description
4-
#' Configure the SMC² (Sequential Monte Carlo Squared) algorithm for the
4+
#' Configure the SMC2 (Sequential Monte Carlo Squared) algorithm for the
55
#' Bayesian Mallows model. This function sets parameters that control the
66
#' particle filter, resampling strategy, and diagnostic output.
77
#'
@@ -49,7 +49,7 @@
4949
#' substantially increases memory usage. Defaults to `FALSE`.
5050
#'
5151
#' @details
52-
#' The SMC² algorithm uses a nested particle filter structure:
52+
#' The SMC2 algorithm uses a nested particle filter structure:
5353
#' \itemize{
5454
#' \item The outer loop maintains `n_particles` particles, each representing
5555
#' a hypothesis about the static parameters (alpha, rho, cluster

man/set_smc_options.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)