discussion] ValueError: objects are not aligned
On Wed, Sep 8, 2010 at 9:21 AM, Rui DaCosta wrote:
> Thanks again,
>
> I was trying to
>follow
>http://www.scipy.org/Numpy_Example_List#head-779283aaa3cc20a3786ad33c2ee1fee9d68a4a53
>3
> but with the key difference being, that in
cussion of Numerical Python
Sent: Wed, September 8, 2010 2:34:42 PM
Subject: Re: [Numpy-discussion] ValueError: objects are not aligned
On Wed, Sep 8, 2010 at 8:08 AM, Rui DaCosta wrote:
> Thanks for your assistance,
> I was following this example:
>http://www.scip
Thanks for your assistance,
I was following this example:
http://www.scipy.org/Numpy_Example_List#head-779283aaa3cc20a3786ad33c2ee1fee9d68a4a53
I intend to use different arrays once I have resolved this problem.
Trying your suggestion:
...
print (rf1)
print (np.corrcoef(rf1, rf1, rowvar=0))
r