thebeat icon indicating copy to clipboard operation
thebeat copied to clipboard

`Sequence.generate_random_poisson` does not generate IOIs

Open YannickJadoul opened this issue 4 months ago • 1 comments

Sequence.generate_random_poisson generates a random sample of the number of events and uses it as IOIs. This does not seem to make sense, as it does not produce the time until the next sample, but just samples integers. This includes 0, which results in an error, cause 0 is not a valid IOI length.

YannickJadoul avatar Feb 27 '24 13:02 YannickJadoul