markers <- seq(from = 0, to = 1, length.out = 1000)
jt <- number_of_junctions_markers(N = 100,
H_0 = 0.5,
t = 1000,
marker_distribution = markers)
random_markers <- sort(runif(1000, 0, 1))
jt2 <- number_of_junctions_markers(N = 100,
H_0 = 0.5,
t = 1000,
marker_distribution = random_markers)
Run the code above in your browser using DataLab