Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
7a8683a5f70a87b2c5d49e20ed9e6ac0
mooc-rr
Commits
43bf6456
Commit
43bf6456
authored
Jul 02, 2024
by
7a8683a5f70a87b2c5d49e20ed9e6ac0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replacing mathcal U by U for the uniform unit distribution + rerun
parent
ef5b0b78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+7
-7
No files found.
module2/exo1/toy_notebook_fr.ipynb
View file @
43bf6456
...
...
@@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count":
3
,
"execution_count":
2
,
"metadata": {
"hideCode": true,
"hidePrompt": true
...
...
@@ -58,7 +58,7 @@
"3.128911138923655"
]
},
"execution_count":
3
,
"execution_count":
2
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -81,15 +81,15 @@
"source": [
"## Avec un argument \"fréquentiel\" de surface\n",
"Sinon, une méthode plus simple à comprendre ne faisant pas intervenir d'appel à la fonction sinus\n",
"se base sur le fait que si $X \\sim
\\mathcal{U}
(0, 1)$\n",
"et $Y \\sim
\\mathcal{U}
(0, 1)$ alors \n",
"se base sur le fait que si $X \\sim
U
(0, 1)$\n",
"et $Y \\sim
U
(0, 1)$ alors \n",
"$P[X^2 + Y^2 \\leq 1] = \\pi/4$ (voir [méthode de Monte-Carlo sur Wikipedia](https://fr.wikipedia.org/wiki/M%C3%A9thode_de_Monte-Carlo#D%C3%A9termination_de_la_valeur_de_%CF%80)).\n",
"Le code suivant illustre ce fait :"
]
},
{
"cell_type": "code",
"execution_count":
8
,
"execution_count":
3
,
"metadata": {
"hideCode": true,
"hidePrompt": true
...
...
@@ -136,7 +136,7 @@
},
{
"cell_type": "code",
"execution_count":
9
,
"execution_count":
4
,
"metadata": {},
"outputs": [
{
...
...
@@ -145,7 +145,7 @@
"3.112"
]
},
"execution_count":
9
,
"execution_count":
4
,
"metadata": {},
"output_type": "execute_result"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment