markers <- seq(from = 0, to = 1, length.out = 100)
J <- number_of_junctions_markers(N = 100, H_0 = 0.5, t = 200,
marker_distribution = markers)
estimate_time_one_chrom(J = J,
N = 100,
H_0 = 0.5,
marker_distribution = markers) #should be 200 again
Run the code above in your browser using DataLab