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
The log likelihoods of the different models are computed using log sums of exponentials, which can have nasty overflow/underflow problems (cf. this link). I've run into this problem when read counts are high (on the order of ~1000x). Since sequencing coverage isn't typically this high, it hopefully should be an issue for most data sets. Nevertheless, I'll need to fix it.
The text was updated successfully, but these errors were encountered:
The log likelihoods of the different models are computed using log sums of exponentials, which can have nasty overflow/underflow problems (cf. this link). I've run into this problem when read counts are high (on the order of ~1000x). Since sequencing coverage isn't typically this high, it hopefully should be an issue for most data sets. Nevertheless, I'll need to fix it.
The text was updated successfully, but these errors were encountered: