Find the minimum distance (delta) such that all points are within delta of at least one other point
get_delta(data = NULL, dist_mat = NULL)
data | continuous data frame of individual points (in each row) |
---|---|
dist_mat | distance matrix, calculated otherwise via euclidean distance |
distance matrix between points
the minimum distance (delta)
This function is shared with TCpredictionbands on github: TCpredictionbands.