CorrelationFromCovariance¶
Convert a covariance matrix into a matrix of correlations.
Optionally apply significant thresholding to the values. Optionally can apply multiple comparison correction (Benjamani-Hochberg) for FDR, though this is not recommended for streaming data for performance reasons. More Info... Version 1.1.0
Ports/Properties¶
data¶
Data to process.
cov_axis¶
Axis between whose elements the correlation coefficient is calculated. This axis appears duplicated in the data.
num_dof¶
Number of degrees of freedom. This is only needed if T-scores should be computed.
fix_roundoff_errors¶
Fix round-off errors. If enabled, some additional steps are performed that fix correlations that should be 1/-1 but are not. This can be disabled to increase performance.
sig_test¶
Perform significance test. If given, the data will be tested for statistical significance, and correlations below the threshold will be set to 0.
fdr_corr¶
Perform FDR correction on the significance test, using the standard Benjamini/Hochberg correction method. Not recommended with online data for performance reasons.
alpha¶
Significance threshold. If given, a significance test will be performed.
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.