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 816e82d commit 3a45d70
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
For x $0 < x \le 1$:
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}$$
Compute the pmf of $X$
---

0 comments on commit 3a45d70

Please sign in to comment.