Skip to main content
atoti.array.n_lowest_indices(
    measure: VariableMeasureConvertible,
    /,
    n: PositiveInt | VariableMeasureConvertible,
) → MeasureDefinition
Return an array measure containing the indices of the n lowest elements of the passed array measure. The indices in the returned array are sorted, so the first index corresponds to the lowest value and the last index to to the n-th lowest value.

Parameters

measure

VariableMeasureConvertible

n

PositiveInt | VariableMeasureConvertible