Instructions:
- please download this file
containing a dataset and the code used in this paper
(thanks to Dante Chialvo for the permission to use this data/code in this
assignment)
- unzip and compile the code as instructed in reader.f
- run the program as instructed, and it will produce the full correlation
matrix for all voxel pairs in the brain (see the paper)
- form networks from this correlation matrix: let voxels v1
and v2 be connected if the correlation coefficient
between them exceeds threshold rc, r(v1,v2)
> rc > 0
- find an approximate percolation transition value of rc,
i.e., its value r'c corresponding to the onset of the
giant connected component in the resulting networks
- compute basic network properties (see below) for the network with this
r'c
Completed assignment:
is a zipped file which includes:
- the estimated percolation transition value of the correlation coefficient
threshold r'c
- a short description of how this value was estimated
- the size, average degree, and average clustering in the network with this
r'c
- the raw data for the degree distribution P(k), average degree
of neighbors of nodes of degree k (ANND), and average clustering of
nodes of degree k in this network
- the properly logbinned plots of the last three statistics
Assignment questions:
can be directed to
jobs+net.qs@caida.org