## simulation
seeds <- c(822, 913, 905)
mu1 <- 10; mu2 <- 40; nu <- 30; sig1 <- 0.01; sig2 <- 0.03
z <- SimulateTypeB(seeds, c(mu1,mu2,nu,sig1,sig2), pmax=100, omax=150)
## Not run:
# ## estimation
# ## need very long c.p.u time in the minimization procedure
# setOmpNumThreads(2)
# SimplexTypeB(z$offspring, c(mu1,mu2,nu,sig1,sig2), process=3)
# ## End(Not run)
Run the code above in your browser using DataLab