sjspielman / pyvolve

Python library to simulate evolutionary sequence data
Other
78 stars 23 forks source link

Fixed key typo in def of MutSel models in manual #4

Closed jbloom closed 8 years ago

jbloom commented 8 years ago

The equation appears correct in the code, typo was just in the manual. Denominator had 1 / S_{ij} rather than e^{-Sij}. See Eq. 2 of Spielman and Wilke (2015) for source of correct equation.

sjspielman commented 8 years ago

Good catch, thanks!