tedana.selection._utils.getelbow_aggr

getelbow_aggr(ks, val=False)[source]

Elbow using curvature - aggressive

Parameters:
  • ks (array_like) –
  • val (bool, optional) – Default is False
Returns:

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

Return type:

int or float