View source: R/detectSpatialOutliers.R
detectSpatialOutliers | R Documentation |
This does outlier detection on points using Multivariate Gaussian Distribution anomaly detection. Returns anomalies, which are a named set of integers where the names are the original rowname of the point and the integers are the rowname of the dataframe, if they are not the same.
detectSpatialOutliers(localities, fulldataset = localities, epsilon = 1e-04)
localities |
A list of localities to check for anomalies |
fulldataset |
The full dataset this is taken from |
epsilon |
An value with which to flag anomalies with probability less than epsilon |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.