You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Indexing into arrays with integers: <ahref="resampling_with_code2.html#sec-array-indexing" class="quarto-xref"><span>Section 6.6</span></a>.</li>
418
+
<li>Selecting multiple elements from arrays with slicing: <ahref="more_sampling_tools.html#sec-slice-indexing" class="quarto-xref"><span>Section 10.2</span></a>.</li>
<li>Squaring values and arrays: <ahref="standard_scores.html#sec-squared-arrays" class="quarto-xref"><span>Section 16.7.1</span></a>.</li>
422
-
<li>Indexing into arrays with integers: <ahref="resampling_with_code2.html#sec-array-indexing" class="quarto-xref"><span>Section 6.6</span></a>.</li>
423
-
<li>Selecting multiple elements from arrays with slicing: <ahref="more_sampling_tools.html#sec-slice-indexing" class="quarto-xref"><span>Section 10.2</span></a>.</li>
<li>Named arguments to functions: <ahref="resampling_with_code.html#sec-named-arguments" class="quarto-xref"><span>Section 5.8</span></a>.</li>
426
426
<li>Functions and methods: <ahref="resampling_with_code.html#nte-functions-methods" class="quarto-xref">Note <span>5.1</span></a>.</li>
427
427
<li>Ranges (continuous sequences) of integers: <ahref="resampling_with_code.html#sec-ranges" class="quarto-xref"><span>Section 5.9</span></a>.</li>
428
428
<li><code>range</code> in Python (compared to <code>np.arange</code>): <ahref="resampling_with_code.html#sec-python-range" class="quarto-xref"><span>Section 5.10</span></a>.</li>
429
429
<li>Advanced ranges (for example, using floating point values), using <spanclass="python"><code>np.arange</code></span>: <ahref="testing_counts_1.html#nte-advanced-ranges" class="quarto-xref">Note <span>21.2</span></a>.</li>
430
-
<li>The <em>absolute</em> function (<spanclass="python"><code>np.abs</code></span>) to convert all values to positive: <ahref="standard_scores.html#nte-abs-function" class="quarto-xref">Note <span>16.2</span></a>.</li>
431
430
<li>Repeating elements of an array with <spanclass="python"><code>np.repeat</code></span>: <ahref="sampling_tools.html#sec-repeating" class="quarto-xref"><span>Section 7.6</span></a>}</li>
431
+
<li>The <em>absolute</em> function (<spanclass="python"><code>np.abs</code></span>) to convert all values to positive: <ahref="standard_scores.html#nte-abs-function" class="quarto-xref">Note <span>16.2</span></a>.</li>
0 commit comments