Description Usage Arguments Value Author(s) Examples
Outliers are defined as elements with edge length to the centermost element > cutoff. The distance threshold (cutoff) can be either specified, or calculated as a quantile of all pairwise distances in the matrix.
1 | findOutliers(mat, quant, cutoff)
|
mat |
square matrix of distances |
quant |
given all pairwise distances x, calculate distance threshold as quantile(x, quant). Values closer to 0 are more stringent. |
cutoff |
an absolute cutoff overriding quant |
Returns a boolean vector corresponding to margin of mat; outliers have a value of TRUE.
Noah Hoffman
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.