{"id":92592,"date":"2026-06-03T01:44:13","date_gmt":"2026-06-03T01:44:13","guid":{"rendered":"https:\/\/gaeatech.com\/knowledge-center\/?p=92592"},"modified":"2026-06-01T02:09:27","modified_gmt":"2026-06-01T02:09:27","slug":"statistical-outlier-detection-geological-data","status":"publish","type":"post","link":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/","title":{"rendered":"Statistical Outlier Detection in Geological Data"},"content":{"rendered":"\n<h2 id=\"h-finding-hidden-data-quality-issues-before-they-become-costly-problems\" class=\"wp-block-heading\">Finding Hidden Data Quality Issues Before They Become Costly Problems<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Geological and geotechnical databases often contain millions of records collected over many years by multiple organizations, drilling contractors, geologists, laboratory technicians, and field personnel. While validation rules can identify obvious errors such as negative depths, overlapping intervals, or missing coordinates, many data quality issues are far more subtle.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A recovery value of 150% is clearly invalid and can be detected using a simple rule. However, what about a recovery value of 98% in highly weathered rock where nearby intervals average only 40%? Or an assay result that is technically within an acceptable range but significantly different from surrounding samples?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These situations are known as statistical outliers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Outlier detection is an advanced quality control technique that identifies unusual values that deviate significantly from expected patterns. Modern geological database systems increasingly use statistical methods, trend analysis, and artificial intelligence to detect anomalies automatically and help organizations improve data quality.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This article explores statistical outlier detection techniques in geological data, including Z-score validation, trend analysis, AI-assisted anomaly detection, managing false positives, and confidence scoring.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-what-is-an-outlier\" class=\"wp-block-heading\">What Is an Outlier?<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">An outlier is a value that differs significantly from other observations within a dataset.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Outliers may represent:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Data entry errors<\/li>\n\n\n\n<li>Measurement errors<\/li>\n\n\n\n<li>Unit conversion mistakes<\/li>\n\n\n\n<li>Laboratory issues<\/li>\n\n\n\n<li>Geological anomalies<\/li>\n\n\n\n<li>Exceptional but valid conditions<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The challenge is determining which category applies.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Recovery (%)<\/th><\/tr><tr><td>75<\/td><\/tr><tr><td>78<\/td><\/tr><tr><td>80<\/td><\/tr><tr><td>82<\/td><\/tr><tr><td>77<\/td><\/tr><tr><td>79<\/td><\/tr><tr><td>81<\/td><\/tr><tr><td>35<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The value of 35% stands out immediately.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The low value may indicate:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A logging mistake<\/li>\n\n\n\n<li>A drilling problem<\/li>\n\n\n\n<li>Faulted ground conditions<\/li>\n\n\n\n<li>Highly fractured rock<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The purpose of outlier detection is not to automatically reject unusual values but to identify records that deserve further review.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-why-outlier-detection-matters\" class=\"wp-block-heading\">Why Outlier Detection Matters<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Many geological datasets contain errors that appear reasonable when viewed individually.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A collar elevation entered as 1520 m instead of 1250 m<\/li>\n\n\n\n<li>Recovery entered as 89 instead of 98<\/li>\n\n\n\n<li>Laboratory values recorded using incorrect units<\/li>\n\n\n\n<li>Coordinates shifted by a projection error<\/li>\n\n\n\n<li>Depth intervals assigned to the wrong borehole<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These values may pass traditional validation checks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Outlier analysis helps detect these hidden issues by examining how values compare to surrounding records and historical trends.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Benefits include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Improved data quality<\/li>\n\n\n\n<li>Earlier error detection<\/li>\n\n\n\n<li>Reduced review effort<\/li>\n\n\n\n<li>Better resource modeling<\/li>\n\n\n\n<li>More reliable geotechnical interpretations<\/li>\n\n\n\n<li>Greater confidence in reporting<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-z-score-validation\" class=\"wp-block-heading\">Z-Score Validation<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">One of the most widely used statistical methods for outlier detection is the Z-score.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A Z-score measures how far a value deviates from the average relative to the dataset&#8217;s standard deviation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The basic concept is:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Values near the average have low Z-scores<\/li>\n\n\n\n<li>Unusual values have high Z-scores<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A common threshold is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">z &gt; 3<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Values with an absolute Z-score greater than 3 are often considered potential outliers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-example-recovery-data\" class=\"wp-block-heading\">Example: Recovery Data<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Consider the following recovery percentages:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Recovery<\/td><\/tr><tr><td>82<\/td><\/tr><tr><td>84<\/td><\/tr><tr><td>81<\/td><\/tr><tr><td>79<\/td><\/tr><tr><td>85<\/td><\/tr><tr><td>83<\/td><\/tr><tr><td>80<\/td><\/tr><tr><td>45<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The value of 45% differs substantially from the rest of the dataset.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A Z-score calculation would likely flag this value for review.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The system might generate:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Warning R-400: Statistical Outlier Detected<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This does not necessarily mean the value is wrong, only that it deserves investigation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-example-laboratory-results\" class=\"wp-block-heading\">Example: Laboratory Results<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Outlier detection is commonly applied to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Assays<\/li>\n\n\n\n<li>Moisture content<\/li>\n\n\n\n<li>Density measurements<\/li>\n\n\n\n<li>Atterberg limits<\/li>\n\n\n\n<li>Permeability tests<\/li>\n\n\n\n<li>UCS results<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">An unusually high laboratory value may indicate:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Sample contamination<\/li>\n\n\n\n<li>Incorrect units<\/li>\n\n\n\n<li>Transcription errors<\/li>\n\n\n\n<li>Genuine geological variation<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Review is required before conclusions are drawn.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-trend-analysis\" class=\"wp-block-heading\">Trend Analysis<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">While Z-scores evaluate individual values, trend analysis examines how measurements change over depth, distance, or time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Trend analysis is particularly valuable in geological datasets because many properties vary gradually rather than randomly.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-depth-based-trends\" class=\"wp-block-heading\">Depth-Based Trends<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Consider RQD measurements:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Depth<\/td><td>RQD<\/td><\/tr><tr><td>10 m<\/td><td>82<\/td><\/tr><tr><td>11 m<\/td><td>79<\/td><\/tr><tr><td>12 m<\/td><td>81<\/td><\/tr><tr><td>13 m<\/td><td>84<\/td><\/tr><tr><td>14 m<\/td><td>8<\/td><\/tr><tr><td>15 m<\/td><td>80<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The sudden drop at 14 m may indicate:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Logging error<\/li>\n\n\n\n<li>Core box mix-up<\/li>\n\n\n\n<li>Fault zone<\/li>\n\n\n\n<li>Major geological contact<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Trend analysis identifies the abrupt change and flags it for review.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-spatial-trends\" class=\"wp-block-heading\">Spatial Trends<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Coordinates and geological attributes often exhibit spatial continuity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Groundwater elevations<\/li>\n\n\n\n<li>Soil thickness<\/li>\n\n\n\n<li>Rock quality<\/li>\n\n\n\n<li>Geochemistry<\/li>\n\n\n\n<li>Contaminant concentrations<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A single borehole reporting values dramatically different from neighboring holes may indicate a problem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Spatial trend analysis can detect:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Coordinate errors<\/li>\n\n\n\n<li>Sample mix-ups<\/li>\n\n\n\n<li>Incorrect laboratory results<\/li>\n\n\n\n<li>Geological anomalies<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-temporal-trends\" class=\"wp-block-heading\">Temporal Trends<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Projects spanning months or years may reveal trends over time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Water level changes<\/li>\n\n\n\n<li>Instrument readings<\/li>\n\n\n\n<li>Settlement measurements<\/li>\n\n\n\n<li>Monitoring data<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Trend analysis can identify:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Instrument failures<\/li>\n\n\n\n<li>Sensor drift<\/li>\n\n\n\n<li>Data corruption<\/li>\n\n\n\n<li>Unexpected site conditions<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-ai-assisted-anomaly-detection\" class=\"wp-block-heading\">AI-Assisted Anomaly Detection<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Traditional statistical methods work well for simple datasets, but geological data often contains complex relationships.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Modern AI techniques can identify anomalies that conventional rules may miss.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-beyond-single-values\" class=\"wp-block-heading\">Beyond Single Values<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Artificial intelligence can evaluate multiple variables simultaneously.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Lithology<\/li>\n\n\n\n<li>Recovery<\/li>\n\n\n\n<li>RQD<\/li>\n\n\n\n<li>Depth<\/li>\n\n\n\n<li>Coordinates<\/li>\n\n\n\n<li>Laboratory results<\/li>\n\n\n\n<li>Drilling methods<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of examining one field at a time, AI evaluates the entire context.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-pattern-recognition\" class=\"wp-block-heading\">Pattern Recognition<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Machine learning models can learn normal project behavior.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, the system may recognize that:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Competent granite typically has high recovery<\/li>\n\n\n\n<li>Soft clay usually has low SPT values<\/li>\n\n\n\n<li>Certain lithologies correspond to expected density ranges<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">When new data differs significantly from learned patterns, the system can raise an alert.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-multi-dataset-validation\" class=\"wp-block-heading\">Multi-Dataset Validation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">AI is particularly effective when evaluating relationships between datasets.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Recovery vs RQD<\/li>\n\n\n\n<li>Lithology vs SPT values<\/li>\n\n\n\n<li>Well construction vs geology<\/li>\n\n\n\n<li>Coordinates vs project boundaries<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The system can identify inconsistencies that may not be obvious through simple rule-based validation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-false-positives\" class=\"wp-block-heading\">False Positives<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">One of the biggest challenges in outlier detection is avoiding excessive false positives.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A false positive occurs when a valid value is incorrectly identified as suspicious.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-geological-data-is-naturally-variable\" class=\"wp-block-heading\">Geological Data Is Naturally Variable<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike manufacturing processes, geological conditions are inherently irregular.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Fault zones<\/li>\n\n\n\n<li>Ore bodies<\/li>\n\n\n\n<li>Karst features<\/li>\n\n\n\n<li>Boulders<\/li>\n\n\n\n<li>Fractured rock<\/li>\n\n\n\n<li>Contaminated zones<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These conditions can produce genuine outliers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A low recovery interval within a fault zone may be entirely correct.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An unusually high assay value may represent a valuable mineralized zone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Automatically rejecting such values would be a serious mistake.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-warnings-instead-of-errors\" class=\"wp-block-heading\">Warnings Instead of Errors<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For this reason, statistical outliers are generally classified as warnings rather than errors.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Example:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Validation Type<\/td><td>Result<\/td><\/tr><tr><td>Negative depth<\/td><td>Error<\/td><\/tr><tr><td>Overlapping intervals<\/td><td>Error<\/td><\/tr><tr><td>Statistical anomaly<\/td><td>Warning<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This approach allows experts to review unusual records without unnecessarily blocking workflow progress.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-reducing-false-positives\" class=\"wp-block-heading\">Reducing False Positives<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Several techniques help improve accuracy:<\/p>\n\n\n\n<h3 id=\"h-contextual-validation\" class=\"wp-block-heading\">Contextual Validation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Compare values only within similar geological units.<\/p>\n\n\n\n<h3 id=\"h-depth-windows\" class=\"wp-block-heading\">Depth Windows<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Compare nearby intervals rather than the entire dataset.<\/p>\n\n\n\n<h3 id=\"h-project-specific-thresholds\" class=\"wp-block-heading\">Project-Specific Thresholds<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Adjust sensitivity based on site conditions.<\/p>\n\n\n\n<h3 id=\"h-multi-factor-analysis\" class=\"wp-block-heading\">Multi-Factor Analysis<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Consider multiple variables simultaneously.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These approaches significantly reduce unnecessary alerts.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-confidence-scoring\" class=\"wp-block-heading\">Confidence Scoring<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Modern validation systems increasingly use confidence scoring to prioritize issues.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Rather than simply flagging an outlier, the system estimates how likely the anomaly is to represent a genuine problem.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-what-is-confidence-scoring\" class=\"wp-block-heading\">What Is Confidence Scoring?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Confidence scores typically range from:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Score<\/td><td>Interpretation<\/td><\/tr><tr><td>0\u201325<\/td><td>Low concern<\/td><\/tr><tr><td>26\u201350<\/td><td>Moderate concern<\/td><\/tr><tr><td>51\u201375<\/td><td>High concern<\/td><\/tr><tr><td>76\u2013100<\/td><td>Very high concern<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Higher scores indicate greater probability that the record requires investigation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-example\" class=\"wp-block-heading\">Example<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Suppose a recovery value of 40% occurs:<\/p>\n\n\n\n<h3 id=\"h-scenario-1\" class=\"wp-block-heading\">Scenario 1<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Highly fractured rock<\/li>\n\n\n\n<li>Nearby intervals similar<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Confidence Score: 25<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Likely valid.<\/p>\n\n\n\n<h3 id=\"h-scenario-2\" class=\"wp-block-heading\">Scenario 2<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Competent granite<\/li>\n\n\n\n<li>Nearby intervals average 95%<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Confidence Score: 90<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Likely data quality issue.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The confidence score helps reviewers prioritize their efforts.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-workflow-integration\" class=\"wp-block-heading\">Workflow Integration<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Confidence scoring works best when integrated directly into QA\/QC dashboards.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reviewers can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Sort by confidence score<\/li>\n\n\n\n<li>Focus on highest-risk records<\/li>\n\n\n\n<li>Resolve issues more efficiently<\/li>\n\n\n\n<li>Reduce review time<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This allows large projects to concentrate resources where they are most needed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-best-practices-for-implementing-outlier-detection\" class=\"wp-block-heading\">Best Practices for Implementing Outlier Detection<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Organizations should follow several best practices when implementing statistical validation.<\/p>\n\n\n\n<h2 id=\"h-use-multiple-detection-methods\" class=\"wp-block-heading\">Use Multiple Detection Methods<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do not rely solely on Z-scores.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Combine:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Statistical analysis<\/li>\n\n\n\n<li>Trend analysis<\/li>\n\n\n\n<li>Rule-based validation<\/li>\n\n\n\n<li>AI-assisted detection<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-treat-outliers-as-review-candidates\" class=\"wp-block-heading\">Treat Outliers as Review Candidates<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Outliers should trigger investigation, not automatic rejection.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Human expertise remains essential.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-provide-clear-explanations\" class=\"wp-block-heading\">Provide Clear Explanations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Users should understand:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Why a record was flagged<\/li>\n\n\n\n<li>Which values contributed<\/li>\n\n\n\n<li>How unusual the condition is<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Transparency improves trust in the system.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 id=\"h-track-resolution-history\" class=\"wp-block-heading\">Track Resolution History<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Maintain an audit trail showing:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Detection date<\/li>\n\n\n\n<li>Confidence score<\/li>\n\n\n\n<li>Reviewer comments<\/li>\n\n\n\n<li>Resolution status<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This supports continuous improvement of validation models.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 id=\"h-conclusion\" class=\"wp-block-heading\">Conclusion<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Statistical outlier detection is becoming an increasingly important component of geological and geotechnical data quality management. While traditional validation rules remain essential for identifying obvious errors, advanced techniques such as Z-score validation, trend analysis, AI-assisted anomaly detection, and confidence scoring help uncover subtle issues that might otherwise remain hidden. When implemented correctly, these methods improve data quality, reduce review effort, support better decision-making, and increase confidence in geological interpretations. Most importantly, they enable organizations to identify potential problems early, before those issues affect resource models, engineering designs, environmental assessments, or regulatory reporting.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-35f06ea7 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.gaeatech.com\/winlog.php\" target=\"_blank\" rel=\"noreferrer noopener\">Learn more about our Borehole Data Solutions<\/a><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Finding Hidden Data Quality Issues Before They Become Costly Problems Geological and geotechnical databases often contain millions of records collected over many years by multiple organizations, drilling contractors, geologists, laboratory technicians, and field personnel. While validation rules can identify obvious errors such as negative depths, overlapping intervals, or missing coordinates, many data quality issues are [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":92593,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[792,1880],"tags":[1892,1895,1893,111,1885,535,1894,1609,1890,1891],"class_list":["post-92592","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-borehole-data-management","category-borehole-qa-qc","tag-anomaly-detection","tag-confidence-scoring","tag-data-quality-management","tag-geological-data","tag-geological-qa-qc","tag-geotechnical-database","tag-machine-learning-geology","tag-qa-qc","tag-statistical-outlier-detection","tag-z-score-validation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6.1 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Statistical Outlier Detection in Geological Data - Knowledge Center<\/title>\n<meta name=\"description\" content=\"Explore statistical outlier detection in geological data using Z-scores, AI, and confidence scoring to enhance data quality.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Statistical Outlier Detection in Geological Data\" \/>\n<meta property=\"og:description\" content=\"Explore statistical outlier detection in geological data using Z-scores, AI, and confidence scoring to enhance data quality.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.linkedin.com\/company\/2663277\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-03T01:44:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2026\/06\/statistical-outlier-detection-geological-data-hero.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"GAEA Technologies\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GAEA Technologies\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/\"},\"author\":{\"name\":\"GAEA Technologies\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#\\\/schema\\\/person\\\/940fb5fed6e95dd9d0ec1370207f5dba\"},\"headline\":\"Statistical Outlier Detection in Geological Data\",\"datePublished\":\"2026-06-03T01:44:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/\"},\"wordCount\":1371,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/statistical-outlier-detection-geological-data-hero.jpg\",\"keywords\":[\"anomaly detection\",\"confidence scoring\",\"data quality management\",\"geological data\",\"geological qa qc\",\"Geotechnical Database\",\"machine learning geology\",\"QA QC\",\"statistical outlier detection\",\"z score validation\"],\"articleSection\":[\"Borehole Data Management\",\"QA\\\/QC\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/\",\"url\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/\",\"name\":\"Statistical Outlier Detection in Geological Data - Knowledge Center\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/statistical-outlier-detection-geological-data-hero.jpg\",\"datePublished\":\"2026-06-03T01:44:13+00:00\",\"description\":\"Explore statistical outlier detection in geological data using Z-scores, AI, and confidence scoring to enhance data quality.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/statistical-outlier-detection-geological-data-hero.jpg\",\"contentUrl\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/statistical-outlier-detection-geological-data-hero.jpg\",\"width\":1536,\"height\":1024,\"caption\":\"Advanced statistical and AI-driven anomaly detection helps identify unusual geological data patterns, improve QA\\\/QC processes, and increase confidence in geological interpretations.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/statistical-outlier-detection-geological-data\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Statistical Outlier Detection in Geological Data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#website\",\"url\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/\",\"name\":\"GAEA Technologies Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#organization\",\"name\":\"GAEA Technologies\",\"url\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Gaea_3dlogo_white-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Gaea_3dlogo_white-scaled.jpg\",\"width\":2560,\"height\":1440,\"caption\":\"GAEA Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/2663277\\\/\"],\"description\":\"GAEA Technologies develops and distributes geoscience and engineering solutions worldwide. Our solutions have been used for over 30 years by companies and organizations around the world.\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/#\\\/schema\\\/person\\\/940fb5fed6e95dd9d0ec1370207f5dba\",\"name\":\"GAEA Technologies\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cdc2b26dbe02c637b6e6ae5e99ff7928c8d2c7fb325dffb8da7e8b0af95dcbd7?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cdc2b26dbe02c637b6e6ae5e99ff7928c8d2c7fb325dffb8da7e8b0af95dcbd7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cdc2b26dbe02c637b6e6ae5e99ff7928c8d2c7fb325dffb8da7e8b0af95dcbd7?s=96&d=mm&r=g\",\"caption\":\"GAEA Technologies\"},\"sameAs\":[\"https:\\\/\\\/gaeatech.com\\\/wordpress\"],\"url\":\"https:\\\/\\\/gaeatech.com\\\/knowledge-center\\\/author\\\/mfraser\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Statistical Outlier Detection in Geological Data - Knowledge Center","description":"Explore statistical outlier detection in geological data using Z-scores, AI, and confidence scoring to enhance data quality.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/","og_locale":"en_US","og_type":"article","og_title":"Statistical Outlier Detection in Geological Data","og_description":"Explore statistical outlier detection in geological data using Z-scores, AI, and confidence scoring to enhance data quality.","og_url":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/","og_site_name":"Knowledge Center","article_publisher":"https:\/\/www.linkedin.com\/company\/2663277\/","article_published_time":"2026-06-03T01:44:13+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2026\/06\/statistical-outlier-detection-geological-data-hero.jpg","type":"image\/jpeg"}],"author":"GAEA Technologies","twitter_card":"summary_large_image","twitter_misc":{"Written by":"GAEA Technologies","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/#article","isPartOf":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/"},"author":{"name":"GAEA Technologies","@id":"https:\/\/gaeatech.com\/knowledge-center\/#\/schema\/person\/940fb5fed6e95dd9d0ec1370207f5dba"},"headline":"Statistical Outlier Detection in Geological Data","datePublished":"2026-06-03T01:44:13+00:00","mainEntityOfPage":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/"},"wordCount":1371,"commentCount":0,"publisher":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/#organization"},"image":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/#primaryimage"},"thumbnailUrl":"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2026\/06\/statistical-outlier-detection-geological-data-hero.jpg","keywords":["anomaly detection","confidence scoring","data quality management","geological data","geological qa qc","Geotechnical Database","machine learning geology","QA QC","statistical outlier detection","z score validation"],"articleSection":["Borehole Data Management","QA\/QC"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/","url":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/","name":"Statistical Outlier Detection in Geological Data - Knowledge Center","isPartOf":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/#primaryimage"},"image":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/#primaryimage"},"thumbnailUrl":"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2026\/06\/statistical-outlier-detection-geological-data-hero.jpg","datePublished":"2026-06-03T01:44:13+00:00","description":"Explore statistical outlier detection in geological data using Z-scores, AI, and confidence scoring to enhance data quality.","breadcrumb":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/#primaryimage","url":"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2026\/06\/statistical-outlier-detection-geological-data-hero.jpg","contentUrl":"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2026\/06\/statistical-outlier-detection-geological-data-hero.jpg","width":1536,"height":1024,"caption":"Advanced statistical and AI-driven anomaly detection helps identify unusual geological data patterns, improve QA\/QC processes, and increase confidence in geological interpretations."},{"@type":"BreadcrumbList","@id":"https:\/\/gaeatech.com\/knowledge-center\/statistical-outlier-detection-geological-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gaeatech.com\/knowledge-center\/"},{"@type":"ListItem","position":2,"name":"Statistical Outlier Detection in Geological Data"}]},{"@type":"WebSite","@id":"https:\/\/gaeatech.com\/knowledge-center\/#website","url":"https:\/\/gaeatech.com\/knowledge-center\/","name":"GAEA Technologies Blog","description":"","publisher":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gaeatech.com\/knowledge-center\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gaeatech.com\/knowledge-center\/#organization","name":"GAEA Technologies","url":"https:\/\/gaeatech.com\/knowledge-center\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gaeatech.com\/knowledge-center\/#\/schema\/logo\/image\/","url":"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2025\/12\/Gaea_3dlogo_white-scaled.jpg","contentUrl":"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2025\/12\/Gaea_3dlogo_white-scaled.jpg","width":2560,"height":1440,"caption":"GAEA Technologies"},"image":{"@id":"https:\/\/gaeatech.com\/knowledge-center\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/2663277\/"],"description":"GAEA Technologies develops and distributes geoscience and engineering solutions worldwide. Our solutions have been used for over 30 years by companies and organizations around the world."},{"@type":"Person","@id":"https:\/\/gaeatech.com\/knowledge-center\/#\/schema\/person\/940fb5fed6e95dd9d0ec1370207f5dba","name":"GAEA Technologies","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/cdc2b26dbe02c637b6e6ae5e99ff7928c8d2c7fb325dffb8da7e8b0af95dcbd7?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cdc2b26dbe02c637b6e6ae5e99ff7928c8d2c7fb325dffb8da7e8b0af95dcbd7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cdc2b26dbe02c637b6e6ae5e99ff7928c8d2c7fb325dffb8da7e8b0af95dcbd7?s=96&d=mm&r=g","caption":"GAEA Technologies"},"sameAs":["https:\/\/gaeatech.com\/wordpress"],"url":"https:\/\/gaeatech.com\/knowledge-center\/author\/mfraser\/"}]}},"jetpack_featured_media_url":"https:\/\/gaeatech.com\/knowledge-center\/wp-content\/uploads\/2026\/06\/statistical-outlier-detection-geological-data-hero.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/posts\/92592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/comments?post=92592"}],"version-history":[{"count":2,"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/posts\/92592\/revisions"}],"predecessor-version":[{"id":92596,"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/posts\/92592\/revisions\/92596"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/media\/92593"}],"wp:attachment":[{"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/media?parent=92592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/categories?post=92592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gaeatech.com\/knowledge-center\/wp-json\/wp\/v2\/tags?post=92592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}