From e90af7037be36ccf6e7eaa62ea00d8853732d6e3 Mon Sep 17 00:00:00 2001 From: Matthias Vallentin Date: Tue, 21 Jun 2011 15:06:28 +0200 Subject: [PATCH] Rename cheat sheet to cookbook. --- .gitignore | 4 ++-- CHANGES | 2 ++ Makefile | 2 +- cheatsheet.bib => cookbook.bib | 0 cheatsheet.tex => cookbook.tex | 8 ++++---- lang-en.tex | 9 ++++++--- 6 files changed, 15 insertions(+), 10 deletions(-) rename cheatsheet.bib => cookbook.bib (100%) rename cheatsheet.tex => cookbook.tex (99%) diff --git a/.gitignore b/.gitignore index fa5e4e5..7a5e177 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ *.out *.sw? *.toc -cheatsheet.pdf -cheatsheet-??.* +cookbook.pdf +cookbook-??.* config.tex literature diff --git a/CHANGES b/CHANGES index 05d6323..95fe584 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,7 @@ * Fix title of InverseGamma distribution plot. + 2011-03-05 Matthias Vallentin * Add Student's t and F distribution. (Colin Gillespie) @@ -23,6 +24,7 @@ * Fix headings for finite and binomial series. + 2011-02-23 Matthias Vallentin * Fixed wrong exponent in the MGF of the multinomial distribution. (Daniel diff --git a/Makefile b/Makefile index a97cb5d..0a17cef 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFG := config.tex -DOC := cheatsheet.tex +DOC := cookbook.tex EN := $(DOC:.tex=-en.tex) ES := $(DOC:.tex=-es.tex) diff --git a/cheatsheet.bib b/cookbook.bib similarity index 100% rename from cheatsheet.bib rename to cookbook.bib diff --git a/cheatsheet.tex b/cookbook.tex similarity index 99% rename from cheatsheet.tex rename to cookbook.tex index f537e9a..ea7f5f3 100644 --- a/cheatsheet.tex +++ b/cookbook.tex @@ -1,6 +1,6 @@ % % Probability and Statistics -% Cheat Sheet +% Cookbook % % ---------------------------------------------------------------------------- % @@ -480,8 +480,8 @@ \section{Variance} \begin{itemize} \item $\V{X} = \sigma_X^2 = \E{(X-\E{X})^2} = \E{X^2} - \E{X}^2$ \item $\V{\displaystyle\sum_{i=1}^n X_i} = - \displaystyle\sum_{i=1}^n \V{X_i} + - 2\sum_{i\ne j}\cov{X_i,Y_j}$ + \displaystyle\sum_{i=1}^n \V{X_i} + 2\sum_{i\ne j}\cov{X_i,Y_j}$ +% \stackrel{X_i \ind X_j}{=}\sum_{i=1}^n\V{X_i}$ \item $\V{\displaystyle\sum_{i=1}^n X_i} = \displaystyle\sum_{i=1}^n\V{X_i} \quad$ iff $X_i \ind X_j$ \end{itemize} @@ -2508,7 +2508,7 @@ \subsection{Combinatorics} % \end{itemize} \bibliographystyle{abbrv} -\bibliography{cheatsheet} +\bibliography{cookbook} \end{multicols*} diff --git a/lang-en.tex b/lang-en.tex index c1df70a..5236b33 100644 --- a/lang-en.tex +++ b/lang-en.tex @@ -1,13 +1,16 @@ % -% English language definitions for the TODO +% Language definitions for the Probability and Statistics Cookbook. +% +% Language: English +% Author: Matthias Vallentin % % Copyright © Matthias Vallentin , 2011 % % Preamble \def\maintitle{Probability and Statistics} -\def\subtitle{Cheat Sheet} -\def\disclaimer{This cheat sheet integrates a variety of topics in probability +\def\subtitle{Cookbook} +\def\disclaimer{This cookbook integrates a variety of topics in probability theory and statistics. It is based on literature \cite{Hoel72,Wasserman03,Shumway06} and in-class material from courses of the statistics department at the University of California in Berkeley but also