Work on slides
This commit is contained in:
parent
be4806c22a
commit
5348007d86
3 changed files with 33 additions and 0 deletions
21
defence/pearson-corr-sample.tex
Normal file
21
defence/pearson-corr-sample.tex
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
\documentclass[convert={density=500}, border=2pt, varwidth=3in]{standalone}
|
||||||
|
|
||||||
|
\usepackage{amsmath}
|
||||||
|
\usepackage{amssymb}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\begin{align*}
|
||||||
|
r_{X, Y} &= \frac{
|
||||||
|
\sum_{i=1}^n(x_i - \overline{x})(y_i - \overline{y})
|
||||||
|
}{
|
||||||
|
\sqrt{
|
||||||
|
\sum_{i=1}^n(x_i-\overline{x})^2
|
||||||
|
}
|
||||||
|
\sqrt{
|
||||||
|
\sum_{i=1}^n(y_i-\overline{y})^2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\end{align*}
|
||||||
|
|
||||||
|
\end{document}
|
||||||
12
defence/pearson-corr.tex
Normal file
12
defence/pearson-corr.tex
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
\documentclass[convert={density=500}, border=2pt, varwidth=2in]{standalone}
|
||||||
|
|
||||||
|
\usepackage{amsmath}
|
||||||
|
\usepackage{amssymb}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\begin{align*}
|
||||||
|
\rho_{X,Y} &= \frac{\mathrm{cov}\left(X, Y\right)}{\sigma_X \sigma_Y}
|
||||||
|
\end{align*}
|
||||||
|
|
||||||
|
\end{document}
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue