Math

sekupy.utils.math.dot_correlation(X, Z)[source]
sekupy.utils.math.partial_correlation(X, Z)[source]

Returns the partial correlation coefficients between elements of X controlling for the elements in Z.

sekupy.utils.math.seed_correlation(targets, seed)[source]

[summary]

Parameters:
  • targets ([type]) – [description]

  • seed ([type]) – [description]

Returns:

[description]

Return type:

[type]

sekupy.utils.math.similiarity(seed, target, measure, **kwargs)[source]
sekupy.utils.math.z_fisher(r)[source]