powered by
simulateRJaCGH(n, x = NULL, mu, sigma.2, beta, start)
beta
q
-beta
beta <- matrix(c(0, 5, 1, 1, 0, 1, 3, 5, 0), 3) obs <- simulateRJaCGH(n=200, x=rexp(199), mu=c(-3, 0, 3), sigma.2=c(1,1,1), beta=beta, start=2) plot(obs$y, col=obs$states)
Run the code above in your browser using DataLab