Distance ratio test statistics for distance based clustering
Calculates the ratio between the prop
smallest and largest
distances of a distance matrix.
distratio(distmat, prop = 0.25)
distmat |
symmetric distance matrix. |
prop |
numerical. Proportion between 0 and 1. |
Rounding is by floor
for small and ceiling
for large
distances.
A list with components
dr |
ratio of |
lowmean |
mean of |
himean |
mean of |
prop |
see above. |
Hennig, C. and Hausdorf, B. (2004) Distance-based parametric bootstrap tests for clustering of species ranges. Computational Statistics and Data Analysis 45, 875-896.
options(digits=4) data(kykladspecreg) j <- jaccard(t(kykladspecreg)) distratio(j)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.