Skip to content

Commit

Permalink
Update docs/literate/explanations/predict.jl
Browse files Browse the repository at this point in the history
Co-authored-by: René Skukies <[email protected]>
  • Loading branch information
behinger and ReneSkukies authored Sep 26, 2024
1 parent a0a2f4c commit ba9f8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/explanations/predict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ current_figure()
# !!! note
# At ~0.3s we can see a split between the predicted EEG single trials into 10 "strands" - this is the granularity of our continuous predictor. You could use `effects` to improve upon this granularity / customize it.
#
# ### with-overlap, epoched
# ### With-overlap, epoched
# Sometimes helpful is to add in the overlap we removed via the deconvolution.
p = predict(m, epoch_to = ["car"], eventcolumn = :condition)
series(range(-0.5, 1, step = 1 / 100), p[1, :, 1:3]', solid_color = :orange)
Expand Down

0 comments on commit ba9f8fd

Please sign in to comment.