maths.free › Probability Theory › The common distributions
The common distributions
Bernoulli, binomial, Poisson, uniform, exponential, normal — and what each models.
Binomial counts successes; Poisson counts rare events; exponential waits for the next one; normal is what sums look like. Picture it: the bell curve and the 95% between ±1.96. Think it: the normal appears because of the central limit theorem, not because nature prefers it.
ნამდვილი ასლი: integrate e^(-x^2/2)/sqrt(2*pi) dx from -1.96 to 1.96
Integrate sqrt(2)·e^(-x^2/2)/(2·sqrt(pi)) from -1.96000 to 1.96000
ჟრყოკა ოჲ ჟრყოკა.
- \int_{-1.96}^{1.96} \frac{\sqrt{2} e^{- \frac{x^{2}}{2}}}{2 \sqrt{\pi}}\, dx
First find an antiderivative F, then evaluate F(b) − F(a).
- \int \frac{\sqrt{2} e^{- \frac{x^{2}}{2}}}{2 \sqrt{\pi}}\, dx = \frac{\sqrt{2}}{2 \sqrt{\pi}} \int e^{- \frac{x^{2}}{2}}\, dx
Pull the constant \frac{\sqrt{2}}{2 \sqrt{\pi}} out of the integral.
- \int e^{- \frac{x^{2}}{2}}\, dx = \frac{\sqrt{2} \sqrt{\pi} \operatorname{erf}{\left(\frac{\sqrt{2} x}{2} \right)}}{2}
Erf rule.
- F(1.96) - F(-1.96) = \left(\frac{\operatorname{erf}{\left(0.98 \sqrt{2} \right)}}{2}\right) - \left(- \frac{\operatorname{erf}{\left(0.98 \sqrt{2} \right)}}{2}\right)
Fundamental theorem of calculus: plug in the limits.
- = \operatorname{erf}{\left(0.98 \sqrt{2} \right)} \approx 0.95000
Simplify.
ჲრკპთირვ ჲრდჲგჲპა.
Symbols used here
Antiderivative (indefinite) or signed area from a to b (definite).
The non-negative number whose square (n-th power) is x.
Ratio of a circle's circumference to its diameter, 3.14159…
2.71828…, the base whose exponential is its own derivative.
Equal to the precision shown, not exactly.
Inequalities that allow equality; < and > exclude it.
n × (n−1) × … × 1; the number of orderings of n things. 0! = 1.
Number of k-element subsets of n things: n!/(k!(n−k)!).
Add a_k for k = 1 up to n.
In either; in both; in A but not B.
Average of the data; average of the whole population.
Typical distance from the mean; its square.
Chance of A; chance of A given that B happened.
Probability-weighted average of X; its spread.
The bell curve with mean μ and variance σ²; (x − μ)/σ.
Size of a set; the family of sets that can be measured.
How to: The common distributions
- First find an antiderivative F, then evaluate F(b) − F(a).
- Pull the constant \frac{\sqrt{2}}{2 \sqrt{\pi}} out of the integral.
- Erf rule.
- Fundamental theorem of calculus: plug in the limits.
- Simplify.
Questions people ask
What is the difference between probability and statistics?
Probability goes from a known model to what the data should look like; statistics goes from data back to the model. Probability theory is the deductive half.
What does the law of large numbers promise?
That the average of many independent samples converges to the expected value. It says nothing about any single trial.
ჲოთრაი ჟამ.
მეტი Probability Theory
Sample spaces and the axiomsRandom variables and expectationThe law of large numbers and the central limit theorem