From fe856aef477db80b52ae6aaff54ea6c68dea0feb Mon Sep 17 00:00:00 2001 From: 25beebaf69fecb0be5d335e6142fa270 <25beebaf69fecb0be5d335e6142fa270@app-learninglab.inria.fr> Date: Sat, 8 Aug 2026 20:40:23 +0000 Subject: [PATCH] Ajout de commentaire sur la librairie statsmodels.api --- module3/exo3/exercice_co2_sujet1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo3/exercice_co2_sujet1.ipynb b/module3/exo3/exercice_co2_sujet1.ipynb index 0861a92..a9a1eac 100644 --- a/module3/exo3/exercice_co2_sujet1.ipynb +++ b/module3/exo3/exercice_co2_sujet1.ipynb @@ -327,7 +327,7 @@ "A = \\sqrt{\\alpha^2 + \\beta^2} \\qquad \\qquad \\varphi = \\arctan\\left(\\frac{\\beta}{\\alpha}\\right)\n", "$$\n", "\n", - "#### Mise en oeuvre :" + "#### Mise en oeuvre avec la librairie [statsmodels.api](https://www.statsmodels.org/devel/index.html) :" ] }, { -- 2.18.1