Skip to content

Commit 7c131aa

Browse files
authored
Merge pull request #117 from StatProofBook/master
update to master
2 parents c9236c5 + c6a7fff commit 7c131aa

17 files changed

Lines changed: 283 additions & 13 deletions

D/ent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ $$ \label{eq:ent}
3434
\mathrm{H}(X) = - \sum_{x \in \mathcal{X}} p(x) \cdot \log_b p(x)
3535
$$
3636

37-
where $b$ is the base of the logarithm specifying in which unit the entropy is determined.
37+
where $b$ is the base of the logarithm specifying in which unit the entropy is determined. By convention, $0 \cdot \log 0$ is taken to be zero when calculating the entropy of $X$.

D/kl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ $$ \label{eq:KL-cont}
4343
\mathrm{KL}[P||Q] = \int_{\mathcal{X}} p(x) \cdot \log \frac{p(x)}{q(x)} \, \mathrm{d}x
4444
$$
4545

46-
where $p(x)$ and $q(x)$ are the [probability density functions](/D/pdf) of $P$ and $Q$.
46+
where $p(x)$ and $q(x)$ are the [probability density functions](/D/pdf) of $P$ and $Q$.
47+
48+
[By convention](/D/ent), $0 \cdot \log 0$ is taken to be zero when calculating the divergence between $P$ and $Q$.

D/skew-samp.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: definition
3+
mathjax: true
4+
5+
author: "Thomas J. Faulkenberry"
6+
affiliation: "Tarleton State University"
7+
e_mail: "faulkenberry@tarleton.edu"
8+
date: 2023-10-30 12:00:00
9+
10+
title: "Sample skewness"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Skewness"
14+
definition: "Sample skewness"
15+
16+
sources:
17+
- authors: "Joanes, D. N. and Gill, C. A."
18+
year: 1998
19+
title: "Comparing measures of sample skewness and kurtosis"
20+
in: "The Statistician"
21+
pages: "vol. 47, part 1, pp. 183-189"
22+
url: "https://www.jstor.org/stable/2988433"
23+
24+
def_id: "D190"
25+
shortcut: "skew-samp"
26+
username: "tomfaulkenberry"
27+
---
28+
29+
30+
**Definition:** Let $x = \left\lbrace x_1, \ldots, x_n \right\rbrace$ be a [sample](/D/samp) from a [random variable](/D/rvar) $X$. Then, the sample skewness of $x$ is given by
31+
32+
$$ \label{eq:skew-samp}
33+
\hat{s} = \frac{\frac{1}{n}\sum_{i=1}^n (x_i-\bar{x})^3}{\left[\frac{1}{n}\sum_{i=1}^n(x_i-\bar{x})^2\right]^{3/2}} \; ,
34+
$$
35+
36+
where $\bar{x}$ is the [sample mean](/D/mean-samp).

I/DbA.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,11 @@ title: "Definition by Author"
204204

205205
- [Definition Template](/D/-temp-)
206206

207-
### tomfaulkenberry (5 definitions)
207+
### tomfaulkenberry (6 definitions)
208208

209209
- [Bayes factor](/D/bf)
210210
- [Encompassing model](/D/encm)
211211
- [ex-Gaussian distribution](/D/exg)
212+
- [Sample skewness](/D/skew-samp)
212213
- [Skewness](/D/skew)
213214
- [Wald distribution](/D/wald)

I/DbN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,4 @@ title: "Definition by Number"
196196
| D187 | exg | [ex-Gaussian distribution](/D/exg) | tomfaulkenberry | 2023-04-18 |
197197
| D188 | skew | [Skewness](/D/skew) | tomfaulkenberry | 2023-04-20 |
198198
| D189 | bvn | [Bivariate normal distribution](/D/bvn) | JoramSoch | 2023-09-22 |
199+
| D190 | skew-samp | [Sample skewness](/D/skew-samp) | tomfaulkenberry | 2023-10-30 |

I/DbT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ title: "Definition by Topic"
212212
- [Sample covariance](/D/cov-samp)
213213
- [Sample covariance matrix](/D/covmat-samp)
214214
- [Sample mean](/D/mean-samp)
215+
- [Sample skewness](/D/skew-samp)
215216
- [Sample space](/D/samp-spc)
216217
- [Sample variance](/D/var-samp)
217218
- [Sampling distribution](/D/dist-samp)

I/PbA.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "Proof by Author"
88

99
- [Covariance matrix of the multinomial distribution](/P/mult-cov)
1010

