View source: R/modi-internal.R
EA.dist | R Documentation |
Calculation of distances for EPIDEMIC Algorithm for multivariate outlier detection and imputation
EA.dist(
data,
n,
p,
weights,
reach,
transmission.function,
power,
distance.type,
maxl
)
data |
a data frame or matrix with data. |
n |
number of rows. |
p |
number of columns. |
weights |
a vector of positive sampling weights. |
reach |
if |
transmission.function |
form of the transmission function
of distance d: |
power |
sets |
distance.type |
distance type in function |
maxl |
maximum number of steps without infection. |
Beat Hulliger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.