You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3-dimensional Array of voltages of Event-related potentials. Dimensions: time of recording, trials, channels.
67
-
- detector::Function`\\
67
+
- `detector::Function`\\
68
68
Function used for pattern detection.\\
69
69
For example, `Images.entropy` from `Images.jl`.
70
-
- filter::Function`\\
70
+
- `filter::Function`\\
71
71
Function used for smearing.\\- `kwargs...`\\
72
72
Additional styling behavior. \\
73
73
74
74
## Keyword arguments (kwargs)
75
75
- `n_permutations::Number = 10` \\
76
76
Number fo permutations. Useful for mode "permuted_means" where it defines number of random permutations before averaging.
77
-
- mode::String = "basic"` \\
77
+
- `mode::String = "basic"` \\
78
78
With the "permuted_means" mode, results are given as the absolute value between the detector result over the given data set and the randomly permuted data set.
0 commit comments