From 171b9a83d9947fef486a57b8ecabd949cc263f16 Mon Sep 17 00:00:00 2001 From: 8f7726592c23135ae5b65a064228781a <8f7726592c23135ae5b65a064228781a@app-learninglab.inria.fr> Date: Thu, 5 Aug 2021 14:12:29 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index f8a67c7..87a41ec 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -20,11 +20,11 @@ pi Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ : ```{r} -set.seed(42) +set.seed(42) N = 100000 x = runif(N) theta = pi/2*runif(N) -2/(mean(x+sin(theta)>1)) +2/(mean(x+sin(theta)>1)) ``` ## Avec un argument "fréquentiel" de surface -- 2.18.1