brainconn.motifs.motif3funct_wei

motif3funct_wei(W)[source]

Functional motifs are subsets of connection patterns embedded within anatomical motifs. Motif frequency is the frequency of occurrence of motifs around a node. Motif intensity and coherence are weighted generalizations of motif frequency.

Parameters:W (NxN numpy.ndarray) – weighted directed connection matrix (all weights between 0 and 1)
Returns:

Notes

Average intensity and coherence are given by I./F and Q./F.