RangeShifter / RScore

RangeShifter's core simulation code
GNU General Public License v3.0
0 stars 0 forks source link

Mutations are sampled in the correct distribution #38

Closed TheoPannetier closed 1 month ago

TheoPannetier commented 3 months ago

Mutation distribution usage

If mutations are sampled in a uniform, sampled mutations should not go beyond/below the max/min If sampled in normal with very small sd, then mutations should always be close to mean

TheoPannetier commented 1 month ago

Redundant, this is already verified in the tests controlling mutations and trait usage