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/chi2.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
@@ -45,7 +45,7 @@ $$\label{eq:chi2}
45
45
Y = \sum_{i=1}^{k} X_{i}^{2} \sim \chi^{2}(k) \quad \text{where} \quad k > 0 \; .
46
46
$$
47
47
48
-
A [random variables](/D/rvar) $Y$ is said said to follow a chi-square distribution with $k$ number of degress of freedom, if and only if its [probability density function](/D/pdf) is given by
48
+
A [random variable](/D/rvar) $Y$ is said said to follow a chi-square distribution with $k$ number of degress of freedom, if and only if its [probability density function](/D/pdf) is given by
Copy file name to clipboardExpand all lines: P/gam-logmean.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,11 @@ $$
36
36
Then, the [expectation](/D/mean) of the natural logarithm of $X$ is
37
37
38
38
$$ \label{eq:gam-logmean}
39
-
\mathrm{E}(\ln X) = \psi(a) - \ln(b) \; .
39
+
\mathrm{E}(\ln X) = \psi(a) - \ln(b)
40
40
$$
41
41
42
+
where $\psi(x)$ is the digamma function.
43
+
42
44
43
45
**Proof:** Let $Y = \ln(X)$, such that $\mathrm{E}(Y) = \mathrm{E}(\ln X)$ and consider the special case that $b = 1$. In this case, the [probability density function of the gamma distribution](/P/gam-pdf) is
Copy file name to clipboardExpand all lines: P/gam-xlogx.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
@@ -40,7 +40,7 @@ $$ \label{eq:gam-xlogx}
40
40
$$
41
41
42
42
43
-
**Proof:** With the [definition of the expected value](/D/mean) and the [probability density function of the gamma distribution](/P/gam-pdf), we have:
43
+
**Proof:** With the [definition of the expected value](/D/mean), the [law of the unconscious statistician](/P/mean-lotus) and the [probability density function of the gamma distribution](/P/gam-pdf), we have:
44
44
45
45
$$ \label{eq:gam-xlogx-s1}
46
46
\begin{split}
@@ -68,7 +68,7 @@ $$ \label{eq:gam-fct}
68
68
\Gamma(x+1) = \Gamma(x) \cdot x \quad \Leftrightarrow \quad \frac{\Gamma(x+1)}{\Gamma(x)} = x \; ,
69
69
$$
70
70
71
-
the expression in equation \eqref{eq:gam-mean-s1} develops into:
71
+
the expression in equation \eqref{eq:gam-xlogx-s1} develops into:
0 commit comments