scale negative side of step size PDF
mgymrek opened this issue · 1 comments
mgymrek commented
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.
mgymrek commented
fixed here with this commit