Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions brainiak/isc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1067,8 +1067,8 @@ def permutation_isc(iscs, group_assignment=None, pairwise=False, # noqa: C901
leave-one-out approach, ISC values for two groups should be stacked
along first dimension (vertically) and a group_assignment list (or 1d
array) of same length as the number of subjects should be provided to
indicate groups. In the pairwise approach, pairwise ISCs should be
computed the across both groups at once; i.e. the pairwise ISC matrix
indicate groups. In the pairwise approach, pairwise ISCs should have
been computed across both groups at once; i.e. the pairwise ISC matrix
should be shaped N x N where N is the total number of subjects across
both groups, and should contain between-group ISC pairs. Pairwise ISC
input should correspond to the vectorized upper triangle of the square
Expand Down