graph inconsistant

This commit is contained in:
2023-06-10 23:48:11 +08:00
parent 208b0aa6fc
commit 6d06bff9ec
6 changed files with 529 additions and 504 deletions

View File

@@ -217,6 +217,28 @@
"prob_remove = 0 if prob_remove < 0 else prob_remove\n",
"prob_remove"
]
},
{
"cell_type": "code",
"execution_count": 66,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[8]\n"
]
}
],
"source": [
"nprandom = np.random.default_rng(0)\n",
"lst_choose_firm = nprandom.choice(range(10),\n",
" 1,\n",
" replace=False\n",
" )\n",
"print(lst_choose_firm)"
]
}
],
"metadata": {