grapa.scripts.script_correlations.crosscorrelations_stats
- grapa.scripts.script_correlations.crosscorrelations_stats(pvals, pattern_idx, label_idx, also_transpose=True)
Computes cross-correlation statistics for given parameter indices.
- Parameters:
pvals – 2D array of parameter values.
pattern_idx – List of indices for parameters to analyze.
label_idx – Index of the label parameter.
also_transpose – Whether to include transposed pairs in the output.
- Returns:
Dictionary of statistics for parameter pairs.