Skip to content

Commit

Permalink
su24 final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavisprabhu authored and pallavisprabhu committed Dec 3, 2024
1 parent 81f06f1 commit 85eedd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/su24-final/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ <h3 id="problem-7.3">Problem 7.3</h3>
class="sourceCode py"><code class="sourceCode python"><span id="cb15-1"><a href="#cb15-1" aria-hidden="true" tabindex="-1"></a> p_value <span class="op">=</span> np.mean(simulated_stats ___ observed_statistic)</span></code></pre></div>
<ul class="task-list">
<li><p><input type="radio" disabled="" /> &gt;</p></li>
<li><p><input type="radio" disabled="" /> =</p></li>
<li><p><input type="radio" disabled="" /> &gt;=</p></li>
<li><p><input type="radio" disabled="" /> &lt;</p></li>
<li><p><input type="radio" disabled="" /> &lt;=</p></li>
<li><p><input type="radio" disabled="" /> =</p></li>
Expand All @@ -1734,7 +1734,7 @@ <h2 class="accordion-header" id="heading7_3">
<header id="title-block-header">
<h1 class="title"> </h1>
</header>
<p><strong>Answer:</strong> <span class="math inline">&gt;=</span></p>
<p><strong>Answer:</strong> &gt;=</p>
<p>Recall the p-value is the probability of seeing a result equal to or
more extreme than the observed value under the null hypothesis. Since
the TVD is our test statistic where greater values indicate a result
Expand Down
4 changes: 2 additions & 2 deletions problems/su24-final/q07.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ the correct p-value for this hypothesis test:
```

( ) \>
( ) >=
( ) \>=
( ) <
( ) <=
( ) =

# BEGIN SOLUTION
**Answer:** $>=$
**Answer:** \>=

Recall the p-value is the probability of seeing a result equal to or more extreme than the observed value under the null hypothesis. Since the TVD is our test statistic where greater values indicate a result more extreme that means we want to use $>=$ in the blank to check whether the simulated statistic is equal to or more extreme than the observed statistic.

Expand Down

0 comments on commit 85eedd4

Please sign in to comment.