Skip to content

Instantly share code, notes, and snippets.

@mbannert
Created October 2, 2014 15:47
Show Gist options
  • Save mbannert/6d101aa16c00ef2f24ff to your computer and use it in GitHub Desktop.
Save mbannert/6d101aa16c00ef2f24ff to your computer and use it in GitHub Desktop.
response time simulation example
rtime <- rpois(2000,1000)
rtime_mod <- c(rtime,rpois(20,200),rpois(40,10000))
summary(rtime_mod)
quantile(rtime_mod,probs = seq(from = 0,1,by = .01) )
ks.test(rexp(1000),rnorm(1000))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment