From 3129cddd63b8b39a0ef035d35f5079db7577daf4 Mon Sep 17 00:00:00 2001 From: Daniel Cummins Date: Tue, 7 Jan 2025 09:25:54 +0000 Subject: [PATCH] Corrected mean patient data along dim 1 --- episodes/03-plotting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/episodes/03-plotting.md b/episodes/03-plotting.md index 4b7f20b2..7620a2af 100644 --- a/episodes/03-plotting.md +++ b/episodes/03-plotting.md @@ -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,