On 24/10/16 19:05, Peter Otten wrote:
> duncan smith wrote:
>
>> Hello,
>> I have several arrays that I need to combine elementwise in
>> various fashions. They are basically probability tables and there is a
>> mapping of axes to variables. I have code for transposing and reshaping
>> that
duncan smith wrote:
> Hello,
> I have several arrays that I need to combine elementwise in
> various fashions. They are basically probability tables and there is a
> mapping of axes to variables. I have code for transposing and reshaping
> that aligns the variables / axes so the usual broadc
Hello,
I have several arrays that I need to combine elementwise in
various fashions. They are basically probability tables and there is a
mapping of axes to variables. I have code for transposing and reshaping
that aligns the variables / axes so the usual broadcasting rules achieve
the desire