mvpa2.algorithms.group_clusterthrΒΆ
Cluster thresholding algorithm for a group-level searchlight analysis
Functions
get_cluster_pvals(sizes, null_sizes) |
Get p-value per each cluster size given cluster sizes for null-distribution |
get_cluster_sizes(ds[, cluster_counter]) |
Compute cluster sizes from all samples in a boolean dataset. |
get_thresholding_map(data[, p]) |
Return array of thresholds corresponding to a probability of such value in the input |
repeat_cluster_vals(cluster_counts[, vals]) |
Repeat vals for each count of a cluster size as given in cluster_counts |
Classes
GroupClusterThreshold(**kwargs) |
Statistical evaluation of group-level average accuracy maps |

