I hereby claim:
- I am carljv on github.
- I am carljv (https://keybase.io/carljv) on keybase.
- I have a public key whose fingerprint is 85AA 5C42 89FE 21E8 843A 682C 1EEE 77D9 F880 B14D
To claim this, I am signing this object:
function sim_coverage(p, n, nsims) | |
# True log-odds/relative-risk | |
rr = log(p) - log(1-p) | |
# Simulate out data | |
dist = Bernoulli(p) | |
xs = [rand(dist, n) for _ in 1:nsims] | |
# Bernoulli param estimate and its std. err. | |
ps = [mean(x) for x in xs] |
# Ubersicht - Display Google Calendar via gcalcli | |
# this is the shell command that gets executed every time this widget refreshes | |
command: "/Users/cvogel/anaconda/bin/gcalcli calw 4 --width=20 --nocolor --nolineart | /usr/local/bin/pandoc -f markdown -t html" | |
# the refresh frequency in milliseconds | |
refreshFrequency: 30*60*1000 | |
# render gets called after the shell command has executed. The command's output | |
# is passed in as a string. Whatever it returns will get rendered as HTML. |
I hereby claim:
To claim this, I am signing this object: