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
c3266260f7aecf4e352491877572e311
mooc-rr
Commits
2b22e4b6
Commit
2b22e4b6
authored
Apr 18, 2020
by
c3266260f7aecf4e352491877572e311
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update exercice.ipynb - estimation "corrigée" de l'écart type empirique
parent
17e985e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
exercice.ipynb
module2/exo2/exercice.ipynb
+10
-3
No files found.
module2/exo2/exercice.ipynb
View file @
2b22e4b6
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
8
,
"execution_count":
10
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
"output_type": "stream",
"output_type": "stream",
"text": [
"text": [
"14.113000000000001\n",
"14.113000000000001\n",
"4.3
12369534258399
\n",
"4.3
34094455301447
\n",
"14.5\n",
"14.5\n",
"2.8\n",
"2.8\n",
"23.4\n"
"23.4\n"
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
"moyenne=np.mean(data)\n",
"moyenne=np.mean(data)\n",
"print(moyenne)\n",
"print(moyenne)\n",
"\n",
"\n",
"ecartType=np.std(data)\n",
"ecartType=np.std(data
, ddof=1
)\n",
"print(ecartType)\n",
"print(ecartType)\n",
"\n",
"\n",
"mediane=np.median(data)\n",
"mediane=np.median(data)\n",
...
@@ -60,6 +60,13 @@
...
@@ -60,6 +60,13 @@
"maximum=np.max(data)\n",
"maximum=np.max(data)\n",
"print(maximum)"
"print(maximum)"
]
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
}
],
],
"metadata": {
"metadata": {
...
...
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