essai_exo3_jupyter

parent 339d8ce3
......@@ -11,16 +11,16 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 21,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"11.511917811136218"
"0.19060971305992105"
]
},
"execution_count": 10,
"execution_count": 21,
"metadata": {},
"output_type": "execute_result"
}
......@@ -28,7 +28,7 @@
"source": [
"import numpy as np\n",
"mu, sigma = 0.0, 1.0\n",
"x=np.random.normal(loc=11.5, scale=0.5, size=100)\n",
"x=np.random.normal(loc=0.0, scale=1.0, size=100)\n",
"abs(np.mean(x))\n"
]
},
......
This diff is collapsed.
{
"cells": [],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment