effectiveSize | R Documentation |
Version of effectiveSize from coda package, modified for ease of use with DynamicLatticeBasis package.
effectiveSize(x)
x |
A matrix of MCMC out, with rows correspondings to variables and columns to iterations. |
Effective sample sizes for each variable
data(BXno3way)
res <- Xsampler(A=BXno3way$A,y=BXno3way$y,lambda=BXno3way$lambda,Model="Poisson",Method="Gibbs",tune.par=0.5,combine=TRUE)
effectiveSize(res$X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.