Package: steinsampling Title: Kernel Stein Discrepancy Goodness-of-Fit and Stein Sampling Tools Version: 0.1.0 Date: 2026-07-11 Authors@R: c( person("Junhao", "Gao", email = "jug049@ucsd.edu", role = c("aut", "cre")), person("Ery", "Arias-Castro", email = "eariascastro@ucsd.edu", role = "aut") ) Maintainer: Junhao Gao Description: Provides Stein-discrepancy goodness-of-fit tests and Stein-method-based sampling tools. The tests include kernel Stein discrepancy U- and V-statistics following Liu et al. (2016) and Chwialkowski et al. (2016) , plus the finite set Stein discrepancy test of Jitkrittum et al. (2017) . The sampling tools include Stein thinning, Stein Points, Stein Point Markov chain Monte Carlo, and Stein variational gradient descent following Riabiz et al. (2022) , Chen et al. (2018) , Chen et al. (2019) , and Liu and Wang (2016) . Gaussian mixture utilities are included for simulation, likelihoods, posterior probabilities, scores, and plots. URL: https://github.com/junhao7622/steinsampling BugReports: https://github.com/junhao7622/steinsampling/issues License: GPL (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.0) Imports: stats, graphics, mvtnorm Suggests: testthat, withr Collate: 'steinsampling-package.R' 'stein_helpers.R' 'kernel_classes.R' 'bootstrap.R' 'gmm_model.R' 'ksd_u_test.R' 'ksd_v_test.R' 'fssd_test.R' 'svgd.R' 'stein_thinning.R' 'stein_points.R' 'stein_point_mcmc.R' Config/testthat/edition: 3 NeedsCompilation: no Config/roxygen2/version: 8.0.0 Repository: https://junhao7622.r-universe.dev Date/Publication: 2026-07-12 05:55:49 UTC RemoteUrl: https://github.com/junhao7622/steinsampling RemoteRef: HEAD RemoteSha: 4ba336054ae37035234902d2f4e27844c6cbf184 Packaged: 2026-07-22 07:37:45 UTC; root Author: Junhao Gao [aut, cre], Ery Arias-Castro [aut]