Skip to main content
The anomaly detection system continuously analyzes operational and safety data to identify unusual patterns that may indicate emerging safety concerns. This reference documents the detection methods, alert types, threshold configuration, and data sources used by the system.

Detection Methods

The system uses multiple detection approaches to identify different types of anomalies.
MethodDescriptionBest for
Statistical deviationFlags data points that deviate beyond a configurable number of standard deviations from baseline.Numeric metrics with stable baselines.
Trend analysisDetects gradual shifts in a metric’s moving average that indicate a sustained directional change.Slowly degrading conditions.
Rate changeIdentifies sudden spikes or drops in event frequency compared to the rolling average.Report volume, incident rates.
Pattern matchingCompares current patterns against known precursor signatures from historical data.Recurrence of previously identified risks.
Cluster analysisGroups related events to detect emerging patterns that individual events would not reveal.Multi-factor hazards.

Alert Types

Alert TypeAPI ValueTriggerDefault Action
SPI Exceedancespi_exceedanceA Safety Performance Indicator crosses a defined threshold level.Notify safety manager.
Rate Anomalyrate_anomalyEvent frequency exceeds the expected range for the time period.Review in triage.
Trend Alerttrend_alertA metric’s moving average shows a statistically significant shift.Review in analytics.
Pattern Matchpattern_matchCurrent data matches a known precursor pattern from historical data.Investigate immediately.
Cluster Detectioncluster_detectionA group of related events exceeds the expected clustering threshold.Safety committee review.

Alert Severity Levels

SeverityColorCriteriaExpected Response
InfoBlueObservation only. No threshold breach, but notable pattern.Acknowledge and monitor.
WatchYellowEarly warning. Metric approaching a threshold.Review within 5 business days.
WarningOrangeThreshold breached. Requires attention.Review within 48 hours.
CriticalRedSignificant breach or rapid deterioration. Potential safety concern.Review same day. Escalate if needed.

Data Sources

The anomaly detection engine ingests data from the following sources:
SourceData TypeUpdate Frequency
Safety reportsReport volume, classification distribution, severity.Real-time on submission.
ASAP reportsEvent types, acceptance rates, corrective actions.Real-time on submission.
Flight data (FOQA)Exceedance events, parameter deviations.Per-flight upload.
Maintenance recordsDiscrepancy rates, component failure patterns.On record creation.
Crew schedulingDuty time patterns, fatigue risk scores.On schedule change.
Training recordsCompletion rates, assessment scores, overdue training.On record update.
Investigation findingsRoot cause categories, contributing factor patterns.On investigation close.

Threshold Configuration

Each alert type supports configurable thresholds that control sensitivity.

Statistical Deviation Thresholds

ParameterDefaultDescription
Standard deviations2.0Number of standard deviations from baseline for alert.
Minimum data points30Minimum observations before detection is active.
Baseline window90 daysHistorical period used to calculate baseline statistics.
Evaluation frequencyDailyHow often the system re-evaluates the data.

Rate Change Thresholds

ParameterDefaultDescription
Rate increase trigger50%Percentage increase in event rate vs. rolling average.
Rolling average window30 daysPeriod used to compute the baseline event rate.
Minimum events5Minimum events in the window before rate alerting.

Trend Analysis Thresholds

ParameterDefaultDescription
Trend significancep < 0.05Statistical significance threshold for trend detection.
Minimum trend duration14 daysMinimum period showing consistent directional change.
Moving average window30 daysWindow for computing the moving average.
Threshold defaults are designed for a mid-size Part 135 operation. Larger operations with more data should consider tighter thresholds (lower standard deviations, shorter windows) for faster detection. Smaller operations may need looser thresholds to reduce false positives.

Anomaly Lifecycle

StatusDescription
DetectedSystem flagged the anomaly. Awaiting human review.
ReviewedA safety professional has opened and assessed the anomaly.
AcknowledgedAssessed as benign variation or already addressed. No further action.
EscalatedAssessed as a genuine concern. Linked to a safety report or investigation.
DismissedDetermined to be a false positive or data artifact. Reason documented.

Monitor Anomaly Detection

Review and act on detected anomalies.

Configure Safety Alerts

Set up alert thresholds and notification rules.

SPI Definitions

Safety Performance Indicators that feed anomaly detection.

Use FOQA

Flight data monitoring that provides anomaly detection input.
Last modified on April 11, 2026