Last active
August 29, 2015 14:17
-
-
Save soodoku/e58903bcefe8ec1599b7 to your computer and use it in GitHub Desktop.
Calculating Hillary's Missing Emails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: | |
55000/(365*4) ~ 37.7. That seems a touch low for Sec. of state. | |
Caveats: | |
1. Clinton may have used more than one private server | |
2. Clinton may have sent emails from other servers to unofficial accounts of other state department employees | |
Lower bound for missing emails from Clinton: | |
Take a small weighted random sample (weighting seniority more) of top state department employees. | |
Go through their email accounts on the state dep. server and count # of emails from Clinton to their state dep. addresses. | |
Compare it to # of emails to these employees from the Clinton cache. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment