2.6.5 (page 125) ~ 2.43, 2.44
Key property:
Area under the curve and between $v_1$, $v_2$ is equal to the percent of data values that are between $v_1$ and $v_2$.
Total area under curve equals 1 (100%).
Some examples of distributions that are easy to work with:
Uniform ~ Straight line from $a$ to $b$. Represents the idea that all numbers between $a$ and $b$ are equally likely. For example most computers are equipped with “random number generators” that produce uniformly random numbers between $0$ and $1$.
Normal ~ Has well known formula and tables to use. We will see this in next section. Plays a dominant role in statistics because of the “Central Limit Theorem” we will discuss later.
Can compute areas as they are just rectangles.
Shape ~ Symmetric
Mean ~ $\frac{a+b}{2}$
Median ~ $\frac{a+b}{2}$
Std Dev ~ $\sqrt{\frac{(b-a)^2}{12}}$
Quartiles ~ One fourth and three fourths of the way from $a$ to $b$.
IQR ~ $\frac{b-a}{2}$
Example: Consider the uniform distribution from $a=1$ to $b=3$.