comment on temperature parameter in acceptance code
9 lines of code changed in 2 files:
Added MrBayesDefaultModel as a speciation model. This class puts an Exponential prior on the rootHeight and assumes all branch lengths are uniform given the root. For the model to run, I modified ScaledOperator as one can specify how many degrees of freedom are actually scaled for the Hastings ratio ( = 1, only the rootHeight, under the MrBayesDefaultModel when scaling all node heights simultaneously). Also, I modifed SubtreeSlideOperator so that it does not change the rootHeight when branchesAreScaledAsDirichlet="true" is set. Someone still needs to work out the Hastings ratio under the MrBayesDefaultModel when the rootHeight changes in the SubtreeSlideOperator. A good grad student exercise?
508 lines of code changed in 4 files:
Added a Gamma random variable sampler to the MersenneTwisterFast and MathUtils classes. The function nextGamma(alpha, lambda) should generate RVs with expectation alpha / lambda and variance alpha / lambda^2. Needs to be double-checked,
925 lines of code changed in 2 files:
added link to jebl library in ant build file
1 lines of code changed in 1 file:
Fix for issue 15
1 lines of code changed in 1 file:
Made a start on implementing RandomLocalClocks in BEAUti. It is all there but I haven't tested the XML that is generated.
2278 lines of code changed in 7 files:
A work in progress -- this book section is for the new edition of "The Phylogenetic Handbook". It should make for the start of a very nice manual when it is finished as well.
707 lines of code changed in 4 files:
correct element name
2 lines of code changed in 1 file:
swap only 1-0 pairs. mathematically correct now (i hope)
62 lines of code changed in 1 file:
partial generification
7 lines of code changed in 1 file:
partial generification
3 lines of code changed in 1 file:
Added dr/gui/table which contains a few classes used by some of the GUI apps that are not in the JEBL library
1821 lines of code changed in 6 files:
correct error message
3 lines of code changed in 1 file:
fix buggy code which results in incorrect evaluation and negative population sizes
14 lines of code changed in 2 files:
report error with incomplete tree
3 lines of code changed in 1 file:
added the facility for a clock.rate parameter in the random local clocks model so that a mean rate across all local clocks can be specified for the purposes of fossil-calibrated analyses. Untested :-)
16 lines of code changed in 3 files: