Skip to content

Commit

Permalink
Remove newlines before $$
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Feb 9, 2024
1 parent c884c52 commit d4c145b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S21_sorter_state.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@
"is sufficient to know that a discrete random variable takes a value from a countable set,\n",
"each of which is assigned a probability value.\n",
"For a random variable $X$, the CDF for $X$ is denoted by $F_X$, and is defined as\n",
"\n",
"$$\n",
"F_X(\\alpha) = P(X \\leq \\alpha)\n",
"$$\n",
Expand All @@ -613,7 +612,6 @@
"say $X \\in \\{ x_0, \\dots x_{n-1}\\}$, we can compute the CDF\n",
"$F_X(\\alpha)$ by summing the probabilities assigned\n",
"to all $x_i \\leq \\alpha$\n",
"\n",
"$$\n",
"F_X(\\alpha) = \\sum_{x_i \\leq \\alpha} P(x_i) = \\sum_{i=0}^{k-1} P(x_i)\n",
"$$\n",
Expand Down

0 comments on commit d4c145b

Please sign in to comment.