This repository contains the analysis code and dataset for a study examining helicopter pilot fatigue across different flight types.
The analysis investigates:
- Changes in fatigue levels before and after flight,
- Differences between instructional and operational missions,
- Relationships between objective (PVT) and subjective (KSS, SP) fatigue measures,
- The effect of instructional workload on fatigue.
24 flight records from 12 helicopter pilots
Fatigue measured via:
- PVT (Psychomotor Vigilance Test),
- KSS (Karolinska Sleepiness Scale),
- SP (Samn–Perelli Fatigue Scale).
- analysis.ipynb: Python notebook with all statistical tests and models (Designed to be run in Google Colab),
- sample_dataset.xlsx: A sample data can be used in the study.
Open analysis.ipynb in Google Colab or Jupyter, Upload your dataset.xlsx when prompted, Run the cells to reproduce all statistical outputs.