Re: [Numpy-discussion] Problems understanding histogram2d

2012-07-20 Thread yogesh karpate
y-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion > -- Regards Yogesh Karpate ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] TypeError: only integer arrays with one element can be converted to an index

2010-04-03 Thread yogesh karpate
I am facing the error mentioned in subject line. error is encountered at data_temp=filtered[a:b] TypeError: only integer arrays with one element can be converted to an index what can be error The code snippet is as follows '''left=some array right =some array, both are having same length. filtere

[Numpy-discussion] Does Numpy support CGI-scripting?`

2009-12-13 Thread yogesh karpate
Does Numpy Support CGI scripting? DO scipy and matplotlib also support? Regards ~ymk ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] non-standard standard deviation

2009-12-04 Thread yogesh karpate
@ Pauli and @ Colin: Sorry for the late reply. I was busy in some other assignments. # As far as normalization by(n) is concerned then its common assumption that the population is normally distributed and population size is fairly large enough to fit the normal di

Re: [Numpy-discussion] non-standard standard deviation

2009-12-02 Thread yogesh karpate
The thing is that the normalization by (n-1) is done for the no. of samples >20 or23(Not sure about this no. but sure about the thing that this no isnt greater than 25) and below that we use normalization by n. Regards ~ymk ___ NumPy-Discussion mailing li

[Numpy-discussion] The problem with zero dimesnsional array

2009-09-28 Thread yogesh karpate
Dear All, I'm facing a bog problem in following . the code snippet is as follows % Compute the area indicator### for kT in range(leftbound,rightbound): # Here the left bound and rightbound both are indexing array is

Re: [Numpy-discussion] The problem with arrays

2009-09-22 Thread yogesh karpate
Dear Fabrice Finally your suggestions worked :).Thanks a lot... soon the code I'm working will be available as a part of Free Software Foundation. Regards Yogesh On Tue, Sep 22, 2009 at 11:23 PM, Fabrice Silva wrote: > Le mardi 22 septembre 2009 à 23:00 +0530

Re: [Numpy-discussion] The problem with arrays

2009-09-22 Thread yogesh karpate
On Tue, Sep 22, 2009 at 7:01 PM, Fabrice Silva wrote: > Le mardi 22 septembre 2009 à 17:42 +0530, yogesh karpate a écrit : > > I just tried your idea but the result is same. it didnt help . > > > > 2009/9/22 Nadav Horesh > > A quick answer with going in

Re: [Numpy-discussion] The problem with arrays

2009-09-22 Thread yogesh karpate
רית- > מאת: numpy-discussion-boun...@scipy.org בשם yogesh karpate > נשלח: ג 22-ספטמבר-09 14:11 > אל: numpy-discussion@scipy.org > נושא: [Numpy-discussion] The problem with arrays > > Please kindly go through following code snippet > for i in range(a1): >data_temp=(bpf[l

[Numpy-discussion] The problem with arrays

2009-09-22 Thread yogesh karpate
Please kindly go through following code snippet for i in range(a1): data_temp=(bpf[left[0][i]:right[0][i]])# left is an array and right is also an array maxloc=data_temp.argmax() #taking indices of max. value of data segment maxval=data_temp[maxloc] minloc=da