From f37fbd7d5a22fbb335388cec60f32071eb9e0589 Mon Sep 17 00:00:00 2001 From: Benedikt Ehinger Date: Thu, 26 Sep 2024 16:04:38 +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 ef12efe0..c235d51d 100644 --- a/docs/literate/explanations/predict.jl +++ b/docs/literate/explanations/predict.jl @@ -21,7 +21,7 @@ m = fit(UnfoldModel, design, evts, dat; eventcolumn = :condition); # # # Different types of predictions # ## TimeContinuous case -# We start with the cases, where the EEG was not epoched before Unfold, thus analysed with e.g. FIR-deconvolution +# 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 # This returns $EEG = Xβ$ - the continuous modelled EEG