This repository contains statistical analyses and visualizations based on physiological and subjective fatigue data collected from UH-60 Black Hawk helicopter pilots and copilots during real missions.
- Platform: UH-60 Black Hawk helicopter
- Subjects: Pilots and copilots
- Phases analyzed: Pre-flight, In-flight, Post-flight
- Metrics:
- Oxygen saturation (SpO₂)
- Heart rate (BPM)
- Samn-Perelli Fatigue Score
- Paired t-tests across flight phases
- Independent t-tests between roles
- Shapiro-Wilk normality test
- Effect size: Cohen’s d
- Visualizations (boxplots, violin plots, line plots)
uh60_analysis.py: Main analysis scriptsample_data.xlsx: Anonymized example dataset for demonstration purposes only
The included dataset is synthetic and anonymized. You may replace it with your own real data matching the same structure.
- Open Google Colab
- Upload
uh60_analysis.pyandsample_data.xlsx - Run the code to perform statistical analysis and generate figures
MIT License