Skip to content

Commit b34ef8f

Browse files
committed
Deploying to main from @ resampling-stats/resampling-with@85174fa 🚀
1 parent dd1ca0e commit b34ef8f

File tree

180 files changed

+1814
-1829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+1814
-1829
lines changed

code_topics.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,22 +413,22 @@ <h1 class="title">Appendix D — Code topics</h1>
413413
<li>Lists in Python: <a href="sampling_tools.html#sec-lists" class="quarto-xref"><span>Section 7.3.2</span></a>.</li>
414414
<li>Arrays: <a href="sampling_tools.html#sec-arrays" class="quarto-xref"><span>Section 7.3.1</span></a>.</li>
415415
</ul></li>
416+
<li>array length: <a href="resampling_with_code2.html#sec-array-length" class="quarto-xref"><span>Section 6.5</span></a>.</li>
417+
<li>Indexing into arrays with integers: <a href="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: <a href="more_sampling_tools.html#sec-slice-indexing" class="quarto-xref"><span>Section 10.2</span></a>.</li>
416419
<li>Strings — values containing text: <a href="sampling_tools.html#sec-intro-to-strings" class="quarto-xref"><span>Section 7.4</span></a>.</li>
417420
<li>Randomness from your computer: <a href="resampling_method.html#sec-randomness-computer" class="quarto-xref"><span>Section 2.2</span></a>.</li>
418421
<li>Numpy’s random number generator: <a href="resampling_method.html#nte-numpy-rng" class="quarto-xref">Note&nbsp;<span>2.2</span></a>.</li>
419422
<li>Types of brackets in Python: <a href="about_technology.html#nte-bracket-types" class="quarto-xref">Note&nbsp;<span>4.1</span></a>.</li>
420-
<li>array length: <a href="resampling_with_code2.html#sec-array-length" class="quarto-xref"><span>Section 6.5</span></a>.</li>
421423
<li>Squaring values and arrays: <a href="standard_scores.html#sec-squared-arrays" class="quarto-xref"><span>Section 16.7.1</span></a>.</li>
422-
<li>Indexing into arrays with integers: <a href="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: <a href="more_sampling_tools.html#sec-slice-indexing" class="quarto-xref"><span>Section 10.2</span></a>.</li>
424424
<li>Introducing functions: <a href="resampling_with_code.html#sec-introducing-functions" class="quarto-xref"><span>Section 5.7</span></a>.</li>
425425
<li>Named arguments to functions: <a href="resampling_with_code.html#sec-named-arguments" class="quarto-xref"><span>Section 5.8</span></a>.</li>
426426
<li>Functions and methods: <a href="resampling_with_code.html#nte-functions-methods" class="quarto-xref">Note&nbsp;<span>5.1</span></a>.</li>
427427
<li>Ranges (continuous sequences) of integers: <a href="resampling_with_code.html#sec-ranges" class="quarto-xref"><span>Section 5.9</span></a>.</li>
428428
<li><code>range</code> in Python (compared to <code>np.arange</code>): <a href="resampling_with_code.html#sec-python-range" class="quarto-xref"><span>Section 5.10</span></a>.</li>
429429
<li>Advanced ranges (for example, using floating point values), using <span class="python"><code>np.arange</code></span>: <a href="testing_counts_1.html#nte-advanced-ranges" class="quarto-xref">Note&nbsp;<span>21.2</span></a>.</li>
430-
<li>The <em>absolute</em> function (<span class="python"><code>np.abs</code></span>) to convert all values to positive: <a href="standard_scores.html#nte-abs-function" class="quarto-xref">Note&nbsp;<span>16.2</span></a>.</li>
431430
<li>Repeating elements of an array with <span class="python"><code>np.repeat</code></span>: <a href="sampling_tools.html#sec-repeating" class="quarto-xref"><span>Section 7.6</span></a>}</li>
431+
<li>The <em>absolute</em> function (<span class="python"><code>np.abs</code></span>) to convert all values to positive: <a href="standard_scores.html#nte-abs-function" class="quarto-xref">Note&nbsp;<span>16.2</span></a>.</li>
432432
<li><code>for</code> loops: <a href="resampling_with_code2.html#sec-for-loops" class="quarto-xref"><span>Section 6.6.2</span></a>.</li>
433433
<li><code>if</code> statements: <a href="probability_theory_1a.html#sec-if-statements" class="quarto-xref"><span>Section 8.10</span></a>.</li>
434434
<li>Python modules and submodules: <a href="probability_theory_3.html#nte-modules-submodules" class="quarto-xref">Note&nbsp;<span>12.1</span></a>.</li>
2.08 KB
Loading

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<meta name="author" content="Julian Lincoln Simon">
1010
<meta name="author" content="Matthew Brett">
1111
<meta name="author" content="Stéfan van der Walt">
12-
<meta name="author" content="Ian Nimmo-Smith">
1312

1413
<title>Resampling statistics</title>
1514
<style>
@@ -393,7 +392,6 @@ <h1 class="title">Resampling statistics</h1>
393392
<p>Julian Lincoln Simon </p>
394393
<p>Matthew Brett </p>
395394
<p>Stéfan van der Walt </p>
396-
<p>Ian Nimmo-Smith </p>
397395
</div>
398396
</div>
399397

0 commit comments

Comments
 (0)