Skip to content

Commit 85b5c78

Browse files
committed
corrected some pages
Several small corrections were done to several proofs and definitions.
1 parent 441bd5b commit 85b5c78

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

D/anova2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ $$ \label{eq:anova2-cons}
8383
\end{split}
8484
$$
8585

86-
where the weights are $w_{ij} = n_{ij}/n$ and the total sample size is $n = \sum_{i=1}^{a} \sum_{j=1}^{b} n_{ij}$.
86+
where the weights are $w_{ij} = n_{ij}/n$ and the total [sample size](/D/samp-size) is $n = \sum_{i=1}^{a} \sum_{j=1}^{b} n_{ij}$.

D/hyp-simp.md

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

3030
**Definition:** Let $H$ be a [statistical hypothesis](/D/hyp). Then,
3131

32-
* $H$ is called a simple hypothesis, if it completely specifies the population distribution; in this case, the [sampling distribution](/D/dist-samp) of the [test statistic](/D/tstat) is a function of sample size alone.
32+
* $H$ is called a simple hypothesis, if it completely specifies the population distribution; in this case, the [sampling distribution](/D/dist-samp) of the [test statistic](/D/tstat) is a function of [sample size](/D/samp-size) alone.
3333

3434
* $H$ is called a composite hypothesis, if it does not completely specify the population distribution; for example, the hypothesis may only specify one parameter of the distribution and leave others unspecified.

P/anova2-ols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $$ \label{eq:mean-samp}
5858
\end{split}
5959
$$
6060

61-
with the sample size numbers
61+
with the [sample size](/D/samp-size) numbers
6262

6363
$$ \label{eq:samp-size}
6464
\begin{split}

P/ci-wilks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $$ \label{eq:llr}
7474
\log \Lambda(\phi) = \log p(y|\phi,\hat{\lambda}) - \log p(y|\hat{\phi},\hat{\lambda}) \; .
7575
$$
7676

77-
[Wilks' theorem](/P/llr-wilks) states that, when comparing two statistical models with parameter spaces $\Theta_1$ and $\Theta_0 \subset \Theta_1$, as the sample size approaches infinity, the quantity calculated as $-2$ times the log-ratio of maximum likelihoods follows a [chi-squared distribution](/D/chi2), if the null hypothesis is true:
77+
[Wilks' theorem](/P/llr-wilks) states that, when comparing two statistical models with parameter spaces $\Theta_1$ and $\Theta_0 \subset \Theta_1$, as the [sample size](/D/samp-size) approaches infinity, the quantity calculated as $-2$ times the log-ratio of maximum likelihoods follows a [chi-squared distribution](/D/chi2), if the null hypothesis is true:
7878

7979
$$ \label{eq:wilks}
8080
H_0: \theta \in \Theta_0 \quad \Rightarrow \quad -2 \log \frac{\operatorname*{max}_{\theta \in \Theta_0} p(y|\theta)}{\operatorname*{max}_{\theta \in \Theta_1} p(y|\theta)} \sim \chi^2_{\Delta k} \quad \text{as} \quad n \rightarrow \infty

P/lognorm-prodind.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $$ \label{eq:X-lognorm}
3333
X_i \sim \ln \mathcal{N}(\mu_i, \sigma_i^2), \; i = 1, \ldots, n \; .
3434
$$
3535

36-
Then, the product of these random variables also follows a [log-normal distribution](/D/lognorm):
36+
Then, the product of these random variables also follows a [log-normal distribution](/D/lognorm)
3737

3838
$$ \label{eq:Z-lognorm}
3939
Z = \prod_{i=1}^n X_i \sim \mathcal{N}(\mu, \sigma^2)
@@ -76,7 +76,7 @@ This means that the logarithm of the product of independent [log-normal](/D/logn
7676
$$ \label{eq:ln-Z-norm}
7777
\ln Z
7878
= \sum_{i=1}^n Y_i
79-
\sim \mathcal{N}\left( \sum_{i=1}^n \mu_i, \sum_{i=1}^n \sigma_i^2 \right) \; .
79+
\sim \mathcal{N}\left( \sum_{i=1}^n \mu_i, \, \sum_{i=1}^n \sigma_i^2 \right) \; .
8080
$$
8181

8282
If a random variable [follows a normal distribution, then its exponential follows a log-normal distribution with the same parameters]:
@@ -92,7 +92,7 @@ Thus, from \eqref{eq:ln-Z-norm}, we have
9292
$$ \label{eq:Z-lognorm-qed}
9393
Z
9494
= \exp(\ln Z)
95-
\sim \ln \mathcal{N}\left( \sum_{i=1}^n \mu_i, \sum_{i=1}^n \sigma_i^2 \right)
95+
\sim \ln \mathcal{N}\left( \sum_{i=1}^n \mu_i, \, \sum_{i=1}^n \sigma_i^2 \right)
9696
$$
9797

9898
which is equivalent to \eqref{eq:Z-lognorm} and \eqref{eq:Z-lognorm-para}.

0 commit comments

Comments
 (0)