Re: [Numpy-discussion] numpythonically getting elements with the minimum sum

2013-01-29 Thread Lluís
Lluís writes: > Sebastian Berg writes: >> On Tue, 2013-01-29 at 14:53 +0100, Lluís wrote: >>> Gregor Thalhammer writes: >>> >>> > Am 28.1.2013 um 23:15 schrieb Lluís: >>> >>> >> Hi, >>> >> >>> >> I have a somewhat convoluted N-dimensional array that contains >>> >> information of a >>> >> set

Re: [Numpy-discussion] numpythonically getting elements with the minimum sum

2013-01-29 Thread Lluís
Sebastian Berg writes: > On Tue, 2013-01-29 at 14:53 +0100, Lluís wrote: >> Gregor Thalhammer writes: >> >> > Am 28.1.2013 um 23:15 schrieb Lluís: >> >> >> Hi, >> >> >> >> I have a somewhat convoluted N-dimensional array that contains >> >> information of a >> >> set of experiments. >> >> >>

Re: [Numpy-discussion] numpythonically getting elements with the minimum sum

2013-01-29 Thread Sebastian Berg
On Tue, 2013-01-29 at 14:53 +0100, Lluís wrote: > Gregor Thalhammer writes: > > > Am 28.1.2013 um 23:15 schrieb Lluís: > > >> Hi, > >> > >> I have a somewhat convoluted N-dimensional array that contains information > >> of a > >> set of experiments. > >> > >> The last dimension has as many ent

Re: [Numpy-discussion] numpythonically getting elements with the minimum sum

2013-01-29 Thread Lluís
Gregor Thalhammer writes: > Am 28.1.2013 um 23:15 schrieb Lluís: >> Hi, >> >> I have a somewhat convoluted N-dimensional array that contains information >> of a >> set of experiments. >> >> The last dimension has as many entries as iterations in the experiment (an >> iterative application), an

Re: [Numpy-discussion] numpythonically getting elements with the minimum sum

2013-01-29 Thread Gregor Thalhammer
Am 28.1.2013 um 23:15 schrieb Lluís: > Hi, > > I have a somewhat convoluted N-dimensional array that contains information of > a > set of experiments. > > The last dimension has as many entries as iterations in the experiment (an > iterative application), and the penultimate dimension has as m

[Numpy-discussion] numpythonically getting elements with the minimum sum

2013-01-28 Thread Lluís
Hi, I have a somewhat convoluted N-dimensional array that contains information of a set of experiments. The last dimension has as many entries as iterations in the experiment (an iterative application), and the penultimate dimension has as many entries as times I have run that experiment; the res