You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the tail range does not include the simulated value then all probabilities computed are NA
when the precision in tail range is such that the simulated value is not in there, the estimated length is rounded up to the next one, even if it's much further away than the previous value (ceiling vs round somewhere?)
The text was updated successfully, but these errors were encountered:
i think not yet.
for a tail range of (10000, 15000, 1000) it gives finite probabilities, which is wrong, see #83.
for a tail range of (1, 5, 1), with a read non reachable by any insert size, it breaks down due to division by zero
bugs found by simulations:
The text was updated successfully, but these errors were encountered: