From dc6e328b60173f47c09b55d6b04d47ffa295e556 Mon Sep 17 00:00:00 2001 From: 8f7726592c23135ae5b65a064228781a <8f7726592c23135ae5b65a064228781a@app-learninglab.inria.fr> Date: Thu, 5 Aug 2021 13:58:01 +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 7974406..fc138aa 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -20,10 +20,10 @@ 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)) +theta = pi/2*runif(N)2/(mean(x+sin(theta)>1)) ``` ## Avec un argument "fréquentiel" de surface -- 2.18.1