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
8517fa92e97b3a318e653caefbfde6b5
mooc-rr
Commits
122ec298
Commit
122ec298
authored
Mar 31, 2020
by
8517fa92e97b3a318e653caefbfde6b5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
std correction
parent
3469935a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
11 deletions
+33
-11
exercice.ipynb
module2/exo2/exercice.ipynb
+33
-11
No files found.
module2/exo2/exercice.ipynb
View file @
122ec298
...
...
@@ -35,7 +35,7 @@
{
"data": {
"text/plain": [
"
4.312369534258399
"
"
14.113000000000001
"
]
},
"execution_count": 2,
...
...
@@ -50,11 +50,22 @@
},
{
"cell_type": "code",
"execution_count":
null
,
"execution_count":
8
,
"metadata": {},
"outputs": [],
"outputs": [
{
"data": {
"text/plain": [
"4.334094455301447"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"np.std(DONNEES)"
"np.std(DONNEES
, ddof=1
)"
]
},
{
...
...
@@ -66,16 +77,16 @@
},
{
"cell_type": "code",
"execution_count":
3
,
"execution_count":
4
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"2
3.4
"
"2
.8
"
]
},
"execution_count":
3
,
"execution_count":
4
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -86,9 +97,20 @@
},
{
"cell_type": "code",
"execution_count":
null
,
"execution_count":
5
,
"metadata": {},
"outputs": [],
"outputs": [
{
"data": {
"text/plain": [
"23.4"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"max(DONNEES)"
]
...
...
@@ -102,7 +124,7 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
6
,
"metadata": {},
"outputs": [
{
...
...
@@ -111,7 +133,7 @@
"14.5"
]
},
"execution_count":
4
,
"execution_count":
6
,
"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