Skip to content

Commit e28af1b

Browse files
author
Michael Fierro
committed
Fixed issues causing intermittent knitr errors
1 parent dca3e4d commit e28af1b

File tree

31 files changed

+6788
-8558
lines changed

31 files changed

+6788
-8558
lines changed

07_RegressionModels/01_01_introduction/index.Rmd

Lines changed: 213 additions & 211 deletions
Large diffs are not rendered by default.

07_RegressionModels/01_01_introduction/index.html

Lines changed: 313 additions & 369 deletions
Large diffs are not rendered by default.

07_RegressionModels/01_02_notation/index.Rmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mode : selfcontained # {standalone, draft}
2020
* We will try to minimize the amount of mathematics required for this class.
2121
* No caclculus is required.
2222

23-
---
23+
2424

2525
## Notation for data
2626

@@ -35,7 +35,7 @@ mode : selfcontained # {standalone, draft}
3535
* $X_i$ is a conceptual random variable.
3636
* $x$ is a number that we plug into.
3737

38-
---
38+
3939
## The empirical mean
4040

4141
* Define the empirical mean as
@@ -55,7 +55,7 @@ The the mean of the $\tilde X_i$ is 0.
5555
\sum_{i=1}^n (X_i - \mu)^2
5656
$$
5757

58-
---
58+
5959

6060
## The emprical standard deviation and variance
6161

@@ -71,7 +71,7 @@ $S = \sqrt{S^2}$. Notice that the standard deviation has the same units as the d
7171
* Sometimes people divide by $n$ rather than $n-1$ (the latter
7272
produces an unbiased estimate.)
7373

74-
---
74+
7575
## Normalization
7676

7777
* The the data defined by
@@ -84,7 +84,7 @@ have empirical mean zero and empirical standard deviation 1.
8484
* Example, a value of 2 form normalized data means that data point
8585
was two standard deviations larger than the mean.
8686

87-
---
87+
8888
## The empirical covariance
8989
* Consider now when we have pairs of data, $(X_i, Y_i)$.
9090
* Their empirical covariance is
@@ -102,7 +102,7 @@ $$
102102
where $S_x$ and $S_y$ are the estimates of standard deviations
103103
for the $X$ observations and $Y$ observations, respectively.
104104

105-
---
105+
106106
## Some facts about correlation
107107
* $Cor(X, Y) = Cor(Y, X)$
108108
* $-1 \leq Cor(X, Y) \leq 1$

07_RegressionModels/01_02_notation/index.html

Lines changed: 238 additions & 242 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)