Typo
This commit is contained in:
@@ -955,7 +955,9 @@ the rows which only contain integers and which sum to n. (★★★)</p>
|
||||
<span class="keyword">print</span><span class="punctuation">(</span><span class="name">X</span><span class="punctuation">[</span><span class="name">M</span><span class="punctuation">])</span>
|
||||
</pre>
|
||||
</li>
|
||||
<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><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>
|
||||
|
||||
Reference in New Issue
Block a user