From 3508ee9fe9c20ef414c020a577731ef10ff13652 Mon Sep 17 00:00:00 2001 From: Eduardo Montealvo Date: Sun, 7 Sep 2025 12:01:10 +0200 Subject: [PATCH] Finish hypothesis testing lab --- lab-hypothesis-testing.ipynb | 1123 +++++++++++++++++++++++++++++++++- 1 file changed, 1109 insertions(+), 14 deletions(-) diff --git a/lab-hypothesis-testing.ipynb b/lab-hypothesis-testing.ipynb index 0cc26d5..45d53b2 100644 --- a/lab-hypothesis-testing.ipynb +++ b/lab-hypothesis-testing.ipynb @@ -51,11 +51,782 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "metadata": {}, "outputs": [ { "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Name", + "rawType": "object", + "type": "unknown" + }, + { + "name": "Type 1", + "rawType": "object", + "type": "string" + }, + { + "name": "Type 2", + "rawType": "object", + "type": "unknown" + }, + { + "name": "HP", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Attack", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Defense", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Sp. Atk", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Sp. Def", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Speed", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Generation", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Legendary", + "rawType": "bool", + "type": "boolean" + } + ], + "ref": "fa1a6123-1359-4524-88ac-200a125d4aad", + "rows": [ + [ + "0", + "Bulbasaur", + "Grass", + "Poison", + "45", + "49", + "49", + "65", + "65", + "45", + "1", + "False" + ], + [ + "1", + "Ivysaur", + "Grass", + "Poison", + "60", + "62", + "63", + "80", + "80", + "60", + "1", + "False" + ], + [ + "2", + "Venusaur", + "Grass", + "Poison", + "80", + "82", + "83", + "100", + "100", + "80", + "1", + "False" + ], + [ + "3", + "Mega Venusaur", + "Grass", + "Poison", + "80", + "100", + "123", + "122", + "120", + "80", + "1", + "False" + ], + [ + "4", + "Charmander", + "Fire", + null, + "39", + "52", + "43", + "60", + "50", + "65", + "1", + "False" + ], + [ + "5", + "Charmeleon", + "Fire", + null, + "58", + "64", + "58", + "80", + "65", + "80", + "1", + "False" + ], + [ + "6", + "Charizard", + "Fire", + "Flying", + "78", + "84", + "78", + "109", + "85", + "100", + "1", + "False" + ], + [ + "7", + "Mega Charizard X", + "Fire", + "Dragon", + "78", + "130", + "111", + "130", + "85", + "100", + "1", + "False" + ], + [ + "8", + "Mega Charizard Y", + "Fire", + "Flying", + "78", + "104", + "78", + "159", + "115", + "100", + "1", + "False" + ], + [ + "9", + "Squirtle", + "Water", + null, + "44", + "48", + "65", + "50", + "64", + "43", + "1", + "False" + ], + [ + "10", + "Wartortle", + "Water", + null, + "59", + "63", + "80", + "65", + "80", + "58", + "1", + "False" + ], + [ + "11", + "Blastoise", + "Water", + null, + "79", + "83", + "100", + "85", + "105", + "78", + "1", + "False" + ], + [ + "12", + "Mega Blastoise", + "Water", + null, + "79", + "103", + "120", + "135", + "115", + "78", + "1", + "False" + ], + [ + "13", + "Caterpie", + "Bug", + null, + "45", + "30", + "35", + "20", + "20", + "45", + "1", + "False" + ], + [ + "14", + "Metapod", + "Bug", + null, + "50", + "20", + "55", + "25", + "25", + "30", + "1", + "False" + ], + [ + "15", + "Butterfree", + "Bug", + "Flying", + "60", + "45", + "50", + "90", + "80", + "70", + "1", + "False" + ], + [ + "16", + "Weedle", + "Bug", + "Poison", + "40", + "35", + "30", + "20", + "20", + "50", + "1", + "False" + ], + [ + "17", + "Kakuna", + "Bug", + "Poison", + "45", + "25", + "50", + "25", + "25", + "35", + "1", + "False" + ], + [ + "18", + "Beedrill", + "Bug", + "Poison", + "65", + "90", + "40", + "45", + "80", + "75", + "1", + "False" + ], + [ + "19", + "Mega Beedrill", + "Bug", + "Poison", + "65", + "150", + "40", + "15", + "80", + "145", + "1", + "False" + ], + [ + "20", + "Pidgey", + "Normal", + "Flying", + "40", + "45", + "40", + "35", + "35", + "56", + "1", + "False" + ], + [ + "21", + "Pidgeotto", + "Normal", + "Flying", + "63", + "60", + "55", + "50", + "50", + "71", + "1", + "False" + ], + [ + "22", + "Pidgeot", + "Normal", + "Flying", + "83", + "80", + "75", + "70", + "70", + "101", + "1", + "False" + ], + [ + "23", + "Mega Pidgeot", + "Normal", + "Flying", + "83", + "80", + "80", + "135", + "80", + "121", + "1", + "False" + ], + [ + "24", + "Rattata", + "Normal", + null, + "30", + "56", + "35", + "25", + "35", + "72", + "1", + "False" + ], + [ + "25", + "Raticate", + "Normal", + null, + "55", + "81", + "60", + "50", + "70", + "97", + "1", + "False" + ], + [ + "26", + "Spearow", + "Normal", + "Flying", + "40", + "60", + "30", + "31", + "31", + "70", + "1", + "False" + ], + [ + "27", + "Fearow", + "Normal", + "Flying", + "65", + "90", + "65", + "61", + "61", + "100", + "1", + "False" + ], + [ + "28", + "Ekans", + "Poison", + null, + "35", + "60", + "44", + "40", + "54", + "55", + "1", + "False" + ], + [ + "29", + "Arbok", + "Poison", + null, + "60", + "85", + "69", + "65", + "79", + "80", + "1", + "False" + ], + [ + "30", + "Pikachu", + "Electric", + null, + "35", + "55", + "40", + "50", + "50", + "90", + "1", + "False" + ], + [ + "31", + "Raichu", + "Electric", + null, + "60", + "90", + "55", + "90", + "80", + "110", + "1", + "False" + ], + [ + "32", + "Sandshrew", + "Ground", + null, + "50", + "75", + "85", + "20", + "30", + "40", + "1", + "False" + ], + [ + "33", + "Sandslash", + "Ground", + null, + "75", + "100", + "110", + "45", + "55", + "65", + "1", + "False" + ], + [ + "34", + "Nidoran♀", + "Poison", + null, + "55", + "47", + "52", + "40", + "40", + "41", + "1", + "False" + ], + [ + "35", + "Nidorina", + "Poison", + null, + "70", + "62", + "67", + "55", + "55", + "56", + "1", + "False" + ], + [ + "36", + "Nidoqueen", + "Poison", + "Ground", + "90", + "92", + "87", + "75", + "85", + "76", + "1", + "False" + ], + [ + "37", + "Nidoran♂", + "Poison", + null, + "46", + "57", + "40", + "40", + "40", + "50", + "1", + "False" + ], + [ + "38", + "Nidorino", + "Poison", + null, + "61", + "72", + "57", + "55", + "55", + "65", + "1", + "False" + ], + [ + "39", + "Nidoking", + "Poison", + "Ground", + "81", + "102", + "77", + "85", + "75", + "85", + "1", + "False" + ], + [ + "40", + "Clefairy", + "Fairy", + null, + "70", + "45", + "48", + "60", + "65", + "35", + "1", + "False" + ], + [ + "41", + "Clefable", + "Fairy", + null, + "95", + "70", + "73", + "95", + "90", + "60", + "1", + "False" + ], + [ + "42", + "Vulpix", + "Fire", + null, + "38", + "41", + "40", + "50", + "65", + "65", + "1", + "False" + ], + [ + "43", + "Ninetales", + "Fire", + null, + "73", + "76", + "75", + "81", + "100", + "100", + "1", + "False" + ], + [ + "44", + "Jigglypuff", + "Normal", + "Fairy", + "115", + "45", + "20", + "45", + "25", + "20", + "1", + "False" + ], + [ + "45", + "Wigglytuff", + "Normal", + "Fairy", + "140", + "70", + "45", + "85", + "50", + "45", + "1", + "False" + ], + [ + "46", + "Zubat", + "Poison", + "Flying", + "40", + "45", + "35", + "30", + "40", + "55", + "1", + "False" + ], + [ + "47", + "Golbat", + "Poison", + "Flying", + "75", + "80", + "70", + "65", + "75", + "90", + "1", + "False" + ], + [ + "48", + "Oddish", + "Grass", + "Poison", + "45", + "50", + "55", + "75", + "65", + "30", + "1", + "False" + ], + [ + "49", + "Gloom", + "Grass", + "Poison", + "60", + "65", + "70", + "85", + "75", + "40", + "1", + "False" + ] + ], + "shape": { + "columns": 11, + "rows": 800 + } + }, "text/html": [ "
\n", "