[root]/src/dr/inference/distribution
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 271 (100.0%) | 9756 (100.0%) | 36.0 |
msuchard | 98 (36.2%) | 5084 (52.1%) | 51.8 |
alexei.drummond | 65 (24.0%) | 2656 (27.2%) | 40.8 |
jheled | 39 (14.4%) | 520 (5.3%) | 13.3 |
rambaut | 28 (10.3%) | 498 (5.1%) | 17.7 |
Sibon.Li@gmail.com | 7 (2.6%) | 378 (3.9%) | 54.0 |
mdhall272@gmail.com | 4 (1.5%) | 224 (2.3%) | 56.0 |
gcybis@yahoo.com.br | 3 (1.1%) | 166 (1.7%) | 55.3 |
akaruiws | 3 (1.1%) | 108 (1.1%) | 36.0 |
gerton.lunter | 2 (0.7%) | 46 (0.5%) | 23.0 |
sibon.li | 2 (0.7%) | 22 (0.2%) | 11.0 |
dong.w.xie | 18 (6.6%) | 22 (0.2%) | 1.2 |
jheled@gmail.com | 1 (0.4%) | 21 (0.2%) | 21.0 |
bloomquist | 1 (0.4%) | 11 (0.1%) | 11.0 |
Implemented a scaled mixture of Wishart distribution for precision matrix inference.
197 lines of code changed in 3 files:
Fixed transform; they were missing Jacobians in computing densities.
82 lines of code changed in 3 files:
Fixed log determinate for large diagonal matrices; refactored transforms.
23 lines of code changed in 1 file:
Implemented bounds and negative offsets for empirical distributions; improved normalization.
9 lines of code changed in 2 files:
Added hard bounds for ancient DNA studies involving EmpiricalDistributionLikelihood
18 lines of code changed in 1 file:
Implemented user-specified starting transmission trees
1 lines of code changed in 2 files:
Binomial likelihood now takes non-fixed counts.
12 lines of code changed in 2 files:
Fixed a problem with normal incubation periods
14 lines of code changed in 1 file:
Added missing multivariate distribution likelihood model; opens up so many possibilities for rate models. Caution: may have broken Brownian diffusion precision Gibbs sampler.
253 lines of code changed in 3 files:
Implemented transposed matrix representations for multilocus branch rate models
8 lines of code changed in 1 file:
Committed work to date on network reconstruction method
209 lines of code changed in 1 file:
Added skew-normal distribution model
152 lines of code changed in 1 file:
Porting 'evaluateLate' interface method from 1.7 branch.
17 lines of code changed in 2 files:
Improve report sent by BEAST when initial posterior is infinite
21 lines of code changed in 1 file:
Better mixing for hierarchical graph model
4 lines of code changed in 2 files:
Fixed store/restore functionality of BetaDistributionModel
5 lines of code changed in 2 files:
Added a beta distribution model
180 lines of code changed in 1 file:
Hierarchical model for discrete trait
162 lines of code changed in 1 file:
Parser rules missing an expected element
2 lines of code changed in 1 file:
Can specify non-integer degrees-of-freedom for Wishart distributions
2 lines of code changed in 1 file:
Tidying up DP operations.
11 lines of code changed in 2 files:
An operator that draws item allocations to clusters under the Dirichlet process.
12 lines of code changed in 1 file:
Test suit for the DirichletProcessLikelihood
6 lines of code changed in 1 file:
Fixed up a few things.
14 lines of code changed in 1 file:
Fix for DPL parser. (also added 'scale' attribute to exponential as alternative to 'mean').
5 lines of code changed in 1 file:
Couldn't resist implementing the log factorials as a look-up table.
17 lines of code changed in 1 file:
Spelling mistake and a fix to the formula.
129 lines of code changed in 2 files:
First stab at a Dirichlet process likelihood (no parser yet).
0 lines of code changed in 1 file:
Some refactoring of MatrixParameter (renamed getNumberOfParameters to getParameterCount). Also allowed MultivariateNormalPrior take a matrix parameter and assume the individual parameters within this represent independent draws from the MVN.
29 lines of code changed in 3 files:
Reverted most of the functions of GammaDistributionModel to use the GD in dr.math. Only the quantile function uses the Commons Math version (to minimize disturbance).
3 lines of code changed in 2 files:
Switched GammaDistributionModel to use Common Math version to see if that has better numerical stability. Also updated commons-math to the latest version.
14 lines of code changed in 1 file:
Transferring my changes from branch 1.6 to trunk:
Changes to LogNormalDistributionModel to allow for the stdev value to also not
be in log space (r3774)
Changes to UncorrelatedRelaxedClockTest due to changes in
LogNormalDistributionModel in r3774 (r3775)
Minor change in MixtureModelBranchRates to fix an issue caused by changes in
revision 3735 (r3773)
Bug fix for AncestralSequenceAnnotator plus added a window to select
input/output files (r3819)
Fixed spelling for GeneralSubstitutionModelTest (r3833)
Fixed a RuntimeException for AncestralStateTreeLikelihood (r3957)
22 lines of code changed in 2 files:
Changed default debugging option for running empirical distribution models
1 lines of code changed in 1 file:
Add functionality to read plink SNP frequencies and run continuous diffusion models
0 lines of code changed in 1 file:
Slightly improved error reporting for multivariate normal parsing
3 lines of code changed in 1 file:
Changed species tree annotations to use two double arrays: dmt and dmv to represent the times and values of the demographic function for the associated branch. This fits in with standard TreeTrait.DA() class and will be automatically annotated by TreeAnnotator and visualizable in FigTree. Some changes in *BEAST specific post-processing will be necessary but I don't have access to that code which I believe is in Python somewhere.
7 lines of code changed in 1 file:
Catch errors which lead to beast infinite loop or failure in parsers. more detailed error messages.
2 lines of code changed in 2 files:
Better checking in generalized linear models to ensure that design matrices are of full rank.
31 lines of code changed in 2 files:
Msat model averaging.
108 lines of code changed in 3 files:
A few tweaks
5 lines of code changed in 1 file:
(103 more)