searchK#

swordfish.function.searchK()#

Return the k-th smallest item ignoring null values.

Parameters:
  • X (Constant) – A vector.

  • k (Constant) – An integer indicating the k-th smallest item.