You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Definition:** The cumulative distribution function (CDF) of a [random variable](/D/rvar) $X$ at a given value $x$ is defined as the [probability](/D/prob) that $X$ is smaller than $x$:
31
31
32
+
$$ \label{eq:cdf}
33
+
F_X(x) = \mathrm{Pr}(X \leq x) \; .
34
+
$$
35
+
36
+
<br>
32
37
1) Let $X$ be a discrete [random variable](/D/rvar) with possible outcomes $\mathcal{X}$ and the [probability mass function](/D/pmf) $f_X(x)$. Then, the function $F_X(x): \mathbb{R} \to [0,1]$ with
Copy file name to clipboardExpand all lines: D/mom.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,5 +30,5 @@ username: "JoramSoch"
30
30
**Definition:** Let $X$ be a [random variable](/D/rvar) and let $n$ be a positive integer. Then, the $n$-th moment of $X$, also called ($n$-th) "raw moment" or "crude moment", is defined as the [expected value](/D/mean) of the $n$-th power of $X$:
0 commit comments