Skip to content

Commit

Permalink
Merge pull request #265 from dc2917/fix_mean_patient_data
Browse files Browse the repository at this point in the history
Correct mean patient data along dim 1 output
  • Loading branch information
dc2917 authored Jan 8, 2025
2 parents a50187d + 3129cdd commit f074f79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions episodes/03-plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ In other words, we're asking for the average inflammation per day for all patien
```output
ans =
Columns 1 through 10
0 0.5833 0.9833 1.6667 2.5333 3.0667 3.4667 3.9000 5.2333 5.1833
0 0.4500 1.1167 1.7500 2.4333 3.1500 3.8000 3.8833 5.2333 5.5167
Columns 11 through 20
6.2167 6.4000 7.2167 8.0500 8.8667 9.6333 10.1833 10.1500 10.4167 9.8667
5.9500 5.9000 8.3500 7.7333 8.3667 9.5000 9.5833 10.6333 11.5667 12.3500
Columns 21 through 30
12.2000 12.1000 11.1833 11.0333 10.0000 8.5167 8.3833 8.5167 8.1167 6.2500
13.2500 11.9667 11.0333 10.1667 10.0000 8.6667 9.1500 7.2500 7.3333 6.5833
Columns 31 through 40
5.7667 5.6000 5.1333 3.9000 3.7000 2.7833 2.5500 1.2833 0.9667 0.6000
6.0667 5.9500 5.1167 3.6000 3.3000 3.5667 2.4833 1.5000 1.1333 0.5667
```

If we average across axis 2, we're asking for one summary value per row,
Expand Down

0 comments on commit f074f79

Please sign in to comment.