diff options
author | Asokan Pichai | 2009-10-27 16:05:37 +0530 |
---|---|---|
committer | Asokan Pichai | 2009-10-27 16:05:37 +0530 |
commit | d81b5fa0ad13f559c2b5e872d6763813e8fbb78b (patch) | |
tree | 5c97749b2e11742e62314bd59d8b9478882e1002 | |
parent | 9e4e34016387576d189f48833d1fc2c45e8ffd47 (diff) | |
download | workshops-d81b5fa0ad13f559c2b5e872d6763813e8fbb78b.tar.gz workshops-d81b5fa0ad13f559c2b5e872d6763813e8fbb78b.tar.bz2 workshops-d81b5fa0ad13f559c2b5e872d6763813e8fbb78b.zip |
Changed the focus of the statistics
-rw-r--r-- | day1/session3.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/day1/session3.tex b/day1/session3.tex index 5ee1b61..491d4a3 100644 --- a/day1/session3.tex +++ b/day1/session3.tex @@ -73,7 +73,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[]{Least Squares Fit\\Statistical Plotting} +\title[Statistics]{Python for Science and Engg. Statistics} \author[FOSSEE] {FOSSEE} @@ -129,7 +129,7 @@ \begin{frame} \frametitle{More on data processing} \begin{block}{} - What do we do if we want to draw Pie charts for the data in a huge data file? + 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? \end{block} \end{frame} |