detectSpatialOutliers: Outlier Detection

View source: R/detectSpatialOutliers.R

detectSpatialOutliersR Documentation

Outlier Detection

Description

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.

Usage

detectSpatialOutliers(localities, fulldataset = localities, epsilon = 1e-04)

Arguments

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


kaiyaprovost/subsppLabelR documentation built on Feb. 28, 2025, 8 p.m.