Blog

Data analytics, statistics, and more

How to Calculate Summary Statistics for Left-Censored Data

Left-censored environmental data are problematic because censored (nondetect) values are known only to range between zero and the detection or reporting limit. Fortunately, methods are available for analyzing data containing a mixture of detects and nondetects that make few or no assumptions about the data, or that substitute arbitrary values for the nondetects.

March 28, 2022

Outlier Identification Using Mahalanobis Distance

The Mahalanobis distance is a statistical technique that can be used to measure how distant a point is from the centroid of the data. Mahalanobis distances can be converted into probabilities using a chi-squared distribution. By specifying a significance level, this process is commonly used as an outlier detection method.

March 27, 2022

Groundwater Statistics Using trendMK

This is a brief tutorial on using R and the trendMK package for the statistical analysis of groundwater monitoring data. The trendMK package is designed to analyze censored data sets containing many sampling locations and monitoring constituents.

March 13, 2022

Optimizing a Long-Term Groundwater Monitoring Network Using Geostatistical Methods - Part 1

Costs for groundwater monitoring represent a significant, persistent, and growing burden for environmental remediation projects. This post examines spatial optimization of a groundwater monitoring well network using a geostatistic approach to identify new well locations or redundant locations such that the operational value of the monitoring network is maximized.

January 18, 2022

Exploring Global Surface Temperature Change

Conduct an evaluation of surface temperature change using temperature measurements that have been collected at Kremsmünster Abbey in Austria, which is considered to be one of the highest quality, longest running, instrumental temperature records in the world.

April 19, 2021

Landscape Pattern Analysis

Landscapes contain complex spatial patterns in the distribution of resources that vary over time. This post examines the spatial analysis of landscapes using base R functions complemented by contributed packages for spatial pattern analysis and for quantifying landscape characteristics.

April 5, 2021