[root]/src/dr/math
distributions
(33 files, 1354 lines)
functionEval
(1 files, 363 lines)
interfaces
(1 files, 39 lines)
matrixAlgebra
(8 files, 3456 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 150 (100.0%) | 8786 (100.0%) | 58.5 |
msuchard | 58 (38.7%) | 4772 (54.3%) | 82.2 |
gerton.lunter | 9 (6.0%) | 2058 (23.4%) | 228.6 |
alexei.drummond | 35 (23.3%) | 924 (10.5%) | 26.4 |
rambaut | 17 (11.3%) | 757 (8.6%) | 44.5 |
Michael.DefoinPLatel | 2 (1.3%) | 113 (1.3%) | 56.5 |
jheled | 17 (11.3%) | 86 (1.0%) | 5.0 |
dong.w.xie | 1 (0.7%) | 21 (0.2%) | 21.0 |
Sibon.Li@gmail.com | 1 (0.7%) | 20 (0.2%) | 20.0 |
bloomquist | 3 (2.0%) | 16 (0.2%) | 5.3 |
alexander.alekseyenko | 3 (2.0%) | 14 (0.2%) | 4.6 |
akaruiws | 4 (2.7%) | 5 (0.1%) | 1.2 |
renamed integratedMixtureModel to MixtureModelLikelihood. Preserved an alias parser <integratedMixtureModel> per Marc's request. Updated the class, such that the mixtures are always normalized internally when likelihood is calculated.
0 lines of code changed in 2 files:
Started on a model to compute mixtures of likelihoods.
14 lines of code changed in 1 file:
Adding a CnCs counting class
0 lines of code changed in 2 files:
Modified EB Poisson smoother for sampling distribution
52 lines of code changed in 1 file:
Fixed shrinkage issue when variance is too low
5 lines of code changed in 1 file:
Fixed bug in Procrustes and added UnitTest.
14 lines of code changed in 2 files:
Further tweaks to Procrustes
42 lines of code changed in 1 file:
Can now apply the configured procrustes transformation to other vectors (say, coordinates at internal nodes of the tree).
41 lines of code changed in 1 file:
Procrustination is working I think.
17 lines of code changed in 1 file:
Added the as yet untested procrustination into AntigenicPlotter.
1 lines of code changed in 1 file:
Work on porting procrustes.r
62 lines of code changed in 1 file:
Added translational hints about R code
13 lines of code changed in 1 file:
Start of a port of the R procrustination function
60 lines of code changed in 1 file:
Work on dependent evolution between pairs of amino acids
13 lines of code changed in 1 file:
Fixed numerical instability in empirical Bayes smoother for a Poisson-Gamma model
21 lines of code changed in 1 file:
Added methods for computing the transition probabilities.
4 lines of code changed in 2 files:
49 lines of code changed in 1 file:
Mighty cool positive selection tools through simple nucleotide models.
37 lines of code changed in 1 file:
Tool for performing KDE using a Gaussian kernel (most standard approach)
210 lines of code changed in 2 files:
Misc changes to classes for msat likelihood calculation.
1 lines of code changed in 2 files:
Delegating funcationality in IntegratedMultivariateTraitLikelihood for profiling and future refactoring into a TraitLikelihoodCore
37 lines of code changed in 2 files:
Still working on product chain models and robust counting
46 lines of code changed in 1 file:
Added Kronecker product and sum operations; will be used for product chain substitution models for robust counting
92 lines of code changed in 1 file:
Can now compute the Mittag-Leffler function for real arguments; necessary for modeling bifractional diffusion
303 lines of code changed in 1 file:
Changed input format of ACLikelihood to allow incorporating other distributions (logSpace="true"/"false" replaced with distribution="logNormal"/"normal"/"inverseGaussian"
20 lines of code changed in 1 file:
BEAUTi:
1) cotinue Issue #100;
2) start Issue #124.
21 lines of code changed in 1 file:
Implemented a Monte Carlo integral estimator in UniformNodeHeightPrior.
8 lines of code changed in 2 files:
Bullet-proofing (or attempting to do so) eigen-decomposition and singular value decomposition. The Robust* classes are bug-hunting and temporary.
17 lines of code changed in 1 file:
A few minor bits for project with John and Marc
48 lines of code changed in 2 files:
Seem to have a working UniformRootPrior.
20 lines of code changed in 1 file:
2 lines of code changed in 1 file:
Commented out arbitrary precision polynomials; am still not happy with them.
141 lines of code changed in 1 file:
Working on Welch's uniform prior; should now work for < 30 taxa
661 lines of code changed in 2 files:
don't go belly up when passed negative values. masking some situation which should be handled better - in this case the UPGMA trees having zero length branches leading to a bug in the coalecent code.
5 lines of code changed in 2 files:
Add convenience uniform method
16 lines of code changed in 1 file:
Rate variation appears to be working. In fact, it seems to be working very well! For now, old arg stuff will not work, but will fix as soon as possible.
3 lines of code changed in 1 file:
Tweaked BeastParser so that it only reports parser loadings under verbose-mode. Added dr.geo package to hold non-evolutionary geospatial stuff.
16 lines of code changed in 1 file:
Code Police
2 lines of code changed in 2 files:
These are some files I have been working on for about 2 weeks. The only changes outisde of the GMRF stuff is a logHyperSphereVolume in MathUtils. It provides the log(volume) for a sphere in n dimensions with radius r.
6 lines of code changed in 1 file:
Port of ARG classes into the trunk. There are some very silly repeats of code (namely: TreeModel and ARGModel should inherit from a base class, ARGTreeLogger is almost indentical to TreeLogger, and CompoundParameter should replace ARGCompoundParameter).
68 lines of code changed in 2 files:
(52 more)