presentations/statistics.tex
changeset 47 501e3fb21e3c
parent 46 34df59770550
child 51 32d854e62be9
equal deleted inserted replaced
46:34df59770550 47:501e3fb21e3c
   100     \item Region Code : 'A'
   100     \item Region Code : 'A'
   101     \item Roll Number : '015163'
   101     \item Roll Number : '015163'
   102     \item Name : 'JOSEPH RAJ S'
   102     \item Name : 'JOSEPH RAJ S'
   103     \item Marks of 5 subjects: English(083), Hindi(042), Maths(47), Science(AA), Social(72)
   103     \item Marks of 5 subjects: English(083), Hindi(042), Maths(47), Science(AA), Social(72)
   104     \item Total marks : 244
   104     \item Total marks : 244
   105     \item Pass/Fail (P/F) : ''
   105     \item Pass/Fail (P/F) : ' '
   106     \item Withheld (W) : ''
   106     \item Withheld (W) : ' '
   107   \end{itemize}
   107   \end{itemize}
   108 \end{frame}
   108 \end{frame}
   109 
   109 
   110 \begin{frame}
   110 \begin{frame}
   111   \frametitle{Statistical Analysis: Problem statement}
   111   \frametitle{Statistical Analysis: Problem statement}
   112   1. Read the data supplied in the file \emph{sslc1.txt} and carry out the following:
   112   1. Read the data supplied in the file \emph{sslc1.txt} and carry out the following:
   113   \begin{block}{}
   113   \begin{block}{}
   114     Draw a pie chart representing proportion of students who scored more than 90\% in each region in Science.    
   114     Draw a pie chart representing proportion of students who scored more than 90\% in each region in Science.    
   115   \end{itemize}
   115   \end{block}
   116 \end{frame}
   116 \end{frame}
   117 
   117 
   118 \begin{frame}
   118 \begin{frame}
   119   \frametitle{Problem statement: explanation}
   119   \frametitle{Problem statement: explanation}
   120     \emphbar{Draw a pie chart representing proportion of students who scored more than 90\% in each region in Science.}
   120     \emphbar{Draw a pie chart representing proportion of students who scored more than 90\% in each region in Science.}
   127 \end{frame}
   127 \end{frame}
   128 
   128 
   129 \begin{frame}
   129 \begin{frame}
   130   \frametitle{Machinery Required}
   130   \frametitle{Machinery Required}
   131   \begin{itemize}
   131   \begin{itemize}
   132     \item File reading
   132     \item File reading 
   133     \item Parsing
       
   134     \item Dictionaries 
   133     \item Dictionaries 
   135     \item Arrays
   134     \item Parsing 
   136     \item Statistical operations
   135 %%    \item Arrays 
       
   136     \item Plot 
   137   \end{itemize}
   137   \end{itemize}
   138 \end{frame}
   138 \end{frame}
   139 
   139 
   140 \begin{frame}[fragile]
   140 \begin{frame}[fragile]
   141   \frametitle{Summary}
   141   \frametitle{Summary}