statistics/script.rst
changeset 406 a534e9e79599
parent 383 4a6d548d4369
child 450 d49aee7ab1b9
equal deleted inserted replaced
403:9858ca9e3f93 406:a534e9e79599
    12 
    12 
    13 .. Getting started with IPython
    13 .. Getting started with IPython
    14 .. Loading Data from files
    14 .. Loading Data from files
    15 .. Getting started with Lists
    15 .. Getting started with Lists
    16      
    16      
    17 .. Author              : Puneeth 
    17 .. Author              : Amit Sethi
    18    Internal Reviewer   : Anoop Jacob Thomas<anoop@fossee.in>
    18    Internal Reviewer   : Puneeth
    19    External Reviewer   :
    19    External Reviewer   :
    20    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
    20    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
    21 
    21 
    22 .. #[punch; add slides, exercises!]
    22 .. #[punch; add slides, exercises!]
    23 
    23 
    29 
    29 
    30 In this tutorial, we shall learn
    30 In this tutorial, we shall learn
    31  * Doing simple statistical operations in Python  
    31  * Doing simple statistical operations in Python  
    32  * Applying these to real world problems 
    32  * Applying these to real world problems 
    33 
    33 
    34 .. #[punch: the prerequisites part may be skipped in the tutorial. It
       
    35 .. will be provided separately.]
       
    36 
       
    37 You will need Ipython with pylab running on your computer to use this
       
    38 tutorial.
       
    39 
       
    40 Also you will need to know about loading data using loadtxt to be able
       
    41 to follow the real world application.
       
    42 
    34 
    43 .. #[punch: since loadtxt is anyway a pre-req, I would recommend you
    35 .. #[punch: since loadtxt is anyway a pre-req, I would recommend you
    44 .. to use a data file and load data from that. that is good, since you
    36 .. to use a data file and load data from that. that is good, since you
    45 .. would get to deal with arrays, instead of lists. 
    37 .. would get to deal with arrays, instead of lists. 
    46 
    38