Skip to content

Commit

Permalink
Update 1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koohong authored Jan 5, 2024
1 parent 3a45d70 commit 56b3bde
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
index: 1
statement: |
Suppose outcome space $\Omega = \{1,2,3,4,5,6\}$ represents a 6-sided die, and the probability function assigns probability $1/6$ to each outcome. Let random variable $X: \Omega \rightarrow \mathbb{R}$ be defined as,
$$X(x) = \begin{cases} 1, &x \le 2\\\\ 2, &otherwise\end{cases}$$
Suppose outcome space $\Omega = \{1,2,3,4,5,6\}$ represents a 6-sided die, and the probability function assigns probability $1/6$ to each outcome. Let random variable $X: \Omega \rightarrow \mathbb{R}$ be defined as, $$X(x) = \begin{cases} 1, &x \le 2\\\\ 2, &otherwise\end{cases}$$
Compute the pmf of $X$
---

0 comments on commit 56b3bde

Please sign in to comment.