std correction

parent 3469935a
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"4.312369534258399" "14.113000000000001"
] ]
}, },
"execution_count": 2, "execution_count": 2,
...@@ -50,11 +50,22 @@ ...@@ -50,11 +50,22 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 8,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [
{
"data": {
"text/plain": [
"4.334094455301447"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [ "source": [
"np.std(DONNEES)" "np.std(DONNEES, ddof=1)"
] ]
}, },
{ {
...@@ -66,16 +77,16 @@ ...@@ -66,16 +77,16 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"23.4" "2.8"
] ]
}, },
"execution_count": 3, "execution_count": 4,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
...@@ -86,9 +97,20 @@ ...@@ -86,9 +97,20 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 5,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [
{
"data": {
"text/plain": [
"23.4"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [ "source": [
"max(DONNEES)" "max(DONNEES)"
] ]
...@@ -102,7 +124,7 @@ ...@@ -102,7 +124,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 4, "execution_count": 6,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -111,7 +133,7 @@ ...@@ -111,7 +133,7 @@
"14.5" "14.5"
] ]
}, },
"execution_count": 4, "execution_count": 6,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
......
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