Fcorr
Fcorr is a statistical measure used to quantify the strength of association between two variables or data sequences. Unlike traditional correlation coefficients that assess only linear relationships, Fcorr is designed to capture both linear and certain non-linear dependencies by operating in a transformed feature space. The method projects the data into a higher-dimensional representation through a feature map or kernel, computes a correlation-like statistic between the transformed variables, and then normalizes the result to lie on a fixed scale, typically between -1 and 1.
Because the measure relies on the chosen feature map, different implementations of Fcorr can emphasize different
Fcorr has been used in various domains, including time-series analysis, neuroscience for assessing functional connectivity, genomics
Limitations include sensitivity to the choice of feature map and the need for adequate sample size to
See also: Pearson correlation, Spearman correlation, mutual information, coherence, kernel methods.