nikie wrote:
>
>
Hello,
I'm glad that helped, but let's not terminate this discussion just yet.
I am also interested in answers to your second question:
nikie wrote:
> "More generally: Is there any kind of documentation that tells me what
> the functions in NumPy do, and what parameters
Matt Crema wrote:
> Robert Kern wrote:
>
>> nikie wrote:
>>
>>> I still don't get it...
>>> My data looks like this:
>>> x = [0,1,2,3]
>>> y = [1,3,5,7]
>>> The expected output would be something like (2, 1), as y[i] = x[i]*2
Robert Kern wrote:
> nikie wrote:
>
>>I still don't get it...
>>My data looks like this:
>> x = [0,1,2,3]
>> y = [1,3,5,7]
>>The expected output would be something like (2, 1), as y[i] = x[i]*2+1
>>
>>(An image sometimes says more than 1000 words, so to make myself clear:
>>this is what I want to