CorrelationCoefficient¶
Compute the Pearson correlation coefficient (PCC) between elements along a given axis, and average over another axis.
Optionally return p-values for each correlation. More Info... Version 1.1.0
Ports/Properties¶
data¶
Data to process.
avg_axis¶
Axis over which to compute correlation. After correlation, this axis will be removed from the data unless 'keep correlation axis' is checked..
cov_axis¶
Axis containing the independent variables between which correlation will be calculated. This axis will be duplicated in the data.
keep_avg_axis¶
Keep the axis over which correlation is computed. If enabled, the axis will be retained as a 1-element axis. This axis will be of the same type as the original axis if it was a time or frequency axis, and a generic axis otherwise.
return_pvalues¶
Return p-values for the correlation coefficients. If enabled, the output will contain a new statistic axis with 2 elements, the Pearson R values and corresponding p-values.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.