Function to calculate the anomaly threshold using two statistical methods: 1. mean + 2*std 2. Quantile 90
anomaly_statistical_methods(gdata, method = c("mean", "quantile"))
gdata | A geochemical dataset object |
---|---|
method | A character string with the method to define the threshold |
This function returns a list with the following entries
Other anomaly functions: anomaly_concentration_area_method
,
anomaly_graphical_method