correction std ddof1

parent 322bc114
......@@ -124,22 +124,22 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 18,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"4.312369534258399"
"4.334094455301447"
]
},
"execution_count": 15,
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"std = np.std(data)\n",
"std = np.std(data, ddof=1)\n",
"std"
]
},
......
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