sur_sample_cpp {surbayes} | R Documentation |
Sample from SUR via Direct Monte Carlo (C++ version)
Description
C++ implementation of Zellner and Ando (2010) Direct Monte Carlo method for sampling from the posterior of a Bayesian SUR
Usage
sur_sample_cpp(Y, Xlist, y, X, XtX, pj, M)
Arguments
Y |
|
Xlist |
A |
y |
|
X |
design |
XtX |
|
pj |
|
M |
An integer giving the number of desired samples |
[Package surbayes version 0.1.2 Index]