summaryrefslogtreecommitdiff
path: root/day1
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-10-27 14:24:49 +0530
committerPuneeth Chaganti2009-10-27 14:24:49 +0530
commit4b8f06dfe479617c63553ce59e4217c3c05b6bc3 (patch)
treef5a295296fe5a7be88052a3117063bb500bb704d /day1
parentbbcdc1f900180edb9cf9c53604b0543e76e6bf07 (diff)
downloadworkshops-more-scipy-4b8f06dfe479617c63553ce59e4217c3c05b6bc3.tar.gz
workshops-more-scipy-4b8f06dfe479617c63553ce59e4217c3c05b6bc3.tar.bz2
workshops-more-scipy-4b8f06dfe479617c63553ce59e4217c3c05b6bc3.zip
Added a slide for transition from sslc to lstsq in session3.
Diffstat (limited to 'day1')
-rw-r--r--day1/session3.tex9
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}