[Numpy-svn] [numpy/numpy] 4c291f: BUG: Correctly pass on ddof paramter on inside np....

GitHub noreply at github.com
Fri May 17 08:43:29 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 4c291f361fdc8c756e6b1cd7ff7ce2c2ddfc5ed9
      https://github.com/numpy/numpy/commit/4c291f361fdc8c756e6b1cd7ff7ce2c2ddfc5ed9
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    M numpy/ma/extras.py
    M numpy/ma/tests/test_regression.py

  Log Message:
  -----------
  BUG: Correctly pass on ddof paramter on inside np.ma.corrcoef

While ddof has basically no effect on corrcoef, it exists,
but it was not passed on correctly (instead only bias would
be passed on). Fixes gh-3336


  Commit: 029060d84e1a329d0221d861f47ded9edee28633
      https://github.com/numpy/numpy/commit/029060d84e1a329d0221d861f47ded9edee28633
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    M numpy/ma/extras.py
    M numpy/ma/tests/test_regression.py

  Log Message:
  -----------
  Merge pull request #3337 from seberg/issue-3336

BUG: Correctly pass on ddof paramter on inside np.ma.corrcoef


Compare: https://github.com/numpy/numpy/compare/ae30efd25e67...029060d84e1a


More information about the Numpy-svn mailing list