## simulation
seeds <- c(822, 913, 905)
mu <- 50; nu <- 30; p <- 1.5; c <- 0.005
z <- SimulateIP(seeds, c(mu,nu,p,c))
## Not run:
# ## estimation
# ## need very long c.p.u time in the minimization procedure
# setOmpNumThreads(2)
# SimplexIP(z$offspring, c(mu,nu,p,c), x2=0.3, skip=100, process=3)
# ## End(Not run)
Run the code above in your browser using DataLab