Changes made in Version 1.2

25 May 2001: Changing the way MCMC steps are counted

Changing the way MCMC steps are counted; click here for further explanations.

______________
Changes made
______________

prog.cc
The function DoSampling has been rewritten. Care has been taken to get the acceptance ratio for Metropolis-Hastings steps right. Note that the sequences of hidden states as well as the recombination parameter lambda are updated with Gibbs sampling. Gibbs steps are always accepted and are therefore not included in computing the acceptance ratio.

4 July 2001: Changing the sampling of lambda

Changing the sampling of lambda, the parameter that determines the transition probabilities between different tree topologies.

________________________________________________________
Changes made in class ChangeLambda, file treemanip2.cc
________________________________________________________

________________________________________________________
Changes made in class ChangeLambda, file treemanip.h
________________________________________________________

New variables:

________________________________________________________
Changes made in prog.cc
________________________________________________________

Function ProposeLambda has been rewritten to accommodate the changes described above. Note that in the new scheme, lambda is updated with Gibbs sampling. This implies that all sampled values will be accepted; so there is no longer a need to determine the acceptance ratio.

6 July 2001


Back to the beginning of this documentation.