| filter_eccen | R Documentation | 
filter_eccen computes the Eccentricity filter.
filter_eccen(dist, p, ...)
| dist | The distance matrix. | 
| p | A numeric scalar denoting the exponent. | 
| ... | Further arguments. | 
Eccentricity filter function is defined as f(x_i;p) = (\frac{1}{n}∑_{j=1}^n d^p(x_i,x_j))^{1/p}.
A matrix object of filter values.
tp_data = chicken_generator(1) tp_dist = dist(tp_data[,-1]) filter_eccen(dist = tp_dist, p = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.