Package: mniw
Type: Package
Title: The Matrix-Normal Inverse-Wishart Distribution
Version: 1.0.1
Date: 2022-08-11
Authors@R: c(person("Martin", "Lysy", role = c("aut", "cre"),
                    email = "mlysy@uwaterloo.ca"),
             person("Bryan", "Yates", role = "aut"))
Description: Density evaluation and random number generation for the Matrix-Normal Inverse-Wishart (MNIW) distribution, as well as the the Matrix-Normal, Matrix-T, Wishart, and Inverse-Wishart distributions.  Core calculations are implemented in a portable (header-only) C++ library, with matrix manipulations using the 'Eigen' library for linear algebra.  Also provided is a Gibbs sampler for Bayesian inference on a random-effects model with multivariate normal observations.
URL: https://github.com/mlysy/mniw/
BugReports: https://github.com/mlysy/mniw/issues
License: GPL-3
Depends: R (>= 2.10)
Imports: Rcpp (>= 0.11.6)
LinkingTo: Rcpp, RcppEigen
LazyData: true
Suggests: testthat, knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-08-22 15:39:29 UTC; mlysy
Author: Martin Lysy [aut, cre],
  Bryan Yates [aut]
Maintainer: Martin Lysy <mlysy@uwaterloo.ca>
Repository: CRAN
Date/Publication: 2022-08-22 16:30:05 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2022-08-23 12:15:17 UTC; unix
Archs: mniw.so.dSYM
