Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jschepers committed Feb 3, 2025
1 parent 3cdff5b commit e5317ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Some remarks on how the noise is added:
Additional remarks on the overlap of adjacent signals when `return_epoched = true`:
- If `onset = NoOnset()` there will not be any overlapping signals in the data because the onset calculation and conversion to a continuous signal is skipped.
- If an inter-onset distance distribution is given, a continuous signal is constructed and partitioned into epochs afterwards.
- If an inter-onset distance distribution is given, a continuous signal(potentially with overlap) is constructed and partitioned into epochs afterwards.
"""
simulate(
rng::AbstractRNG,
Expand Down

0 comments on commit e5317ae

Please sign in to comment.