From 98255d0d15111020588ed788dae9714cc4f81d8a Mon Sep 17 00:00:00 2001 From: am2-liyanaarac <akash2.liyanaarachchi@live.uwe.ac.uk> Date: Tue, 9 May 2023 11:30:18 +0100 Subject: [PATCH] Mann-Whitney U test added --- UFCFVQ-15-M_Python_Programming_Template.ipynb | 12 ++++++------ ...ython_Programming_With_Libraries_Template.ipynb | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/UFCFVQ-15-M_Python_Programming_Template.ipynb b/UFCFVQ-15-M_Python_Programming_Template.ipynb index 092515a..a4cbf4b 100644 --- a/UFCFVQ-15-M_Python_Programming_Template.ipynb +++ b/UFCFVQ-15-M_Python_Programming_Template.ipynb @@ -51,7 +51,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 13, "metadata": { "deletable": false }, @@ -115,7 +115,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 14, "metadata": { "deletable": false }, @@ -201,7 +201,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 15, "metadata": { "deletable": false }, @@ -280,7 +280,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 16, "outputs": [ { "name": "stdout", @@ -396,7 +396,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 17, "metadata": { "deletable": false }, @@ -477,7 +477,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 18, "metadata": { "deletable": false }, diff --git a/UFCFVQ-15-M_Python_Programming_With_Libraries_Template.ipynb b/UFCFVQ-15-M_Python_Programming_With_Libraries_Template.ipynb index c80f0fa..c5db266 100644 --- a/UFCFVQ-15-M_Python_Programming_With_Libraries_Template.ipynb +++ b/UFCFVQ-15-M_Python_Programming_With_Libraries_Template.ipynb @@ -23,7 +23,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 17, "metadata": { "deletable": false }, @@ -115,7 +115,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 18, "metadata": { "deletable": false }, @@ -175,7 +175,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 19, "metadata": { "deletable": false }, @@ -235,7 +235,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 20, "metadata": { "deletable": false }, @@ -313,7 +313,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 21, "metadata": { "deletable": false }, @@ -396,7 +396,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 22, "metadata": { "deletable": false }, @@ -465,7 +465,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 23, "metadata": { "deletable": false }, -- GitLab