Re: [Numpy-discussion] ticket 2228: Scientific package seeing ABI change in 1.6.x

2012-10-31 Thread Charles R Harris
On Tue, Oct 30, 2012 at 9:26 PM, Travis Oliphant tra...@continuum.iowrote: The NPY_CHAR is not a real type. There are no type-coercion functions attached to it nor ufuncs nor a full dtype object. However, it is used to mimic old Numeric character arrays (especially for copying a

Re: [Numpy-discussion] ticket 2228: Scientific package seeing ABI change in 1.6.x

2012-10-31 Thread Thouis (Ray) Jones
On Tue, Oct 30, 2012 at 6:08 PM, Ralf Gommers ralf.gomm...@gmail.com wrote: [...] P.S. that ticket has escaped the Github move. The github move only included up to 2225 or so. Anything after that will have to be imported when Trac is redirected to github. I believe David Cournapeau is going

[Numpy-discussion] using numpy.argmax to index into another array

2012-10-31 Thread Moroney, Catherine M (388D)
Hello Everybody, I have the following problem that I would be interested in finding an easy/elegant solution to. I've got it working, but my solution is exceedingly clunky and I'm sure that there must be a better way. Here is the (boiled-down) problem: I have 2 different 3-d array, shaped

Re: [Numpy-discussion] using numpy.argmax to index into another array

2012-10-31 Thread David Warde-Farley
On Wed, Oct 31, 2012 at 7:23 PM, Moroney, Catherine M (388D) catherine.m.moro...@jpl.nasa.gov wrote: Hello Everybody, I have the following problem that I would be interested in finding an easy/elegant solution to. I've got it working, but my solution is exceedingly clunky and I'm sure that

Re: [Numpy-discussion] using numpy.argmax to index into another array

2012-10-31 Thread Sebastian Berg
Hey, On Wed, 2012-10-31 at 20:22 -0400, David Warde-Farley wrote: On Wed, Oct 31, 2012 at 7:23 PM, Moroney, Catherine M (388D) catherine.m.moro...@jpl.nasa.gov wrote: Hello Everybody, I have the following problem that I would be interested in finding an easy/elegant solution to. I've

Re: [Numpy-discussion] using numpy.argmax to index into another array

2012-10-31 Thread Sebastian Berg
On Thu, 2012-11-01 at 01:30 +0100, Sebastian Berg wrote: Hey, On Wed, 2012-10-31 at 20:22 -0400, David Warde-Farley wrote: On Wed, Oct 31, 2012 at 7:23 PM, Moroney, Catherine M (388D) catherine.m.moro...@jpl.nasa.gov wrote: Hello Everybody, I have the following problem that I

Re: [Numpy-discussion] Simple question about scatter plot graph

2012-10-31 Thread klo uo
Thanks for your reply I suppose, variable length signals are split on equal parts and dominant harmonic is extracted. Then scatter plot shows this pattern, which has some low correlation, but I can't abstract what could be concluded from grid pattern, as I lack statistical knowledge. Maybe it's

Re: [Numpy-discussion] Simple question about scatter plot graph

2012-10-31 Thread josef . pktd
On Wed, Oct 31, 2012 at 8:59 PM, klo uo klo...@gmail.com wrote: Thanks for your reply I suppose, variable length signals are split on equal parts and dominant harmonic is extracted. Then scatter plot shows this pattern, which has some low correlation, but I can't abstract what could be

Re: [Numpy-discussion] Simple question about scatter plot graph

2012-10-31 Thread Benjamin Root
On Wednesday, October 31, 2012, wrote: On Wed, Oct 31, 2012 at 8:59 PM, klo uo klo...@gmail.com javascript:; wrote: Thanks for your reply I suppose, variable length signals are split on equal parts and dominant harmonic is extracted. Then scatter plot shows this pattern, which has some

Re: [Numpy-discussion] Simple question about scatter plot graph

2012-10-31 Thread klo uo
OK, thanks guys for your suggestions, which I'll try tomorrow I did correlation first, but no significant values Then I did linear regression, one sample to rest and while there I spotted this grid pattern I was using pandas lag_plot, but it's same plot when I do MPL scatter one sample on others

Re: [Numpy-discussion] Simple question about scatter plot graph

2012-10-31 Thread Jonathan Hilmer
Obviously there are some real patterns there, but when interpreting low-resolution plots visually, be careful of Moire effects: view the following image at multiple zoom levels as an example. http://upload.wikimedia.org/wikipedia/commons/4/42/Divers_-_Illustrated_London_News_Feb_6_1873-2.PNG My

Re: [Numpy-discussion] Blaze

2012-10-31 Thread Peter Wang
On Sat, Oct 27, 2012 at 7:14 PM, Charles R Harris charlesr.har...@gmail.com wrote: Thanks. I've been trying to keep an eye on this but it is difficult to find the details. I think the beta was scheduled for sometime in December. Hey guys, We're hoping to get a first release out by the end