Estimates the marginal parameter modes using kernel density estimation
Estimates the marginal parameter modes using kernel density estimation
posterior.mode(x, adjust=0.1, ...)
x |
mcmc object |
adjust |
numeric, passed to |
... |
other arguments to be passed |
modes of the kernel density estimates
Jarrod Hadfield j.hadfield@ed.ac.uk
v<-rIW(as.matrix(1),10, n=1000) hist(v) abline(v=posterior.mode(mcmc(v)), col="red")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.