brainstat.context.histology.compute_mpc

brainstat.context.histology.compute_mpc(profile, labels)[source]

Computes MPC for given labels on a surface template.

Parameters
  • profile (numpy.ndarray) – Histological profiles of size surface-by-vertex.

  • labels (numpy.ndarray) – Labels of regions of interest. Use 0 to denote regions that will not be included.

Returns

numpy.ndarray – Microstructural profile covariance.