From b36ed5c848fb0733c5fec0613c8c0b839addef7d Mon Sep 17 00:00:00 2001 From: Benedikt Ehinger Date: Thu, 26 Sep 2024 16:04:46 +0200 Subject: [PATCH] Update docs/literate/explanations/predict.jl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: René Skukies <57703446+ReneSkukies@users.noreply.github.com> --- docs/literate/explanations/predict.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/literate/explanations/predict.jl b/docs/literate/explanations/predict.jl index c235d51d..102893c1 100644 --- a/docs/literate/explanations/predict.jl +++ b/docs/literate/explanations/predict.jl @@ -20,7 +20,7 @@ m = fit(UnfoldModel, design, evts, dat; eventcolumn = :condition); # We simulated only a single channel, all results generalize to the multi channel case # # # Different types of predictions -# ## TimeContinuous case +# ## Time-Continuous case # Let's start with the cases, where the EEG was not epoched before using Unfold, i.e. the EEG was analysed with e.g. FIR-deconvolution # ### Continuous EEG