tedana.metrics.dependence.compute_kappa_rho_difference
- compute_kappa_rho_difference(*, kappa: ndarray, rho: ndarray) ndarray[source]
Compute the proportion of pseudo-F-statistics that is dominated by either kappa or rho.
- Parameters:
kappa ((C) array_like) – Kappa values.
rho ((C) array_like) – Rho values.
- Returns:
kappa_rho_difference ((C) array_like) – Proportion of pseudo-F-statistics that is dominated by either kappa or rho. Higher values indicate that either kappa or rho is dominating the component. Lower values indicate that both kappa and rho are contributing to the component.