Learn R Programming

mniw (version 1.0.2)

The Matrix-Normal Inverse-Wishart Distribution

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.

Copy Link

Version

Install

install.packages('mniw')

Monthly Downloads

295

Version

1.0.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Martin Lysy

Last Published

September 22nd, 2024

Functions in mniw (1.0.2)

Hospitals

Hospital profiling data.
Wishart-dist

Wishart and Inverse-Wishart distributions.
RxNormLM

Bayesian inference for a random-effects regression model.
rRxNorm

Conditional sampling for Multivariate-Normal Random-Effects model.
MNIW-dist

Generate samples from the Matrix-Normal Inverse-Wishart distribution.
crossprodV

Matrix cross-product.
MatrixNormal-dist

The Matrix-Normal distribution.
MultiNormal-dist

The Multivariate Normal distribution.
mniw-package

Tools for the Matrix-Normal Inverse-Wishart distribution.
MatrixT-dist

The Matrix-t distribution.