All course materials are located on GitHub
analysis-1.ranalysis-2.ranalysis-3.rMakes typesetting easy
$$f(x) = \frac{\exp(-\frac{(x - \mu)^2}{2\sigma^2} )}{ \sqrt{2\pi \sigma^2}}$$
\[f(x) = \frac{\exp(-\frac{(x - \mu)^2}{2\sigma^2} )}{ \sqrt{2\pi \sigma^2}}\]
Steep learning curve up front, but leads to big dividends later
Irony - you won’t learn any of that here. No time to teach programming AND math AND statistics in 3 weeks.
Mathematical notation
\[R = PB - C\]
What implications does the model provide?
| Implication | Formal statement |
|---|---|
| If individuals do not get enough benefit from voting, they will abstain | The voter will abstain if \(R > 0\). |
| Individuals have other things to do on election day (like going to work). If the benefit of voting is not as large as alternative benefits, then individuals will abstain. | The voter may still not vote even if \(R > 0\) if there exist other competing activities that produce a higher \(R\). |
| Most elections have thousands, if not millions, of ballots cast. There is no point to voting since any individual ballot is unlikely to change the outcome of the election. Therefore everyone should abstain. | If \(P\) is very small, then it is unlikely that this individual will vote. |
Mapping from one defined space to another, such as \(f \colon \Re \rightarrow \Re\)
\[f(x) = x^2 - 1\]
\[f(x) = y\]
Invertible
\[g^{-1}(y) = x, \text{where } g^{-1}(g(x)) = x\]
\[ f(x) = \left\{ \begin{array}{ll} \frac{1}{x} & \quad x \neq 0 \text{ and } x \text{ is rational}\\ 0 & \quad \text{otherwise} \end{array} \right. \]
Base 10
\[\log_{10}(100) = 2 \Rightarrow 10^2 = 100\]
\[\log_{10}(0.1) = -1 \Rightarrow 10^{-1} = 0.1\]Base 2
\[\log_{2}(8) = 3 \Rightarrow 2^3 = 8\]
\[\log_{2}(1) = 0 \Rightarrow 2^0 = 1\]
Base \(e\) - Euler’s number (aka a natural logarithm)
\[\log_{e}(e) = 1 \Rightarrow e^1 = e\]