Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct reference to Johnk's algorithm | John Bjorn Nelson | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | MAINT: random: allow nonc==0 in noncentral_chisquare. | Evgeni Burovski | 2015-11-02 | 1 | -0/+3 |
| | | | | | Noncentral chi-square reduces to a central chi-square, so just defer to that. | ||||
* | BUG: np.random.beta with small parameters produces NaNs | Jaime Fernandez | 2015-05-10 | 1 | -1/+14 |
| | | | | Fixes #5851 | ||||
* | BUG: Fixes random.noncentral_chisquare when 0 < df <= 1 | behzad nouri | 2015-04-27 | 1 | -5/+11 |
| | | | | Closes #5766. | ||||
* | MANT: Use labs, not fabs, for integer abs in distributions.c | Jaime Fernandez | 2015-04-23 | 1 | -1/+2 |
| | |||||
* | BUG: Fix potential overflows in rk_hypergeometric_hrua() | Anton Ovchinnikov | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | BUG: avoid infinite loop for small kappa in vonmises | Julian Taylor | 2014-05-28 | 1 | -4/+14 |
| | | | | | | | rho results in 0. for kappa < 1.4e-8 whch leads to nans appearing and an infinite loop. the second order taylor expansion is more precise up to at least 1e-5. Closes gh-4720 | ||||
* | BUG: mtrand binomial algorithm is different from original paper algorithm | Josh Lawrence | 2014-05-08 | 1 | -7/+4 |
| | |||||
* | BUG: fix incorrect type in binomial ditsributions.c | Sebastian Berg | 2013-12-04 | 1 | -1/+1 |
| | | | | | | | This caused slowness and wrong/potentially wrong results when the binomial result is larger then a native C int. Closes gh-3352 | ||||
* | MAINT: make loggam static in random kit | Lars Buitinck | 2013-09-08 | 1 | -3/+4 |
| | |||||
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -41/+41 |
| | | | | Now is as good a time as any with open PR's at a low. | ||||
* | BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801. | Ralf Gommers | 2011-04-22 | 1 | -2/+2 |
| | | | | Thanks to Christoph Gohlke for the patch. | ||||
* | Hard tab removal. | Charles Harris | 2009-10-20 | 1 | -2/+2 |
| | | | | | Trailing whitespace removal. Some coding style cleanups. | ||||
* | Fix tickets #921 and #923. Add regression tests. | Charles Harris | 2009-03-14 | 1 | -2/+2 |
| | |||||
* | Applied Anand's patch fixing Ticket #986 regarding the domain of the Von ↵ | dhuard | 2009-03-09 | 1 | -3/+11 |
| | | | | Mises random variable generator. Regression test added. | ||||
* | BUG: Logarithmic series needs to exclude p==0 and p==1. When the conversion ↵ | Robert Kern | 2008-08-24 | 1 | -8/+23 |
| | | | | of the result to C longs gives a negative number (i.e. out of bounds), reject the sample and try again until we do get something in bounds. | ||||
* | BUG: Allow floating point argument n to negative binomial distribution. | Robert Kern | 2008-08-23 | 1 | -1/+1 |
| | |||||
* | BUG: F distributions need the appropriate scale factor. | Robert Kern | 2008-08-12 | 1 | -1/+2 |
| | |||||
* | BUG: Make sure the Zipf results are within the allowable range. | Robert Kern | 2008-07-09 | 1 | -7/+14 |
| | |||||
* | Use a correct upper bound for the inversion search in binomial distributions. | Robert Kern | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | BUG: fix incorrect ordering of the 'good' and 'bad' objects in the ↵ | Robert Kern | 2007-12-03 | 1 | -2/+2 |
| | | | | hypergeometric distribution. | ||||
* | Fix Von Mises random number generation algorithm to match that of Python and R. | Travis Oliphant | 2007-09-09 | 1 | -14/+15 |
| | |||||
* | Fix random.poisson(0) to return 0 (#229) | Travis Oliphant | 2006-09-13 | 1 | -1/+5 |
| | |||||
* | Fix #90. | Robert Kern | 2006-05-01 | 1 | -1/+1 |
| | |||||
* | Fixes to help compilation on Windows with MSVC | Travis Oliphant | 2006-02-09 | 1 | -0/+3 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+845 |