conpy.
group_connectivity_ttest
(cond1, cond2, df=None, tail=None)¶Paired t-test comparing connectivity between two conditions.
For each subject, the connectivity object corresponding to the first experimental condition.
For each subject, the connectivity object corresponding to the second experimental condition.
Degrees of freedom. If None
, defaults to n_subjects - 1
.
Which tailed t-test to use. If None
, two-tailed t-test is
performed.
t-values for all connections.
p-values for all connections.