day1/session3.tex
changeset 192 1574b3bc6be7
parent 185 e59ab9ab1a89
child 203 5c0332b97ed6
child 204 87f914f38ba1
equal deleted inserted replaced
191:c972092fa463 192:1574b3bc6be7
    71 %    postbreak = \space\dots
    71 %    postbreak = \space\dots
    72 % }
    72 % }
    73 
    73 
    74 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    74 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    75 % Title page
    75 % Title page
    76 \title[]{Least Squares Fit\\Statistical Plotting}
    76 \title[Statistics]{Python for Science and Engg. Statistics}
    77 
    77 
    78 \author[FOSSEE] {FOSSEE}
    78 \author[FOSSEE] {FOSSEE}
    79 
    79 
    80 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    80 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    81 \date[] {31, October 2009\\Day 1, Session 3}
    81 \date[] {31, October 2009\\Day 1, Session 3}
   127 %% \end{frame}
   127 %% \end{frame}
   128 
   128 
   129 \begin{frame}
   129 \begin{frame}
   130   \frametitle{More on data processing}
   130   \frametitle{More on data processing}
   131   \begin{block}{}
   131   \begin{block}{}
   132     What do we do if we want to draw Pie charts for the data in a huge data file?
   132     We have a huge--1m records--data file.\\How do we do \emph{efficient} statistical computations, that is find mean, median, mode, standard deveiation etc; draw pie charts?
   133   \end{block}
   133   \end{block}
   134 \end{frame}
   134 \end{frame}
   135 
   135 
   136 
   136 
   137 \begin{frame}
   137 \begin{frame}