Difference between revisions of "TDSM 5.3"
From The Data Science Design Manual Wikia
(Created page with "<math>B(100, 0.5) \approx N(100 \times 0.5, 100 \times 0.5 \times 0.5) = N(50, 25)</math> <math>P(X \leq 70) = 1 - P(X < 70) = 1 - P \left( Z < \frac{70-50}{25} \right) =...") |
Caitaozhan (talk | contribs) m (binomial distribution, normal) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <math>B(100, 0.5) \approx N(100 \times 0.5, 100 \times 0.5 \times 0.5) = N(50, 25)</math> | + | (a) <math>B(100, 0.5) \approx N(100 \times 0.5, 100 \times 0.5 \times 0.5) = N(50, 25)</math> |
− | <math>P(X \ | + | <math>P(X \geq 70) = 1 - P(X < 70) = 1 - P \left( Z < \frac{70-50}{\sqrt{25}} \right) = 1 - P(Z<4) \approx 0</math> |
Latest revision as of 00:43, 13 December 2017
(a) [math]B(100, 0.5) \approx N(100 \times 0.5, 100 \times 0.5 \times 0.5) = N(50, 25)[/math]
[math]P(X \geq 70) = 1 - P(X \lt 70) = 1 - P \left( Z \lt \frac{70-50}{\sqrt{25}} \right) = 1 - P(Z\lt 4) \approx 0[/math]