EA.dist {modi} | R Documentation |
Utility function for EAdet and EAimp
Description
Calculation of distances for EPIDEMIC Algorithm for multivariate outlier detection and imputation
Usage
EA.dist(
data,
n,
p,
weights,
reach,
transmission.function,
power,
distance.type,
maxl
)
Arguments
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. |
Author(s)
Beat Hulliger
[Package modi version 0.1.2 Index]