naflow.stats package
Submodules
naflow.stats.proc_separability module
- naflow.stats.proc_separability.r_value(x1, x2)[source]
returns r value. x1 - x2
- Parameters:
x1 (array-like, shape of (n_epochs, n_ch, n_samples)) – epoch data of class 1, should be target
x2 (array-like, shape of (n_epochs, n_ch, n_samples)) – epoch data of class 2, should be non-target
- naflow.stats.proc_separability.signed_r2(x1, x2)[source]
returns signed square r value. x1 - x2
- Parameters:
x1 (array-like, shape of (n_epochs, n_ch, n_samples)) – epoch data of class 1, should be target
x2 (array-like, shape of (n_epochs, n_ch, n_samples)) – epoch data of class 2, should be non-target