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
Copy file name to clipboardExpand all lines: D/ind.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
27
27
---
28
28
29
29
30
-
**Definition:** Generally speaking, [random variables](/D/rvar) are statistically independent, if their [joint probability](/D/prob-joint) can be expressed in terms of their [marginal probability](/D/prob-marg).
30
+
**Definition:** Generally speaking, [random variables](/D/rvar) are statistically independent, if their [joint probability](/D/prob-joint) can be expressed in terms of their [marginal probabilities](/D/prob-marg).
31
31
32
32
<br>
33
33
1) A set of discrete [random variables](/D/rvar) $X_1, \ldots, X_n$ with possible values $\mathcal{X}_1, \ldots, \mathcal{X}_n$ is called statistically independent, if
@@ -45,7 +45,7 @@ $$ \label{eq:cont-ind-F}
45
45
F_{X_1,\ldots,X_n}(x_1,\ldots,x_n) = \prod_{i=1}^{n} F_{X_i}(x_i) \quad \text{for all} \; x_i \in \mathcal{X}_i, \; i = 1, \ldots, n
46
46
$$
47
47
48
-
or equivalently, if the [probability densities](/D/pdf) exist,
48
+
or equivalently, if the [probability densities](/D/pdf) exist, if
49
49
50
50
$$ \label{eq:cont-ind-f}
51
51
f_{X_1,\ldots,X_n}(x_1,\ldots,x_n) = \prod_{i=1}^{n} f_{X_i}(x_i) \quad \text{for all} \; x_i \in \mathcal{X}_i, \; i = 1, \ldots, n
Copy file name to clipboardExpand all lines: D/pdf.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
@@ -27,7 +27,7 @@ username: "JoramSoch"
27
27
---
28
28
29
29
30
-
**Definition:** Let $X$ be a continuous [random variable](/D/rvar) with possible outcomes $\mathcal{X}$. Then, $f_X(x): \mathbb{R} \to \mathbb{R}$ is the probability density function of $X$, if
30
+
**Definition:** Let $X$ be a [continuous](/D/rvar-disc)[random variable](/D/rvar) with possible outcomes $\mathcal{X}$. Then, $f_X(x): \mathbb{R} \to \mathbb{R}$ is the probability density function of $X$, if
Copy file name to clipboardExpand all lines: D/pmf.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
@@ -27,7 +27,7 @@ username: "JoramSoch"
27
27
---
28
28
29
29
30
-
**Definition:** Let $X$ be a discrete [random variable](/D/rvar) with possible outcomes $\mathcal{X}$. Then, $f_X(x): \mathbb{R} \to [0,1]$ is the probability mass function of $X$, if
30
+
**Definition:** Let $X$ be a [discrete](/D/rvar-disc)[random variable](/D/rvar) with possible outcomes $\mathcal{X}$. Then, $f_X(x): \mathbb{R} \to [0,1]$ is the probability mass function of $X$, if
| P183 | cdf-sifct |[Cumulative distribution function of a strictly increasing function of a random variable](/P/cdf-sifct)| JoramSoch | 2020-10-29 |
193
+
| P184 | pmf-sifct |[Probability mass function of a strictly increasing function of a discrete random variable](/P/pmf-sifct)| JoramSoch | 2020-10-29 |
194
+
| P185 | pdf-sifct |[Probability density function of a strictly increasing function of a continuous random variable](/P/pdf-sifct)| JoramSoch | 2020-10-29 |
0 commit comments