Re: [Numpy-discussion] Array as Variable using "from cdms2 import MV2 as MV"

2011-04-25 Thread Keith Goodman
On Mon, Apr 25, 2011 at 12:17 AM, wrote: > On Mon, Apr 25, 2011 at 2:50 AM, dileep kunjaai > wrote: >> Dear sir, >> >> I am have 2  mxn numpy array say "obs" & "fcst". I have to >> calculate sum of squre of (obs[i, j]-fcst[i, j]) using from cdms2 >> import MV2 as MV   in CDAT witho

Re: [Numpy-discussion] Array as Variable using "from cdms2 import MV2 as MV"

2011-04-25 Thread dileep kunjaai
Thank you sir ...thanks a lot Keep in touch On Mon, Apr 25, 2011 at 12:47 PM, wrote: > On Mon, Apr 25, 2011 at 2:50 AM, dileep kunjaai > wrote: > > Dear sir, > > > > I am have 2 mxn numpy array say "obs" & "fcst". I have to > >

Re: [Numpy-discussion] Array as Variable using "from cdms2 import MV2 as MV"

2011-04-25 Thread josef . pktd
On Mon, Apr 25, 2011 at 2:50 AM, dileep kunjaai wrote: > Dear sir, > > I am have 2  mxn numpy array say "obs" & "fcst". I have to > calculate sum of squre of (obs[i, j]-fcst[i, j]) using from cdms2 > import MV2 as MV   in CDAT without using "for"  loop. > > For example: > obs= > [0.6 

[Numpy-discussion] Array as Variable using "from cdms2 import MV2 as MV"

2011-04-24 Thread dileep kunjaai
Dear sir, I am have 2 mxn numpy array say "obs" & "fcst". I have to calculate* sum of squre of (obs[i, j]-fcst[i, j])* using from cdms2 import MV2 as MV in CDAT without using "for" loop. For example: obs= [0.61.10.020.2 0.2 0.80.0.0.4 0.8 0.55.5