|
1 | 1 | #+TITLE: Quantitative Methods
|
2 | 2 | #+PROPERTY: header-args:R :session acj :eval never-export
|
3 | 3 | #+STARTUP: hideall inlineimages hideblocks
|
| 4 | +#+SETUPFILE: https://fniessen.github.io/org-html-themes/setup/theme-readtheorg.setup |
| 5 | +#+HTML_HEAD: <style>#content{max-width:1200px;} </style> |
4 | 6 |
|
5 | 7 | * Title slide :slide:
|
6 | 8 | #+BEGIN_SRC emacs-lisp-slide
|
|
12 | 14 | (org-show-animate '("Why do financial journalists need to know quantitative methods?" "" "" ""))
|
13 | 15 | #+END_SRC
|
14 | 16 |
|
15 |
| -** What do we aim to achieve in this course? :slide: |
| 17 | +** What do we aim to achieve in this course? :slide: |
16 | 18 | **** Make friends with numbers
|
17 | 19 | **** Learn how to read numbers, how to present them, and how to write about them
|
18 | 20 | **** Learn how to use computers to work with numbers
|
@@ -212,7 +214,6 @@ $cov=\frac{standard.deviation}{mean}$
|
212 | 214 | | F | 54500000 | 7382.4 | 0.16 |
|
213 | 215 |
|
214 | 216 |
|
215 |
| - |
216 | 217 | ** Graphical Displays of Quantitative Information: Common Pitfalls
|
217 | 218 |
|
218 | 219 | *** Common uses of statistical graphics :slide:
|
@@ -307,8 +308,8 @@ $cov=\frac{standard.deviation}{mean}$
|
307 | 308 |
|
308 | 309 | *** Boxplot :slide:
|
309 | 310 |
|
310 |
| -**** Invented by John Tukey in 1970 |
311 |
| -**** Many variations proposed since then, though the essential form and idea as remained intact. |
| 311 | ++ Invented by John Tukey in 1970 |
| 312 | ++ Many variations proposed since then, though the essential form and idea as remained intact. |
312 | 313 |
|
313 | 314 |
|
314 | 315 | *** Boxplot of wheat yields :slide:
|
|
0 commit comments