[root]/src/test/dr/distibutions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 830 (100.0%) | 34.5 |
Sibon.Li@gmail.com | 7 (29.2%) | 325 (39.2%) | 46.4 |
jheled | 4 (16.7%) | 202 (24.3%) | 50.5 |
alexei.drummond | 3 (12.5%) | 139 (16.7%) | 46.3 |
bloomquist | 5 (20.8%) | 112 (13.5%) | 22.4 |
msuchard | 3 (12.5%) | 51 (6.1%) | 17.0 |
dong.w.xie@gmail.com | 2 (8.3%) | 1 (0.1%) | 0.5 |
trunk: fix Junit test
1 lines of code changed in 2 files:
fixed random seed
6 lines of code changed in 2 files:
Bifractional diffusion is a pain
2 lines of code changed in 2 files:
Started tests for and debugging of bifractional diffusion density. Look: a JUnit
49 lines of code changed in 1 file:
maybe an improvment, maybe not
77 lines of code changed in 1 file:
Lowered the number of stochastic tests for the gamma distribution.
1 lines of code changed in 1 file:
Commented my code.
11 lines of code changed in 1 file:
Changed the gamma distribution function test to use stochastic draws from the distribution.
5 lines of code changed in 1 file:
Lowered the margin of error for the JUNIT test.
1 lines of code changed in 1 file:
Wrote a JUNIT test for the pdf of the gamma distribution.
94 lines of code changed in 1 file:
comments changes
1 lines of code changed in 2 files:
Fixed NormalDistributionTest
1 lines of code changed in 2 files:
Code tidying
6 lines of code changed in 2 files:
Updated Inverse Gaussian distribution with a much more flexible, accurate and faster algorithm for the quantile function. Improved its unit test.
59 lines of code changed in 1 file:
Added an alternative calculate of Normal distribution cdf. Method is faster and more accurate on tails. Also included unit test for NormalDistribution
123 lines of code changed in 1 file:
A functional Inverse Gaussian Model. Includes a unit test
136 lines of code changed in 1 file:
added a few simple log normal distribution tests. All distributions should have some simple tests like this.
133 lines of code changed in 1 file:
Inverse gamma distribution
124 lines of code changed in 1 file: