Skip to content

Commit 4e49511

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 3fb098e commit 4e49511

13 files changed

Lines changed: 24 additions & 16 deletions

File tree

D/beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a beta distribution with shape parameters $\alpha$ and $\beta$
30+
**Definition:** Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a beta distribution with shape parameters $\alpha$ and $\beta$
3131

3232
$$ \label{eq:beta}
3333
X \sim \mathrm{Bet}(\alpha, \beta) \; ,

D/dir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be a [random vector](/D/rvec). Then, $X$ is said to follow a Dirichlet distribution with concentration parameters $\alpha = \left[ \alpha_1, \ldots, \alpha_k \right]$
30+
**Definition:** Let $X$ be a [random vector](/D/rvec). Then, $X$ is said to follow a Dirichlet distribution with concentration parameters $\alpha = \left[ \alpha_1, \ldots, \alpha_k \right]$
3131

3232
$$ \label{eq:Dir}
3333
X \sim \mathrm{Dir}(\alpha) \; ,

D/dist-cond.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, the conditional distribution of $X$ given that $Y$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ given that $Y = y$ for each possible combination of $x \in \mathcal{X}$ and $y \in \mathcal{Y}$. The conditional distribution of $X$ can be obtained from the [joint distribution](/D/dist-joint) of $X$ and $Y$ and the [marginal distribution](/D/dist-marg) of $Y$ using the [law of conditional probability](/D/prob-cond).
30+
**Definition:** Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, the conditional distribution of $X$ given that $Y$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ given that $Y = y$ for each possible combination of $x \in \mathcal{X}$ and $y \in \mathcal{Y}$. The conditional distribution of $X$ can be obtained from the [joint distribution](/D/dist-joint) of $X$ and $Y$ and the [marginal distribution](/D/dist-marg) of $Y$ using the [law of conditional probability](/D/prob-cond).

D/dist-joint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, a joint distribution of $X$ and $Y$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ and $Y = y$ for each possible combination of $x \in \mathcal{X}$ and $y \in \mathcal{Y}$.
30+
**Definition:** Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, a joint distribution of $X$ and $Y$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ and $Y = y$ for each possible combination of $x \in \mathcal{X}$ and $y \in \mathcal{Y}$.
3131

3232
* The joint distribution of two scalar [random variables](/D/rvar) is called a bivariate distribution.
3333

D/dist-marg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, the marginal distribution of $X$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ irrespective of the value of $Y$ for each possible value $x \in \mathcal{X}$. The marginal distribution can be obtained from the [joint distribution](/D/dist-joint) of $X$ and $Y$ using the [law of marginal probability](/D/prob-marg).
30+
**Definition:** Let $X$ and $Y$ be [random variables](/D/rvar) with sets of possible outcomes $\mathcal{X}$ and $\mathcal{Y}$. Then, the marginal distribution of $X$ is a [probability distribution](/D/dist) that specifies the probability of the event that $X = x$ irrespective of the value of $Y$ for each possible value $x \in \mathcal{X}$. The marginal distribution can be obtained from the [joint distribution](/D/dist-joint) of $X$ and $Y$ using the [law of marginal probability](/D/prob-marg).

D/dist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be a [random variable](/D/rvar) with the set of possible outcomes $\mathcal{X}$. Then, a probability distribution of $X$ is a mathematical function that gives the [probabilities](/D/prob) of occurrence of all possible outcomes $x \in \mathcal{X}$ of this random variable.
30+
**Definition:** Let $X$ be a [random variable](/D/rvar) with the set of possible outcomes $\mathcal{X}$. Then, a probability distribution of $X$ is a mathematical function that gives the [probabilities](/D/prob) of occurrence of all possible outcomes $x \in \mathcal{X}$ of this random variable.

D/exp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to be exponentially distributed with rate (or, inverse scale) $\lambda$
30+
**Definition:** Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to be exponentially distributed with rate (or, inverse scale) $\lambda$
3131

3232
$$ \label{eq:exp}
3333
X \sim \mathrm{Exp}(\lambda) \; ,

D/gam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ username: "JoramSoch"
2828
---
2929

3030

31-
**Definition**: Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a gamma distribution with shape $a$ and rate $b$
31+
**Definition:** Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a gamma distribution with shape $a$ and rate $b$
3232

3333
$$ \label{eq:gam}
3434
X \sim \mathrm{Gam}(a, b) \; ,

D/matn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Definition**: Let $X$ be an $n \times p$ [random matrix](/D/rmat). Then, $X$ is said to be matrix-normally distributed with mean $M$, [covariance](/D/covmat) across rows $U$ and [covariance](/D/covmat) across columns $V$
30+
**Definition:** Let $X$ be an $n \times p$ [random matrix](/D/rmat). Then, $X$ is said to be matrix-normally distributed with mean $M$, [covariance](/D/covmat) across rows $U$ and [covariance](/D/covmat) across columns $V$
3131

3232
$$ \label{eq:matn}
3333
X \sim \mathcal{MN}(M, U, V) \; ,

D/mom.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,16 @@ username: "JoramSoch"
2727
---
2828

2929

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$:
30+
**Definition:** Let $X$ be a [random variable](/D/rvar), let $c$ be a [constant](/D/const) and let $n$ be a positive integer. Then, the $n$-th moment of $X$ about $c$ is defined as the [expected value](/D/mean) of the $n$-th power of $X$ minus $c$:
3131

3232
$$ \label{eq:mom}
33-
\mu_n' = \mathrm{E}[X^n] \; .
34-
$$
33+
\mu_n(c) = \mathrm{E}[(X-c)^n] \; .
34+
$$
35+
36+
The "$n$-th moment of $X$" may also refer to:
37+
38+
* the $n$-th [raw moment](/D/mom-raw) $\mu_n' = \mu_n(0)$;
39+
40+
* the $n$-th [central moment](/D/mom-cent) $\mu_n = \mu_n(\mu)$;
41+
42+
* the $n$-th [standardized moment](/D/mom-stand) $\mu_n^{*} = \mu_n/\sigma^n$.

0 commit comments

Comments
 (0)