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
cb1e5ba91280d02583d0604166e71c1c
mooc-rr
Commits
a14563bb
Commit
a14563bb
authored
Jan 03, 2021
by
cb1e5ba91280d02583d0604166e71c1c
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no commit message
parent
f4498f56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
exercice_fr.ipynb
module2/exo2/exercice_fr.ipynb
+4
-1
No files found.
module2/exo2/exercice_fr.ipynb
View file @
a14563bb
...
...
@@ -38,13 +38,14 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
6
,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Statistiques les données\n",
" Valeur moyenne : 14.113000000000001\n",
" Ecart-type : 4.334094455301447\n",
" Valeur min : 2.8\n",
...
...
@@ -59,6 +60,8 @@
"data_min = np.min(data)\n",
"data_max = np.max(data)\n",
"data_med = np.median(data)\n",
"\n",
"print(\"Statistiques les données\")\n",
"print(f' Valeur moyenne : {data_moy}\\n Ecart-type : {data_ecart_type}')\n",
"print(f' Valeur min : {data_min}\\n Valeur max : {data_max}\\n Valeur mediane : {data_med} ')"
]
...
...
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