Skip to content

Commit 575870b

Browse files
committed
Grammar update
1 parent 6c2fb76 commit 575870b

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
<nav class="nav main-nav">
1212
<ul>
1313
<li><a href="index.html" >Home</a></li>
14+
<!--
15+
<li><a href="blog.html">Blog</a></li>
16+
17+
# The following opens the link in a new tab
1418
<li><a href="https://google.com" target="_blank">Google</a></li>
19+
-->
1520
</ul>
1621
</nav>
1722
<h1 class="section-header">Luke Kruse's Website </h1>

shuffle.html

+12-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="stylesheet" href="style.css" >
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Homepage</title>
7+
<title>Shuffle Data</title>
88
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
99
</script>
1010
<script>
@@ -24,8 +24,10 @@
2424
<nav class="nav main-nav">
2525
<ul>
2626
<li><a href="index.html" >Home</a></li>
27-
<li><a href="https://google.com" target="_blank">Google</a></li>
28-
</ul>
27+
<!--
28+
<li><a href="blog.html">Blog</a></li>
29+
--!>
30+
</ul>
2931
</nav>
3032
<h1 class="section-header">Card Shuffling</h1>
3133
</header>
@@ -127,7 +129,7 @@ <h2>Analysis</h2>
127129
<figure>
128130
<img class="image" src="Images/trinomialEntropy.svg">
129131
<figcaption>
130-
Figure 1. Shannon Entropy for a System with 3 Possible Outcomes. The maximum, occurs, as expected when $p_1 = p_2 = p_3 = \frac{1}{3}$
132+
Figure 1. Shannon Entropy for a System with 3 Possible Outcomes. The maximum occurs, as expected, when $p_1 = p_2 = p_3 = \frac{1}{3}$
131133
</figcaption>
132134
</figure>
133135
<p>
@@ -140,37 +142,37 @@ <h2>Analysis</h2>
140142
Figure 2 illustrates this loss of information for a card initially known to located in the middle of the deck, position 50, after shuffling with a side shuffle the indicate number of times.
141143
After the first shuffle, the PMF contains two peaks corresponding to the top and bottom of the deck in accordance with whether the deck was cut just before or just after the 50th card before beginning the side shuffle, respectively.
142144
<i>
143-
Note: in frequency trail plots, each curve is offset by a set amount to give an impression of the progression (or in this case regression) of a distribution with respect to some dependent variable. This means that the absolute "y"-values for two curves with different shading ought not be compared.
145+
Note: in frequency trail plots, each curve is offset by a set amount to give an impression of the progression (or in this case regression) of a distribution with respect to some dependent variable. This means that the absolute "y"-values for two curves with different shading ought be compared with caution.
144146
</i>
145147
<figure>
146148
<img class="image" src="Images/ProbabilityRedistributionPos50.svg">
147149
<figcaption>
148150
Figure 2. Frequency trail of the evolution of the PMF of card initially located at the 50th position in the deck for 167 side-shuffles. After 5 shuffles, the PMF is relatively uniform.
149151
</figcaption>
150152
</figure>
151-
153+
Figures 3 through 6 show much the same trend, with a marked decay in information on the whereabouts of the initial card.
152154
<figure>
153155
<img class="image" src="Images/ProbabilityRedistributionPos1.svg">
154156
<figcaption>
155-
Figure 3. Frequency trail for a card initial at the 1st position.
157+
Figure 3. Frequency trail for a card initially at the 1st position.
156158
</figcaption>
157159
</figure>
158160
<figure>
159161
<img class="image" src="Images/ProbabilityRedistributionPos25.svg">
160162
<figcaption>
161-
Figure 4. Frequency trail for a card initial at the 25th position.
163+
Figure 4. Frequency trail for a card initially at the 25th position.
162164
</figcaption>
163165
</figure>
164166
<figure>
165167
<img class="image" src="Images/ProbabilityRedistributionPos75.svg">
166168
<figcaption>
167-
Figure 5. Frequency trail for a card initial at the 75th position.
169+
Figure 5. Frequency trail for a card initially at the 75th position.
168170
</figcaption>
169171
</figure>
170172
<figure>
171173
<img class="image" src="Images/ProbabilityRedistributionPos100.svg">
172174
<figcaption>
173-
Figure 6. Frequency trail for a card initial at the 100th position.
175+
Figure 6. Frequency trail for a card initially at the 100th position.
174176
</figcaption>
175177
</figure>
176178

0 commit comments

Comments
 (0)