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-cond.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
@@ -39,7 +39,7 @@ $$
39
39
where $p(x_1, \ldots, x_n \vert y)$ are the [joint (conditional) probabilities](/D/prob-joint) of $X_1, \ldots, X_n$ given $Y$ and $p(x_i)$ are the [marginal (conditional) probabilities](/D/prob-marg) of $X_i$ given $Y$.
40
40
41
41
<br>
42
-
2) A set of [random variables](/D/rvar) $X_1, \ldots, X_n$ with possible values $\mathcal{X}_1, \ldots, \mathcal{X}_n$ is called conditionally independent given the random variable $Y$ with possible values $\mathcal{Y}$, if
42
+
2) A set of [continuous random variables](/D/rvar-disc) $X_1, \ldots, X_n$ with possible values $\mathcal{X}_1, \ldots, \mathcal{X}_n$ is called conditionally independent given the random variable $Y$ with possible values $\mathcal{Y}$, if
Copy file name to clipboardExpand all lines: D/qf.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 [random variable](/D/rvar) with the [cumulative distribution function](/D/cdf) (CDF) $F_X(x)$. Then, the function $Q_X(p): [0,1] \to \mathbb{R}$ which is the inverse CDF is the quantile function (QF) of $X$. More precisly, the QF is the function that, for a given quantile $p \in [0,1]$, returns the smallest $x$ for which $F_X(x) = p$:
30
+
**Definition:** Let $X$ be a [random variable](/D/rvar) with the [cumulative distribution function](/D/cdf) (CDF) $F_X(x)$. Then, the function $Q_X(p): [0,1] \to \mathbb{R}$ which is the inverse CDF is the quantile function (QF) of $X$. More precisely, the QF is the function that, for a given quantile $p \in [0,1]$, returns the smallest $x$ for which $F_X(x) = p$:
31
31
32
32
$$ \label{eq:qf}
33
33
Q_X(p) = \min \left\lbrace x \in \mathbb{R} \, \vert \, F_X(x) = p \right\rbrace \; .
Copy file name to clipboardExpand all lines: D/rvar.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
@@ -33,4 +33,4 @@ username: "JoramSoch"
33
33
34
34
* formally, as a [measurable function](/D/meas-fct) $X$ defined on a [probability space](/D/prob-spc) $(\Omega, \mathcal{F}, P)$ that maps from a sample space $\Omega$ to the real numbers $\mathbb{R}$ using an event space $\mathcal{F}$ and a [probability function](/D/pmf) $P$;
35
35
36
-
* more broadly, as any random quantity $X$ such as a [random scalar](/D/rvar), a [random vector](/D/rvec) or a [random matrix](/D/rmat).
36
+
* more broadly, as any random quantity $X$ such as a [random event](/D/reve), a [random scalar](/D/rvar), a [random vector](/D/rvec) or a [random matrix](/D/rmat).
Copy file name to clipboardExpand all lines: I/Proof_by_Number.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,3 +199,6 @@ title: "Proof by Number"
199
199
| P190 | cdf-pdf |[Cumulative distribution function in terms of probability density function of a continuous random variable](/P/cdf-pdf)| JoramSoch | 2020-11-12 |
200
200
| P191 | pdf-cdf |[Probability density function is first derivative of cumulative distribution function](/P/pdf-cdf)| JoramSoch | 2020-11-12 |
201
201
| P192 | qf-cdf |[Quantile function is inverse of strictly monotonically increasing cumulative distribution function](/P/qf-cdf)| JoramSoch | 2020-11-12 |
202
+
| P193 | norm-kl |[Kullback-Leibler divergence for the normal distribution](/P/norm-kl)| JoramSoch | 2020-11-19 |
203
+
| P194 | gam-qf |[Quantile function of the gamma distribution](/P/gam-qf)| JoramSoch | 2020-11-19 |
204
+
| P195 | beta-cdf |[Cumulative distribution function of the beta distribution](/P/beta-cdf)| JoramSoch | 2020-11-19 |
0 commit comments