On Thu, Feb 25, 2010 at 12:52 AM, Gökhan Sever wrote:
> Hello,
>
> I am working on a code shown at
> http://code.google.com/p/ccnworks/source/browse/trunk/thesis/part1/logn-fit.py
>
> I use the code to analyse a couple dataset also placed in the same
> directory. In the first part I use for-loops
Hello,
I am working on a code shown at
http://code.google.com/p/ccnworks/source/browse/trunk/thesis/part1/logn-fit.py
I use the code to analyse a couple dataset also placed in the same
directory. In the first part I use for-loops all over, but later decided to
write them without using for loops.