tfrStats.get_dpvals_whole module¶
- tfrStats.get_dpvals_whole.get_dpvals_whole(tfr_emp, tfr_null, fband)[source]¶
Get p-values from min-max null distribution
This functions pools the null distribution values and computes the p-values for each frequency and time bin.
Todo
Merge this function with get_pvals_whole.
- Parameters:
tfr (float) – empirical time frequency representation (i.e. 30, 12, 16, 113 ).
null_tfr (float) – nul time frequency representation (i.e. 30, 12, 16, 113 ).
- Returns:
statistical map of p-values for each frequency-time or space-time bin.
- Return type:
float
@author: Nicolas Gravel, 19.09.2023