## simulation
seeds <- c(822, 913, 905)
mu <- 50; nu <- 30; sig <- 0.03
z <- SimulateThomas(seeds, c(mu,nu,sig))
## Not run:
# ## estimation
# ## need long c.p.u time in the minimization procedure
# SimplexThomas(z$offspring, c(mu,nu,sig), process=3)
# ## End(Not run)
Run the code above in your browser using DataLab