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
b4be7b445b878ad4e31ba006a9f5a959
mooc-rr
Commits
0823b094
Commit
0823b094
authored
Mar 24, 2020
by
b4be7b445b878ad4e31ba006a9f5a959
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Done Ex2
parent
3a7ef5ad
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
6 deletions
+72
-6
exercice.ipynb
module2/exo2/exercice.ipynb
+7
-3
exercice.ipynb
module2/exo3/exercice.ipynb
+65
-3
No files found.
module2/exo2/exercice.ipynb
View file @
0823b094
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"cells": [
"cells": [
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 1
0
,
"execution_count": 1
3
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -12,7 +12,8 @@
...
@@ -12,7 +12,8 @@
"14.113000000000001\n",
"14.113000000000001\n",
"14.5\n",
"14.5\n",
"2.8\n",
"2.8\n",
"23.4\n"
"23.4\n",
"4.334094455301447\n"
]
]
}
}
],
],
...
@@ -26,11 +27,14 @@
...
@@ -26,11 +27,14 @@
"mediane=np.median(list)\n",
"mediane=np.median(list)\n",
"min=np.amin(list)\n",
"min=np.amin(list)\n",
"max=np.amax(list)\n",
"max=np.amax(list)\n",
"ddof=1\n",
"Ecarttype=np.std(list, ddof=1)\n",
"\n",
"\n",
"print(mean)\n",
"print(mean)\n",
"print(mediane)\n",
"print(mediane)\n",
"print(min)\n",
"print(min)\n",
"print(max)"
"print(max)\n",
"print(Ecarttype)"
]
]
},
},
{
{
...
...
module2/exo3/exercice.ipynb
View file @
0823b094
This diff is collapsed.
Click to expand it.
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