11-
### JoramSoch (392 proofs)
11+
### JoramSoch (393 proofs)
1212

1313
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
1414
- [Accuracy and complexity for the univariate Gaussian with known variance](/P/ugkv-anc)
@@ -140,6 +140,7 @@ title: "Proof by Author"
140140
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)
141141
- [Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl)
142142
- [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl)
143+
- [Kullback-Leibler divergence for the continuous uniform distribution](/P/cuni-kl)
143144
- [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl)
144145
- [Kullback-Leibler divergence for the gamma distribution](/P/gam-kl)
145146
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
@@ -427,11 +428,13 @@ title: "Proof by Author"
427428

428429
- [Proof Template](/P/-temp-)
429430

430-
### tomfaulkenberry (16 proofs)
431+
### tomfaulkenberry (18 proofs)
431432

432433
- [Encompassing prior method for computing Bayes factors](/P/bf-ep)
433434
- [Mean of the ex-Gaussian distribution](/P/exg-mean)
434435
- [Mean of the Wald distribution](/P/wald-mean)
436+
- [Method of moments for ex-Gaussian distributed data](/P/exg-mome)
437+
- [Method of moments for Wald distributed data](/P/wald-mome)
435438
- [Moment-generating function of the ex-Gaussian distribution](/P/exg-mgf)
436439
- [Moment-generating function of the exponential distribution](/P/exp-mgf)
437440
- [Moment-generating function of the Wald distribution](/P/wald-mgf)

I/PbN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,3 +427,6 @@ title: "Proof by Number"
427427
| P419 | bern-kl | [Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl) | JoramSoch | 2023-10-13 |
428428
| P420 | bin-kl | [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl) | JoramSoch | 2023-10-20 |
429429
| P421 | wald-skew | [Skewness of the Wald distribution](/P/wald-skew) | tomfaulkenberry | 2023-10-24 |
430+
| P422 | cuni-kl | [Kullback-Leibler divergence for the continuous uniform distribution](/P/cuni-kl) | JoramSoch | 2023-10-27 |
431+
| P423 | wald-mome | [Method of moments for Wald distributed data](/P/wald-mome) | tomfaulkenberry | 2023-10-30 |
432+
| P424 | exg-mome | [Method of moments for ex-Gaussian distributed data](/P/exg-mome) | tomfaulkenberry | 2023-10-30 |

I/PbT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ title: "Proof by Topic"
167167

168168
- [Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl)
169169
- [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl)
170+
- [Kullback-Leibler divergence for the continuous uniform distribution](/P/cuni-kl)
170171
- [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl)
171172
- [Kullback-Leibler divergence for the gamma distribution](/P/gam-kl)
172173
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
@@ -252,6 +253,8 @@ title: "Proof by Topic"
252253
- [Median of the normal distribution](/P/norm-med)
253254
- [Method of moments for beta-binomial data](/P/betabin-mome)
254255
- [Method of moments for beta-distributed data](/P/beta-mome)
256+
- [Method of moments for ex-Gaussian distributed data](/P/exg-mome)
257+
- [Method of moments for Wald distributed data](/P/wald-mome)
255258
- [Mode of the continuous uniform distribution](/P/cuni-med)
256259
- [Mode of the exponential distribution](/P/exp-mode)
257260
- [Mode of the log-normal distribution](/P/lognorm-mode)

I/PwS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ title: "Proofs without Source"
4646
- [Gamma distribution is a special case of Wishart distribution](/P/gam-wish)
4747
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)
4848
- [Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl)
49+
- [Kullback-Leibler divergence for the continuous uniform distribution](/P/cuni-kl)
4950
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
5051
- [Kullback-Leibler divergence for the normal distribution](/P/norm-kl)
5152
- [Linear combination of independent normal random variables](/P/norm-lincomb)
@@ -84,6 +85,8 @@ title: "Proofs without Source"
8485
- [Median of the exponential distribution](/P/exp-med)
8586
- [Median of the log-normal distribution](/P/lognorm-med)
8687
- [Median of the normal distribution](/P/norm-med)
88+
- [Method of moments for ex-Gaussian distributed data](/P/exg-mome)
89+
- [Method of moments for Wald distributed data](/P/wald-mome)
8790
- [Mode of the continuous uniform distribution](/P/cuni-med)
8891
- [Mode of the exponential distribution](/P/exp-mode)
8992
- [Mode of the normal distribution](/P/norm-mode)

0 commit comments

Comments
 (0)