Skip to content

Commit

Permalink
fixed wording for task: estimate if a given x in D is anomalous
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed Dec 1, 2023
1 parent 151730b commit 2b99c29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/nb_01_0_intro_anomaly_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"import numpy as np\n",
Expand All @@ -120,10 +123,7 @@
"\n",
"%matplotlib inline\n",
"matplotlib.rcParams['figure.figsize'] = (5, 5)\n"
],
"metadata": {
"collapsed": false
}
]
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -312,7 +312,7 @@
" - $p$ relative frequency of $F_1$\n",
"- Data set $D \\stackrel{\\text{IID}}{\\sim} F=(1-p)F_0 + pF_1$\n",
"\n",
"**Task:** Estimate if given $x$ is anomalous\n",
"**Task:** Estimate if a given $x \\in D$ is anomalous\n",
"\n",
"**Assumptions:**\n",
"- *Few*: $p \\ll 1/2$\n",
Expand Down

0 comments on commit 2b99c29

Please sign in to comment.