Final

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