Re: [Numpy-discussion] NumPy default citation

2017-09-08 Thread Ralf Gommers
On Wed, Sep 6, 2017 at 8:29 AM, Stefan van der Walt wrote: > On Tue, Sep 5, 2017, at 13:25, Charles R Harris wrote: > > > On Tue, Sep 5, 2017 at 12:36 PM, Stefan van der Walt > wrote: > > Shall we add a citation to Travis's "Guide to NumPy (2nd ed.)" on both > > > What is the citation for? > > >

[Numpy-discussion] ENH: Add complex random normal generator (PR #9561)

2017-09-08 Thread Kevin Sheppard
I would like to add a complex random normal generator to mtrand/RandomState. A scalar complex normal is a (double) bivariate normal. The main motivation is to simplify the construction of complex normals where are generally parameterized in terms of three values: location, covariance and relation