Final

parent 5d5c333b
......@@ -133,19 +133,19 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 15,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"4.312369534258399\n"
"4.334094455301447\n"
]
}
],
"source": [
"stdX = np.std(X)\n",
"stdX = np.std(X,ddof = 1)\n",
"print(stdX)"
]
},
......
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