Skip to content

Commit 0dca886

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent 4df0666 commit 0dca886

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

I/Proof_by_Author.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Proof by Author"
44
---
55

66

7-
### JoramSoch (252 proofs)
7+
### JoramSoch (254 proofs)
88

99
- [(Non-)Multiplicativity of the expected value](/P/mean-mult)
1010
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
@@ -186,6 +186,7 @@ title: "Proof by Author"
186186
- [Probability density function of a sum of independent discrete random variables](/P/pdf-sumind)
187187
- [Probability density function of an invertible function of a continuous random vector](/P/pdf-invfct)
188188
- [Probability density function of the Dirichlet distribution](/P/dir-pdf)
189+
- [Probability density function of the F-distribution](/P/f-pdf)
189190
- [Probability density function of the beta distribution](/P/beta-pdf)
190191
- [Probability density function of the chi-squared distribution](/P/chi2-pdf)
191192
- [Probability density function of the continuous uniform distribution](/P/cuni-pdf)
@@ -195,6 +196,7 @@ title: "Proof by Author"
195196
- [Probability density function of the multivariate normal distribution](/P/mvn-pdf)
196197
- [Probability density function of the normal distribution](/P/norm-pdf)
197198
- [Probability density function of the normal-gamma distribution](/P/ng-pdf)
199+
- [Probability density function of the t-distribution](/P/t-pdf)
198200
- [Probability integral transform using cumulative distribution function](/P/cdf-pit)
199201
- [Probability mass function of a strictly decreasing function of a discrete random variable](/P/pmf-sdfct)
200202
- [Probability mass function of a strictly increasing function of a discrete random variable](/P/pmf-sifct)

I/Proof_by_Number.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,5 @@ title: "Proof by Number"
268268
| P260 | mgf-fct | [Moment-generating function of a function of a random variable](/P/mgf-fct) | JoramSoch | 2021-09-22 |
269269
| P261 | dent-addvec | [Addition of the differential entropy upon multiplication with invertible matrix](/P/dent-addvec) | JoramSoch | 2021-10-07 |
270270
| P262 | dent-noninv | [Non-invariance of the differential entropy under change of variables](/P/dent-noninv) | JoramSoch | 2021-10-07 |
271+
| P263 | t-pdf | [Probability density function of the t-distribution](/P/t-pdf) | JoramSoch | 2021-10-12 |
272+
| P264 | f-pdf | [Probability density function of the F-distribution](/P/f-pdf) | JoramSoch | 2021-10-12 |

I/Proof_by_Topic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ title: "Proof by Topic"
236236
- [Probability density function of a sum of independent discrete random variables](/P/pdf-sumind)
237237
- [Probability density function of an invertible function of a continuous random vector](/P/pdf-invfct)
238238
- [Probability density function of the Dirichlet distribution](/P/dir-pdf)
239+
- [Probability density function of the F-distribution](/P/f-pdf)
239240
- [Probability density function of the Wald distribution](/P/wald-pdf)
240241
- [Probability density function of the beta distribution](/P/beta-pdf)
241242
- [Probability density function of the chi-squared distribution](/P/chi2-pdf)
@@ -246,6 +247,7 @@ title: "Proof by Topic"
246247
- [Probability density function of the multivariate normal distribution](/P/mvn-pdf)
247248
- [Probability density function of the normal distribution](/P/norm-pdf)
248249
- [Probability density function of the normal-gamma distribution](/P/ng-pdf)
250+
- [Probability density function of the t-distribution](/P/t-pdf)
249251
- [Probability integral transform using cumulative distribution function](/P/cdf-pit)
250252
- [Probability mass function of a strictly decreasing function of a discrete random variable](/P/pmf-sdfct)
251253
- [Probability mass function of a strictly increasing function of a discrete random variable](/P/pmf-sifct)

P/f-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mathjax: true
55
author: "Joram Soch"
66
affiliation: "BCCN Berlin"
77
e_mail: "joram.soch@bccn-berlin.de"
8-
date: 2021-10-12 09:00
8+
date: 2021-10-12 09:00:00
99

1010
title: "Probability density function of the F-distribution"
1111
chapter: "Probability Distributions"

0 commit comments

Comments
 (0)