This package contains the function, mbsp.tpbn
, for implementing the Multivariate Bayesian Model with Shrinkage Priors (MBSP), with the three parameter beta normal (TPBN) family, as described in Section 4.2 of Bai and Ghosh (2018).
This model gives a row sparse estimate of the \(p \times q\) coefficients matrix \(B\) in the multivariate regression model,
$$Y = X B + E,$$
where \(Y\) is the \(n \times q\) matrix of responses, \(X\) is the \(n \times p\) design matrix with \(p\) covariates, and \(E\) is the \(n \times q\) noise matrix. In \(E\), each row is distributed as multivariate normal \(N(0, \Sigma)\), where \(\Sigma\) is estimated from the data using the inverse-Wishart prior.
In addition, the package provides the function, matrix.normal
, for sampling of a random matrix from the matrix-normal distribution.
The DESCRIPTION file: MBSP MBSP
This package implements the MBSP model for sparse Bayesian multivariate linear regression using the TPBN family. Our package performs both estimation and variable selection. The mbsp.tpbn
function also returns the endpoints of the credible intervals (i.e. the 2.5th and 97.5th percentiles) for every single coefficient of the matrix \(B\) so that uncertainty quantification can be assessed.
Armagan, A., Clyde, M., and Dunson, D.B. (2011) Generalized Beta Mixtures of Gaussians. In J. Shawe-taylor, R. Zemel, P. Bartlett, F. Pereira, and K. Weinberger (Eds.) Advances in Neural Information Processing Systems 24, 523-531.
Bai, R. and Ghosh, M. (2018). High-Dimensional Multivariate Posterior Consistency Under Global-Local Shrinkage Priors. Revision at Journal of Multivariate Analysis, arXiv:1711.07635.
Carvalho, C.M., Polson, N.G., and Scott., J.G. (2010). The Horseshoe Estimator for Sparse Signals. Biometrika, 97(2): 465-480.