correlate_health_performance
Analyze how health metrics like sleep, HRV, and readiness correlate with golf round performance to reveal if recovery or weather conditions affect your scores.
Instructions
Does recovery (or weather) affect your golf? Joins each round to its health/conditions data and computes a Pearson correlation. Daily metrics (sleep_score, hrv, readiness...) come from the night/day around the round; round-window metrics (bb_at_tee, avg_hr_during_round, avg_stress_during_ round, temp_c, wind_speed_mph) are measured DURING the round itself. Returns the paired table, r, and an honest interpretation — small samples are flagged loudly. Remember lower is better for score/putts: a NEGATIVE r between sleep_score and score_to_par means better sleep, better golf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| health_metric | No | sleep_score | |
| last_n_rounds | No | ||
| performance_metric | No | score_to_par |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||