distIndex: Compute distance between a row and its subsequent rows
Description
Computes distance between row i and rows i + 1, i + 2, ..., n
where n is the total number of rows
Usage
distIndex(i, mat, method, size)
Value
(numeric vector) Vector of n - i distances where n is the total
number of rows