equal
deleted
inserted
replaced
395 \begin{frame}[fragile] |
395 \begin{frame}[fragile] |
396 \frametitle{Pie charts} |
396 \frametitle{Pie charts} |
397 \includegraphics[height=3in, interpolate=true]{data/all_regions} |
397 \includegraphics[height=3in, interpolate=true]{data/all_regions} |
398 \end{frame} |
398 \end{frame} |
399 |
399 |
400 \begin{frame} |
|
401 \frametitle{L vs $T^2$ \ldots} |
|
402 Let's go back to the L vs $T^2$ plot |
|
403 \begin{itemize} |
|
404 \item We first look at obtaining $T^2$ from T |
|
405 \item Then, we look at plotting a Least Squares fit |
|
406 \end{itemize} |
|
407 \end{frame} |
|
408 |
|
409 \begin{frame}[fragile] |
400 \begin{frame}[fragile] |
410 \frametitle{Obtaining statistics} |
401 \frametitle{Obtaining statistics} |
411 \begin{lstlisting} |
402 \begin{lstlisting} |
412 math_scores = array(scores[2]) |
403 math_scores = array(scores[2]) |
413 |
404 |
428 \item Dictionaries for storing data |
419 \item Dictionaries for storing data |
429 \item Facilities for drawing pie charts |
420 \item Facilities for drawing pie charts |
430 \item NumPy arrays for efficient array manipulations |
421 \item NumPy arrays for efficient array manipulations |
431 \item Functions for statistical computations - mean, median, mode, standard deviation |
422 \item Functions for statistical computations - mean, median, mode, standard deviation |
432 \end{itemize} |
423 \end{itemize} |
|
424 \end{frame} |
|
425 |
|
426 \begin{frame} |
|
427 \frametitle{L vs $T^2$ \ldots} |
|
428 Let's go back to the L vs $T^2$ plot |
|
429 \begin{itemize} |
|
430 \item We first look at obtaining $T^2$ from T |
|
431 \item Then, we look at plotting a Least Squares fit |
|
432 \end{itemize} |
433 \end{frame} |
433 \end{frame} |
434 |
434 |
435 \begin{frame}[fragile] |
435 \begin{frame}[fragile] |
436 \frametitle{Dealing with data whole-sale} |
436 \frametitle{Dealing with data whole-sale} |
437 \begin{lstlisting} |
437 \begin{lstlisting} |