nws_tools.get_meannw(nws, percval=0.0)[source]¶Helper function to compute group-averaged networks
| Parameters: | nws : NumPy 3darray
percval : float
|
|---|---|
| Returns: | mean_wghted : NumPy 2darray
percval : float
|
See also
Notes
If the current setting of percval leads to a disconnected network, the code increases percval in 5% steps to ensure connectedness of the group-averaged graph. The concept of using only a certain percentage of edges present in subjects was taken from [R8].
References
| [R8] | (1, 2) M. van den Heuvel, O. Sporns. Rich-Club Organization of the Human Connectome. J. Neurosci, 31(44) 15775-15786, 2011. |