Skip to content

Instantly share code, notes, and snippets.

@everdark
everdark / tank.simul.R
Last active December 11, 2015 22:38
Baysian simulation for the German tank problem
### Baysian estimate simulation of the "German tank problem"
### Coded by everdark, since 2013-01-30
## Simple simulation
set.seed(12345)
j <- 1000
range <- c(14:50)