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