From fa6731e44ac5047f79414d2ad684bb2aaea300db Mon Sep 17 00:00:00 2001 From: 8304325c6c80c4a3e512ad9acf6efc06 <8304325c6c80c4a3e512ad9acf6efc06@app-learninglab.inria.fr> Date: Sun, 11 May 2025 10:22:16 +0000 Subject: [PATCH] Add new file --- EXERCICE 2 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 EXERCICE 2 diff --git a/EXERCICE 2 b/EXERCICE 2 new file mode 100644 index 0000000..d992ad6 --- /dev/null +++ b/EXERCICE 2 @@ -0,0 +1,27 @@ +# Réplication de l'analyse des données Challenger – MOOC Reproductibilité + +## 📌 Informations générales + +- **Nom du projet :** Ré-exécution des analyses de Dallal et al. sur les données Challenger +- **Type de réplication :** Ré-exécution du code Python fourni +- **Langage utilisé :** Python +- **Version de Python :** 3.11.2 +- **Bibliothèques utilisées :** + - numpy 1.26.2 + - pandas 2.1.3 + - matplotlib 3.8.0 + - statsmodels 0.14.0 + +- **Système d’exploitation :** Windows 10 + *(à modifier si tu utilises un autre OS)* + +## 📊 Résultats obtenus + +| Élément analysé | Résultat | +|------------------------|------------------| +| Intercept | Identique | +| Pente | Identique | +| Erreurs standards | Proche (< 3 déc.)| +| Goodness of fit (R²) | Identique | +| Graphique final | Proche | +| Zone de confiance | Identique | \ No newline at end of file -- 2.18.1