Re: [Numpy-discussion] generalized_inverse and documentation in general

2006-07-17 Thread Jon Wright
Keith Goodman wrote: >I prfr shrtr nams lke inv eig and sin. > > Dwn wth vwls!! Srsly thgh: >>> from numpy import linalg >>> help(linalg.inv) Help on function inv in module numpy.linalg.linalg: inv(a) >>> ??? While I prefer inverse to inv, I don't really care as long as the word "inverse

Re: [Numpy-discussion] generalized_inverse

2006-07-16 Thread Keith Goodman
On 7/16/06, Rick White <[EMAIL PROTECTED]> wrote: > On Jul 16, 2006, at 11:47 AM, Alan G Isaac wrote: > > > On Sun, 16 Jul 2006, "David M. Cooke" apparently wrote: > >> 'inverse' is not much longer than 'inv', and is more descriptive > > > > But 'inv' is quite universal (can you name a matrix langu

Re: [Numpy-discussion] generalized_inverse

2006-07-16 Thread Rick White
On Jul 16, 2006, at 11:47 AM, Alan G Isaac wrote: > On Sun, 16 Jul 2006, "David M. Cooke" apparently wrote: >> 'inverse' is not much longer than 'inv', and is more descriptive > > But 'inv' is quite universal (can you name a matrix language > that uses 'inverse' instead?) and I think unambiguous (

Re: [Numpy-discussion] generalized_inverse

2006-07-16 Thread Alan G Isaac
On Sun, 16 Jul 2006, Charles R Harris apparently wrote: > What is needed in the end is a good index with lots of > crossreferences. Name choices are just choices I mostly agree with this (although I think Matlab made some bad choices in naming). As a point of reference for a useful index see

Re: [Numpy-discussion] generalized_inverse

2006-07-16 Thread Alan G Isaac
On Sun, 16 Jul 2006, "David M. Cooke" apparently wrote: > 'inverse' is not much longer than 'inv', and is more descriptive But 'inv' is quite universal (can you name a matrix language that uses 'inverse' instead?) and I think unambiguous (what might it be confused with?). Cheers, Alan Isaac

Re: [Numpy-discussion] generalized_inverse

2006-07-16 Thread Charles R Harris
On 7/15/06, Travis Oliphant <[EMAIL PROTECTED]> wrote: Victoria G. Laidler wrote:> Jonathan Taylor wrote:> It's not that we're concerned with MATLAB compatibility.  But, franklyI've never heard that the short names MATLAB uses for some very commonoperations are a liability.   So, when a common ope

Re: [Numpy-discussion] generalized_inverse

2006-07-16 Thread David M. Cooke
On Jul 16, 2006, at 00:21 , Travis Oliphant wrote: > Victoria G. Laidler wrote: >> Jonathan Taylor wrote: >> >>> pseudoinverse >>> >>> it's the same name matlab uses: >>> >>> http://www.mathworks.com/access/helpdesk/help/techdoc/ref/pinv.html >>> >> >> Thanks for the explanation. >> >> I'm puzzled

Re: [Numpy-discussion] generalized_inverse

2006-07-15 Thread Travis Oliphant
Victoria G. Laidler wrote: > Jonathan Taylor wrote: > > >> pseudoinverse >> >> it's the same name matlab uses: >> >> http://www.mathworks.com/access/helpdesk/help/techdoc/ref/pinv.html >> > > Thanks for the explanation. > > I'm puzzled by the naming choice, however. Standard best practice i

Re: [Numpy-discussion] generalized_inverse

2006-07-15 Thread Travis Oliphant
Victoria G. Laidler wrote: > Sven Schreiber wrote: > > >> Jon Peirce schrieb: >> >> >> >>> There used to be a function generalized_inverse in the numpy.linalg >>> module (certainly in 0.9.2). >>> >>> In numpy0.9.8 it seems to have been moved to the numpy.linalg.old >>> subpackage. Does

Re: [Numpy-discussion] generalized_inverse

2006-07-15 Thread Travis Oliphant
Jon Peirce wrote: > There used to be a function generalized_inverse in the numpy.linalg > module (certainly in 0.9.2). > > In numpy0.9.8 it seems to have been moved to the numpy.linalg.old > subpackage. Does that mean it's being dropped? No. We are just emphasizing the new names. The old names

Re: [Numpy-discussion] generalized_inverse

2006-07-14 Thread Sven Schreiber
Victoria G. Laidler schrieb: > > I understand that for interactive use, short names are more convenient; > but shouldn't they be available aliases to the more general names? Since > numpy is primarily a software library, I wouldn't expect it to sacrifice > a standard best-practice in order to

Re: [Numpy-discussion] generalized_inverse

2006-07-14 Thread Victoria G. Laidler
Jonathan Taylor wrote: > pseudoinverse > > it's the same name matlab uses: > > http://www.mathworks.com/access/helpdesk/help/techdoc/ref/pinv.html Thanks for the explanation. I'm puzzled by the naming choice, however. Standard best practice in writing software is to give understandable names, t

Re: [Numpy-discussion] generalized_inverse

2006-07-14 Thread Jonathan Taylor
pseudoinverse it's the same name matlab uses: http://www.mathworks.com/access/helpdesk/help/techdoc/ref/pinv.html Victoria G. Laidler wrote: >Sven Schreiber wrote: > > > >>Jon Peirce schrieb: >> >> >> >> >>>There used to be a function generalized_inverse in the numpy.linalg >>>module (c

Re: [Numpy-discussion] generalized_inverse

2006-07-14 Thread Victoria G. Laidler
Sven Schreiber wrote: >Jon Peirce schrieb: > > >>There used to be a function generalized_inverse in the numpy.linalg >>module (certainly in 0.9.2). >> >>In numpy0.9.8 it seems to have been moved to the numpy.linalg.old >>subpackage. Does that mean it's being dropped? Did it have to move? Now

Re: [Numpy-discussion] generalized_inverse

2006-07-14 Thread Sven Schreiber
Jon Peirce schrieb: > There used to be a function generalized_inverse in the numpy.linalg > module (certainly in 0.9.2). > > In numpy0.9.8 it seems to have been moved to the numpy.linalg.old > subpackage. Does that mean it's being dropped? Did it have to move? Now > i have to add code to my pac