Package: wishartinference Type: Package Title: Bayesian Inference for the Wishart Distribution Parameters Version: 0.1.0 Authors@R: c( person("Phil", "Everson", email = "peverso1@swarthmore.edu", role = c("aut")), person("Hanqi", "Shi", email = "hshi1@swarthmore.edu", role = c("aut", "cre"))) Description: Posterior inference for the shape parameter alpha and mean matrix mu in the model X_i ~ Wishart_p(2*alpha, Sigma), under both an improper prior and a proper Gamma/inverse-Wishart prior. The posterior mode is found via a Newton-within-EM algorithm and joint samples are drawn via rejection sampling. License: MIT + file LICENSE Encoding: UTF-8 Imports: Rcpp LinkingTo: Rcpp, RcppArmadillo, BH Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Repository: https://sunnyhq-shi.r-universe.dev Date/Publication: 2026-07-17 04:36:19 UTC RemoteUrl: https://github.com/sunnyhq-shi/wishart-rejection-sampling RemoteRef: HEAD RemoteSha: 98cd0d0c4775283faf8ea100e74e8a05d5ad7b6c NeedsCompilation: yes Packaged: 2026-07-17 04:51:01 UTC; root Author: Phil Everson [aut], Hanqi Shi [aut, cre] Maintainer: Hanqi Shi