no commit message

parent e391755a
......@@ -686,6 +686,30 @@
"analyse et de regarder ce jeu de données sous tous les angles afin\n",
"d'expliquer ce qui ne va pas."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Critical Review of the Challenger O-ring Analysis\n",
"\n",
"After reproducing the historical analysis, three reasoning errors became clear:\n",
"\n",
"1. **Key data were excluded** — the engineers only considered flights that showed O-ring damage, ignoring those with no damage. This introduced selection bias.\n",
"2. **Extrapolation beyond available data** — the Challenger launch temperature (~0 °C) was far below any recorded temperature in the dataset, so the predicted risk was unreliable.\n",
"3. **Uncertainty ignored** — the logistic regression results were interpreted without accounting for uncertainty (no confidence intervals), creating a false sense of precision.\n",
"\n",
"By including all flights, plotting the full dataset, and visualizing uncertainty bands, we can see that the risk of failure increases sharply at lower temperatures — meaning that the Challenger launch conditions were clearly unsafe.\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"\n"
]
}
],
"metadata": {
......@@ -705,7 +729,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.6.4"
}
},
"nbformat": 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment