Directory src/test/dr/distibutions/

Total Files:
6
Deleted Files:
0
Lines of Code:
2

[root]/src/test/dr/distibutions

Lines of Code

src/test/dr/distibutions/ Lines of Code

Developers

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

Most Recent Commits

dong.w.xie@gmail.com 2012-03-12 11:11 Rev.: 4817

trunk: fix Junit test

1 lines of code changed in 2 files:

  • src/test/dr/distibutions: LogNormalDistributionTest.java (+1)
alexei.drummond 2012-02-10 14:07 Rev.: 4665

fixed random seed

6 lines of code changed in 2 files:

  • src/test/dr/distibutions: GammaDistributionTest.java (new)
msuchard 2010-07-15 02:04 Rev.: 3314

Bifractional diffusion is a pain

2 lines of code changed in 2 files:

  • src/test/dr/distibutions: BifractionalDiffusionDensityTest.java (+2 -2)
msuchard 2010-01-28 13:46 Rev.: 2851

Started tests for and debugging of bifractional diffusion density. Look: a JUnit

49 lines of code changed in 1 file:

  • src/test/dr/distibutions: BifractionalDiffusionDensityTest.java (+49)
jheled 2009-10-15 08:59 Rev.: 2403

maybe an improvment, maybe not

77 lines of code changed in 1 file:

  • src/test/dr/distibutions: GammaDistributionTest.java (+77 -36)
bloomquist 2009-10-14 09:46 Rev.: 2390

Lowered the number of stochastic tests for the gamma distribution.

1 lines of code changed in 1 file:

  • src/test/dr/distibutions: GammaDistributionTest.java (+1 -1)
bloomquist 2009-10-14 09:25 Rev.: 2389

Commented my code.

11 lines of code changed in 1 file:

  • src/test/dr/distibutions: GammaDistributionTest.java (+11 -1)
bloomquist 2009-10-14 08:57 Rev.: 2388

Changed the gamma distribution function test to use stochastic draws from the distribution.

5 lines of code changed in 1 file:

  • src/test/dr/distibutions: GammaDistributionTest.java (+5 -57)
bloomquist 2009-10-14 08:41 Rev.: 2387

Lowered the margin of error for the JUNIT test.

1 lines of code changed in 1 file:

  • src/test/dr/distibutions: GammaDistributionTest.java (+1 -1)
bloomquist 2009-10-14 08:24 Rev.: 2386

Wrote a JUNIT test for the pdf of the gamma distribution.

94 lines of code changed in 1 file:

  • src/test/dr/distibutions: GammaDistributionTest.java (+94)
jheled 2009-09-07 08:16 Rev.: 2207

comments changes

1 lines of code changed in 2 files:

  • src/test/dr/distibutions: InvGammaTest.java (+1 -1)
Sibon.Li@gmail.com 2009-08-18 17:57 Rev.: 2100

Fixed NormalDistributionTest

1 lines of code changed in 2 files:

  • src/test/dr/distibutions: NormalDistributionTest.java (+1 -1)
Sibon.Li@gmail.com 2009-08-12 14:42 Rev.: 2058

Code tidying

6 lines of code changed in 2 files:

  • src/test/dr/distibutions: InverseGaussianDistributionTest.java (new)
Sibon.Li@gmail.com 2009-08-12 14:39 Rev.: 2057

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:

  • src/test/dr/distibutions: InverseGaussianDistributionTest.java (+59 -21)
Sibon.Li@gmail.com 2009-08-10 18:03 Rev.: 2049

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:

  • src/test/dr/distibutions: NormalDistributionTest.java (+123)
Sibon.Li@gmail.com 2009-05-22 12:02 Rev.: 1739

A functional Inverse Gaussian Model. Includes a unit test

136 lines of code changed in 1 file:

  • src/test/dr/distibutions: InverseGaussianDistributionTest.java (+136)
alexei.drummond 2009-04-24 23:41 Rev.: 1631

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:

  • src/test/dr/distibutions: LogNormalDistributionTest.java (+133)
jheled 2009-04-24 12:36 Rev.: 1629

Inverse gamma distribution

124 lines of code changed in 1 file:

  • src/test/dr/distibutions: InvGammaTest.java (+124)
Generated by StatSVN 0.7.0