// prop.setMixingParam("B0",new DblMatrix(0.01));
// prop.setMixingParam("B1",new DblMatrix(0.01));
// prop.setMixingParam("sigma",new DblMatrix(0.1));
//
est = new MCMC(new MetropolisHastings(like,like,prop));
est.setChainLength(10); //Number of samples to keep in memory...
est.setMaxIterations(300);
String[] parameters = like.parameterSet();
MCMCBlock varcompBlock = new MCMCBlock();