cogpy.preprocess.badchannel.feature_normalization

Functions

normalize_windowed_features(ds, *[, dim, ...])

Normalize each feature variable across the window axis.

smooth_windowed_features(ds, *, window_s[, ...])

Smooth feature variables along the window axis using a duration in seconds.

summarize_windowed_features(ds, *[, dim, stats])

Collapse the window axis to summary statistics per electrode/channel.