]> code.communitydata.science - stats_class_2019.git/commitdiff
updated typo fix
authoraaronshaw <aaron.d.shaw@gmail.com>
Tue, 16 Apr 2019 23:51:08 +0000 (18:51 -0500)
committeraaronshaw <aaron.d.shaw@gmail.com>
Tue, 16 Apr 2019 23:51:08 +0000 (18:51 -0500)
problem_sets/week_03/ps3-worked_solution.Rmd
problem_sets/week_03/ps3-worked_solution.html

index 76e2c63a2a65b75668cda12d4fd121f085c93597..0004b6ac42a5105989665c864c9c70544ee7c772 100644 (file)
@@ -302,6 +302,6 @@ choose(10,2)*0.07^2*0.93^8
 
 (d) Is random assignment to tents likely to ensure $\leq1~arachnophobe$ per tent?
    
- Random assignment and the independence assumption means that the answer to part c is the inverse of the outcome we're looking to avoid: $P(\gt1~arachnophobes) = 1-P(\leq1~arachnophobe)$. So, $P(\gt1~arachnophobes) = 1-0.84 = 0.16 = 16\%$. Those are the probabilities, but the interpretation really depends on how confident the camp counselor feels about a $16\%$ chance of having multiple arachnophobic campers in one of the tents.
+ Random assignment and the independence assumption means that the answer to part c is the complement of the outcome we're looking to avoid: $P(\gt1~arachnophobes) = 1-P(\leq1~arachnophobe)$. So, $P(\gt1~arachnophobes) = 1-0.84 = 0.16 = 16\%$. Those are the probabilities, but the interpretation really depends on how confident the camp counselor feels about a $16\%$ chance of having multiple arachnophobic campers in one of the tents.
 
 
index 992712436ab3c5cbad4def19170d46591d960439..b67d96257f444179a7fa045458aa164aa586ca8d 100644 (file)
@@ -641,7 +641,7 @@ l68/length(d)</code></pre>
 <ol start="4" style="list-style-type: lower-alpha">
 <li>Is random assignment to tents likely to ensure <span class="math inline">\(\leq1~arachnophobe\)</span> per tent?</li>
 </ol>
-<p>Random assignment and the independence assumption means that the answer to part c is the inverse of the outcome we’re looking to avoid: <span class="math inline">\(P(\gt1~arachnophobes) = 1-P(\leq1~arachnophobe)\)</span>. So, <span class="math inline">\(P(\gt1~arachnophobes) = 1-0.84 = 0.16 = 16\%\)</span>. Those are the probabilities, but the interpretation really depends on how confident the camp counselor feels about a <span class="math inline">\(16\%\)</span> chance of having multiple arachnophobic campers in one of the tents.</p>
+<p>Random assignment and the independence assumption means that the answer to part c is the complement of the outcome we’re looking to avoid: <span class="math inline">\(P(\gt1~arachnophobes) = 1-P(\leq1~arachnophobe)\)</span>. So, <span class="math inline">\(P(\gt1~arachnophobes) = 1-0.84 = 0.16 = 16\%\)</span>. Those are the probabilities, but the interpretation really depends on how confident the camp counselor feels about a <span class="math inline">\(16\%\)</span> chance of having multiple arachnophobic campers in one of the tents.</p>
 </div>
 </div>
 

Community Data Science Collective || Want to submit a patch?