I am trying to find the genetic distance between two DNA sequences using Kimura (K80) model, and the formula contains natural logarithm, after calculating the required Q and P's needed, my solution looks like this: Click Here Since, natural logarithm of a negative number does not exist, how can I solve that equation?
Asked
Active
Viewed 970 times
1
-
I am not sure about the calculations but $\ln(a) + ln(b) = \ln (a \cdot b)$, in your case both $a$ and $b$ a negatives making $a \cdot b$ positive. – rtybase Oct 08 '15 at 18:22