skbio.stats.ordination.f_matrix#

skbio.stats.ordination.f_matrix(E_matrix)[source]#

Compute F matrix from E matrix.

Centring step: for each element, the mean of the corresponding row and column are substracted, and the mean of the whole matrix is added. Eq. 9.21 in Legendre & Legendre 1998.