File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -428,11 +428,13 @@ title: "Proof by Author"
428428
429429- [ Proof Template] ( /P/-temp- )
430430
431- ### tomfaulkenberry (16 proofs)
431+ ### tomfaulkenberry (18 proofs)
432432
433433- [ Encompassing prior method for computing Bayes factors] ( /P/bf-ep )
434434- [ Mean of the ex-Gaussian distribution] ( /P/exg-mean )
435435- [ 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 )
436438- [ Moment-generating function of the ex-Gaussian distribution] ( /P/exg-mgf )
437439- [ Moment-generating function of the exponential distribution] ( /P/exp-mgf )
438440- [ Moment-generating function of the Wald distribution] ( /P/wald-mgf )
Original file line number Diff line number Diff line change @@ -428,3 +428,5 @@ title: "Proof by Number"
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 |
430430| 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 |
Original file line number Diff line number Diff line change @@ -253,6 +253,8 @@ title: "Proof by Topic"
253253- [ Median of the normal distribution] ( /P/norm-med )
254254- [ Method of moments for beta-binomial data] ( /P/betabin-mome )
255255- [ 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 )
256258- [ Mode of the continuous uniform distribution] ( /P/cuni-med )
257259- [ Mode of the exponential distribution] ( /P/exp-mode )
258260- [ Mode of the log-normal distribution] ( /P/lognorm-mode )
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ title: "Proofs without Source"
8585- [ Median of the exponential distribution] ( /P/exp-med )
8686- [ Median of the log-normal distribution] ( /P/lognorm-med )
8787- [ 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 )
8890- [ Mode of the continuous uniform distribution] ( /P/cuni-med )
8991- [ Mode of the exponential distribution] ( /P/exp-mode )
9092- [ Mode of the normal distribution] ( /P/norm-mode )
You can’t perform that action at this time.
0 commit comments