mgymrek/lobstr-code

scale negative side of step size PDF

mgymrek opened this issue · 1 comments

The distribution is only scaled for positive step sizes:

https://github.com/mgymrek/lobstr-code/blob/master/src/NoiseModel.cpp#L376

Need to add another for loop from -3*maxperiod to 0. PDFs don't sum to 1.

fixed here with this commit