From 51b06c51888eb619d567379cca70451531232a49 Mon Sep 17 00:00:00 2001 From: Galen Reich <54807169+GalenReich@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:08:14 +0100 Subject: [PATCH] Add link to C3_Blast --- docs/C3_Blast.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/C3_Blast.html b/docs/C3_Blast.html index 3042559..d0f3136 100644 --- a/docs/C3_Blast.html +++ b/docs/C3_Blast.html @@ -356,7 +356,7 @@ gtag('config', 'G-RK9ZLZQ6GL', { 'anonymize_ip': true});
This procedure gives us a number called a t-value, which is a measure of how many standard deviations the difference between the two means is. We’re not going to get into the details here, but a rule of thumb is that if the t-value is greater than 2, then the difference between the two means is significant. If the t-value is less than 2, then the difference is not significant. We’re going to calculate the t-value for each pixel in the image to determine whether that pixel has changed significantly following the event in question. You don’t need to know the details of the t-test to understand the results (but hopefully you’ve got an intuition for what it’s doing). If you’re interested in learning more about statistical tests of this sort, I teach a course on Data Science at the University College London, and have made all of the lectures and courseware open-source. The T-test lecture is here.
+This procedure gives us a number called a t-value, which is a measure of how many standard deviations the difference between the two means is. We’re not going to get into the details here, but a rule of thumb is that if the t-value is greater than 2, then the difference between the two means is significant. If the t-value is less than 2, then the difference is not significant. We’re going to calculate the t-value for each pixel in the image to determine whether that pixel has changed significantly following the event in question. You don’t need to know the details of the t-test to understand the results (but hopefully you’ve got an intuition for what it’s doing). If you’re interested in learning more about statistical tests of this sort, I teach a course on Data Science at the University College London, and have made all of the lectures and courseware open-source. The T-test lecture is here.