Typo again (grrr)
This commit is contained in:
@@ -958,9 +958,6 @@ the rows which only contain integers and which sum to n. (★★★)</p>
|
||||
<li><p class="first">Compute bootstrapped 95% confidence intervals for the mean of a 1D array X
|
||||
(i.e., resample the elements of an array with replacement N times, compute
|
||||
the mean of each sample, and then compute percentiles over the means). (★★★)</p>
|
||||
</li>
|
||||
</ol>
|
||||
<blockquote>
|
||||
<pre class="code python literal-block">
|
||||
<span class="comment single"># Author: Jessica B. Hamrick</span>
|
||||
|
||||
@@ -971,7 +968,8 @@ the mean of each sample, and then compute percentiles over the means). (★★
|
||||
<span class="name">confint</span> <span class="operator">=</span> <span class="name">np</span><span class="operator">.</span><span class="name">percentile</span><span class="punctuation">(</span><span class="name">means</span><span class="punctuation">,</span> <span class="punctuation">[</span><span class="literal number float">2.5</span><span class="punctuation">,</span> <span class="literal number float">97.5</span><span class="punctuation">])</span>
|
||||
<span class="keyword">print</span><span class="punctuation">(</span><span class="name">confint</span><span class="punctuation">)</span>
|
||||
</pre>
|
||||
</blockquote>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user