I think this is exactly what I need. Thanks for your help, Olivier.
Ruby
On Fri, Jan 20, 2012 at 9:50 AM, Olivier Delalleau wrote:
> What do you mean by "summarize"?
> If for instance you want to sum along Y, just do
> my_array.sum(axis=1)
>
> -=- Olivier
>
> 2012/1/20 Ruby Stevenson
>>
>> hi
What do you mean by "summarize"?
If for instance you want to sum along Y, just do
my_array.sum(axis=1)
-=- Olivier
2012/1/20 Ruby Stevenson
> hi, all
>
> Say I have a three dimension array, X, Y, Z, how can I condense into
> two dimensions: for example, compute 2-D array with (X, Z) and
> su
hi, all
Say I have a three dimension array, X, Y, Z, how can I condense into
two dimensions: for example, compute 2-D array with (X, Z) and
summarize along Y dimensions ... is it possible?
thanks
Ruby
___
NumPy-Discussion mailing list
NumPy-Discussion