diff options
author | Puneeth Chaganti | 2009-10-27 14:24:49 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-10-27 14:24:49 +0530 |
commit | 534a5723c86b192a1968ca816b3b1ad8d2cd7f83 (patch) | |
tree | f5a295296fe5a7be88052a3117063bb500bb704d | |
parent | 45ea8d3f8db839d9288dacf10a9f014529f6d2f3 (diff) | |
download | workshops-534a5723c86b192a1968ca816b3b1ad8d2cd7f83.tar.gz workshops-534a5723c86b192a1968ca816b3b1ad8d2cd7f83.tar.bz2 workshops-534a5723c86b192a1968ca816b3b1ad8d2cd7f83.zip |
Added a slide for transition from sslc to lstsq in session3.
-rw-r--r-- | day1/session3.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/day1/session3.tex b/day1/session3.tex index 5ee1b61..b548b23 100644 --- a/day1/session3.tex +++ b/day1/session3.tex @@ -299,6 +299,15 @@ savefig('/tmp/all_regions.png') \includegraphics[height=3in, interpolate=true]{data/all_regions} \end{frame} +\begin{frame} +\frametitle{L vs $T^2$ \ldots} +Let's go back to the L vs $T^2$ plot +\begin{itemize} +\item We first look at obtaining $T^2$ from T +\item Then, we look at plotting a Least Squares fit +\end{itemize} +\end{frame} + \begin{frame}[fragile] \frametitle{Dealing with data whole-sale} \begin{lstlisting} |