Added letter frequency treemap impage
authorNeil Smith <neil.git@njae.me.uk>
Fri, 18 Mar 2016 13:26:08 +0000 (13:26 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 18 Mar 2016 13:26:08 +0000 (13:26 +0000)
slides/caesar-break.html
slides/letter-frequency-treemap.png [new file with mode: 0644]

index 090c43f9147340b37e2f6e11ef213c93a1320a39..81a8396f6d7d8d67b841d5925e17c2a545e4405f 100644 (file)
@@ -112,6 +112,8 @@ How do we define "closeness"?
 
 ## Abstraction: frequency of letter counts
 
+.float-right[![right-aligned Letter frequencies](letter-frequency-treemap.png)]
+
 Letter | Count
 -------|------
 a | 489107
@@ -146,7 +148,7 @@ Letter      | i       | f       | m       | m       | p       | ifmmp
 ------------|---------|---------|---------|---------|---------|-------
 Probability | 0.06723 | 0.02159 | 0.02748 | 0.02748 | 0.01607 | 1.76244520 × 10<sup>-8</sup>
 
-(Implmentation issue: this can often underflow, so get in the habit of rephrasing it as `\( \sum_i \log p_i \)`)
+(Implmentation issue: this can often underflow, so we rephrase it as `\( \sum_i \log p_i \)`)
 
 Letter      | h       | e       | l       | l       | o       | hello
 ------------|---------|---------|---------|---------|---------|-------
diff --git a/slides/letter-frequency-treemap.png b/slides/letter-frequency-treemap.png
new file mode 100644 (file)
index 0000000..256230e
Binary files /dev/null and b/slides/letter-frequency-treemap.png differ