User:IssaRice/List of probability distributions: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
List of distributions that i don't understand: | List of distributions that i don't understand: | ||
* pareto | * [https://machinelearning.subwiki.org/wiki/User:IssaRice/Pareto_distribution pareto] | ||
* normal | * normal | ||
* log normal | * log normal | ||
* chi-squared | * [https://machinelearning.subwiki.org/wiki/User:IssaRice/Chi-squared_distribution chi-squared] | ||
* student's t | * student's t | ||
* yule-simon https://gist.github.com/riceissa/041f418cccec32287008020d850d6daa | |||
also, hi | also, hi | ||
| Line 48: | Line 49: | ||
v / | v / | ||
Exponential <---- | Exponential <---- | ||
| | |||
v | |||
Gamma | |||
</pre> | </pre> | ||
Latest revision as of 23:45, 5 February 2020
List of distributions that make sense to me:
- uniform
- bernoulli
- binomial
- geometric
- beta
- poisson
- exponential
- gamma (at least when alpha is a positive integer a.k.a. Erlang distribution)
List of distributions that i don't understand:
- pareto
- normal
- log normal
- chi-squared
- student's t
- yule-simon https://gist.github.com/riceissa/041f418cccec32287008020d850d6daa
also, hi
| Ask for time until next event | Ask for time until nth event | Ask for number of events in fixed interval | |
|---|---|---|---|
| Discrete version | Geometric distribution | Negative binomial distribution? | Binomial distribution |
| Continuous version | Exponential distribution | Gamma distribution | Poisson distribution |
Bernoulli
|
v
---------------- Binomial------>Normal
/ |
v v
Beta Poisson Geometric
| /
v /
Exponential <----
|
v
Gamma
means I am aware of a derivation of B using A.