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
75228bef61afd81b95e66a4eb73da89a
mooc-rr
Commits
73ed77a0
Commit
73ed77a0
authored
Apr 03, 2023
by
75228bef61afd81b95e66a4eb73da89a
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajout médiane
parent
5593579b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
11 deletions
+32
-11
exercice.ipynb
module2/exo2/exercice.ipynb
+32
-11
No files found.
module2/exo2/exercice.ipynb
View file @
73ed77a0
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
13
,
"execution_count":
2
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
12
,
"execution_count":
3
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
" 21. ])"
" 21. ])"
]
]
},
},
"execution_count":
12
,
"execution_count":
3
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
1
4,
"execution_count": 4,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
"14.113000000000001"
"14.113000000000001"
]
]
},
},
"execution_count":
1
4,
"execution_count": 4,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
1
5,
"execution_count": 5,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
"2.8"
"2.8"
]
]
},
},
"execution_count":
1
5,
"execution_count": 5,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
17
,
"execution_count":
6
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
"23.4"
"23.4"
]
]
},
},
"execution_count":
17
,
"execution_count":
6
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -115,7 +115,28 @@
...
@@ -115,7 +115,28 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 18,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"14.5"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"#médiane\n",
"np.median(a_data)"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -124,7 +145,7 @@
...
@@ -124,7 +145,7 @@
"4.334094455301447"
"4.334094455301447"
]
]
},
},
"execution_count":
1
8,
"execution_count": 8,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"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