Multi-channel statistic#
Apply a function to multiple channels in subsets of a data set, and add it as a statistic to the experiment.
First, the module groups the data by the unique values of the variables in By, then applies Function to the Channels in each group. Multiple channels and functions can be specified
- Name
The operation name. Becomes the new statistic’s name.
- Channels
For each channel, you must specify:
The channel to summarize
The function to apply to it
The name of the resulting feature
- Subset
Only apply the function to a subset of the data. Useful if the function is very slow.