tedana.selection._utils.getelbow_aggr

getelbow_aggr(arr, return_val=False)[source]

Elbow using curvature - aggressive

Parameters:
  • arr ((C,) array_like) – Metric (e.g., Kappa or Rho) values.
  • return_val (bool, optional) – Return the value of the elbow instead of the index. Default: False
Returns:

Either the elbow index (if return_val is True) or the values at the elbow index (if return_val is False)

Return type:

int or float