"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**a)** Say I have three distributions:\n",
"\n",
"- Exponential, β=1\n",
"- Normal, μ=1, σ=1\n",
"- Cauchy, µ=1, σ=1\n",
"\n",
"Say I draw numbers out of each of these distributions. Rank order the distributions, lowest to highest, in terms of how likely I am do draw a number greater than 10. You do not need to calculate anything to answer this question.\n",
"\n",
"**b)** Now draw a million numbers out of each of the three distributions. Which, if any, had numbers greater than ten? Was your intuition from part (a) correct?"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
" "
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
}
},
"nbformat": 4,
"nbformat_minor": 4
}