Hi Samantha,
Yes there is, you can specify multiple file names for both the pathSamplingAnalysis and steppingStoneSamplingAnalysis elements.
Sorry for this not being clear, I forgot to mention it in the tutorial on the BEAST website (but will fix this soon).
For example:
<pathSamplingAnalysis fileName="MLE-1.con.log MLE-2.con.log">
<likelihoodColumn name="pathLikelihood.delta"/>
<thetaColumn name="pathLikelihood.theta"/>
</pathSamplingAnalysis>
This will combine the samples collected during different independent runs and combine them to calculate the marginal likelihood value.
Same approach for stepping-stone sampling. You can compose a separate XML file to do this.
Such a file doesn't need to have the <mcmc> or <marginalLikelihoodEstimator> elements since once the samples have been collected, the estimation of the marginal likelihood using path sampling and stepping-stone sampling stands on its own.
I'm not entirely sure what you mean with your second question.
The marginal likelihood calculation uses its own settings for the chain length and number of path steps.
So if you want or need to increase the length of your regular mcmc analysis, there is no obligation to do that as well for the marginal likelihood calculations.
However, I think it's fair to assume that if your mcmc analysis requires a lot of iterations to obtain decent ESS values, that your marginal likelihood analysis will also require quite demanding settings to come to a consistent and correct result (which is why we ran our calculations twice in the paper, to check for consistency).
Best regards,
Guy
Op woensdag 28 maart 2012 17:09:34 UTC+2 schreef Samantha Strickland het volgende: