There's a bug in the Apache code to calculate Poisson masses. For large integer realizations, 0 gets returned as the probability. Not a good approximation when one is working on the log scale. I hacked in my own logProbability calculator using Alexei's logGamma function.
7 lines of code changed in 1 file:
Started an InhibitionAssayLikelihood class for combining inhibition assay data with phylogenetic reconstruction
711 lines of code changed in 3 files:
Fixed some bugs in DensityPlotter/DensityMap. Added ability of DensityMap to output TIFF graphic slices (for 3D volume rendering in ImageJ). Modifed MultivariateDiffusionModel so that it attributes logged trees with its precision matrix. Matrix will be used by DensityMap to generate processes realizations at arbitrary times. Refactored TreeAttributeProvided into dr.evolution.tree to match Node/BranchAttributeProvider
557 lines of code changed in 6 files:
Two missing files added.
0 lines of code changed in 2 files:
Added ability to do 2D 'slices' through time to DensityPlotter.
229 lines of code changed in 2 files:
Created a new standalone application to create density maps from trees (dr.app.tools.DensityPlotter). Moved the code to do this from TreeAnnotator.
356 lines of code changed in 3 files:
Numerous changes to BEAUti including: binary data import, binary substitution models (simple and covarion), {estimated, empirical, equal} base frequencies, truncated normal prior, checkbox to optionally remove some operators, all statistics now saved in templates.
946 lines of code changed in 13 files:
Add a few more test files and fixed tree annotator to summarize boolean traits (i.e., 'true', 'false' - treated the same as 1, 0).
877 lines of code changed in 4 files:
Made some efficiency savings when using trait parameters in trees. Previously, these were causing recalculations of the treelikelihood even if this was not necessary. Now an optional (default false) attribute 'fireTreeEvents' controls this behaviour.
896 lines of code changed in 8 files:
don't accept bad (0) value as a seed (issue 39)
4 lines of code changed in 1 file:
Fixed up some generification of TreeStatData.
20 lines of code changed in 1 file:
Version number update
1 lines of code changed in 1 file:
generify, get rid of warnings
42 lines of code changed in 1 file:
cosmetics
5 lines of code changed in 1 file:
generify
12 lines of code changed in 1 file:
code police
5 lines of code changed in 1 file:
replace loop with array copy
3 lines of code changed in 1 file:
simplify code
63 lines of code changed in 1 file:
Make rule string accuratly reflect min/max number of elements
9 lines of code changed in 1 file:
make offset an optional attribute
3 lines of code changed in 1 file:
change logic to allow a local file when name starts with './'
46 lines of code changed in 1 file:
generify (java 1.5)
14 lines of code changed in 2 files:
java 1.5
1 lines of code changed in 1 file:
comment
1 lines of code changed in 1 file:
generify
19 lines of code changed in 1 file:
get rid of unused argument, generify
4 lines of code changed in 2 files:
add comments
45 lines of code changed in 1 file:
add a comment
2 lines of code changed in 1 file:
use java 5 iterators
11 lines of code changed in 1 file:
move HPDInterval here. Create a median(values,indices) version (same as for other statistics in this file)
58 lines of code changed in 1 file:
cosmwtic
6 lines of code changed in 1 file:
Add comments
15 lines of code changed in 1 file:
Reduce number of mathematical operations
36 lines of code changed in 1 file:
cosmetic, intellig warning
7 lines of code changed in 1 file:
cosmetic
211 lines of code changed in 1 file:
Moved some evolution specific operators from dr.inference.operators to dr.evomodel.operators (all Marc's I think).
0 lines of code changed in 6 files:
Moved some evolution specific operators from dr.inference.operators to dr.evomodel.operators (all Marc's I think).
9 lines of code changed in 2 files:
Moved some evolution specific operators from dr.inference.operators to dr.evomodel.operators (all Marc's I think).
1111 lines of code changed in 5 files:
Rescaling continuous diffusion model so that variance is in terms of the tree height. Fixed *critical* bug in multivariate normal density.
1079 lines of code changed in 10 files:
Started a MultivariateGammaDistribution for specifying pairwise distance-based rates for the discrete CTMC diffusion models.
344 lines of code changed in 7 files:
HKY matrix exp test
129 lines of code changed in 1 file: