Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : f074f79
Branch  : main
Author  : Dan Cummins <[email protected]>
Time    : 2025-01-08 10:44:12 +0000
Message : Merge pull request #265 from dc2917/fix_mean_patient_data

Correct mean patient data along dim 1 output
  • Loading branch information
actions-user committed Jan 8, 2025
1 parent 9ea6c63 commit 9e28aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"index.md" "8f1498ab2efb0d63a9b7a95bf33510dd" "site/built/index.md" "2023-04-26"
"episodes/01-intro.md" "1d2ac5ffc776e9e9eaf062e8dbf015fa" "site/built/01-intro.md" "2023-04-26"
"episodes/02-arrays.md" "358c92e1971b0415b511b49db391b72f" "site/built/02-arrays.md" "2025-01-08"
"episodes/03-plotting.md" "19546dbd8aa19d7ba37177b0cbe05430" "site/built/03-plotting.md" "2025-01-08"
"episodes/03-plotting.md" "bb3c07588d63419d3f640b0bc6f71abd" "site/built/03-plotting.md" "2025-01-08"
"episodes/04-scripts.md" "aa8e01310829456ef15a2e100c181f68" "site/built/04-scripts.md" "2025-01-08"
"episodes/05-loops.md" "1b07298cd425a9f14a44c34a4881d3ab" "site/built/05-loops.md" "2025-01-08"
"episodes/06-cond.md" "b6dcd573cfdac601fbc798d31e2395c6" "site/built/06-cond.md" "2025-01-08"
Expand Down

0 comments on commit 9e28aac

Please sign in to comment.