Menu

#27 Improper fix for PR#16489

1.0
closed
None
2016-04-19
2016-04-19
No

Improper fix for PR#16489 in JDistlib

The following regression test from R failed:
ct3 <- system.time(N <- rhyper(100, 8000, 1e9-8000, 1e6))[1]
table(N)
summary(N)
stopifnot(abs(mean(N) - 8) < 1.5)

JDistlib as of 0.4.2 yielded huge N (in the order of 50000).
Refer to: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16489

Discussion

  • Roby Joehanes

    Roby Joehanes - 2016-04-19
    • status: open --> closed
     
  • Roby Joehanes

    Roby Joehanes - 2016-04-19

    Fixed in 0.4.3

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.