MesserLab / SLiM

SLiM is a genetically explicit forward simulation software package for population genetics and evolutionary biology. It is highly flexible, with a built-in scripting language, and has a cross-platform graphical modeling environment called SLiMgui.
https://messerlab.org/slim/
GNU General Public License v3.0
160 stars 30 forks source link

small bug in docs #427

Closed petrelharp closed 6 months ago

petrelharp commented 6 months ago

In Seciton 25.8 (InteractionType) of the manual, describing the 't' type kernels, there's a bug: Screenshot from 2024-02-19 11-51-34 Notice that the math has f_max / ( ... )^{-(nu+1)/2}. It should have either the / or the - in the exponent, but not both. (I guess I'd vote to remove the /, since then the expression looks more like what's on the Wikipedia page).

bhaller commented 6 months ago

OK, fixed in the doc, will come out in the next SLiM release. Thanks!