Updating typo in statistics slides

This commit is contained in:
mhjensen
2018-08-24 06:45:18 +02:00
parent 17f4c9ec81
commit d0625170e7
9 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -332,8 +332,8 @@ while $P(x)$ is the cumulative probability.
| Domain | $\left\{x_1, x_2, x_3, \dots, x_N\right\}$ | $[a,b]$ |
| Probability | $p(x_i)$ | $p(x)dx$ |
| Cumulative | $P_i=\sum_{l=1}^ip(x_l)$ | $P(x)=\int_a^xp(t)dt$ |
| Positivity | $ 0 \le p(x_i) \le 1$ | $ p(x) \ge 0$ |
| Positivity | $ 0 \le P_i \le 1$ | $ 0 \le P(x) \le 1$ |
| Positivity | $0 \le p(x_i) \le 1$ | $p(x) \ge 0$ |
| Positivity | $0 \le P_i \le 1$ | $0 \le P(x) \le 1$ |
| Monotonic | $P_i \ge P_j$ if $x_i \ge x_j$ | $P(x_i) \ge P(x_j)$ if $x_i \ge x_j$ |
| Normalization | $P_N=1$ | $P(b)=1$ |
|--------------------------------------------------------------------------------------------------------------------------------------|