Skip to contents

Posterior distribution of eigenvalues

Usage

posterior.evals(x)

Arguments

x

mcmc object of (co)variances stacked column-wise

Value

posterior eigenvalues

Author

Jarrod Hadfield j.hadfield@ed.ac.uk

Examples

v<-rIW(diag(2),3, n=1000)
hist(posterior.evals(mcmc(v))[,2])