-
Notifications
You must be signed in to change notification settings - Fork 0
/
magnetic-regression.html
76 lines (69 loc) · 5.63 KB
/
magnetic-regression.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scatterplots and the Magnetic Pull of the Regression Line</title>
<link rel="stylesheet" href="magnetic-regression.css">
</head>
<body>
<header>
<h1>Scatterplots and the Magnetic Pull of the Regression Line</h1>
</header>
<section id="scatterplot-description">
<div class="content-wrapper">
<p>
In Galton's framework, the regression line was not merely a statistical tool, but a reflection of his broader belief in human hierarchy and progress. He used it to promote the idea that certain groups, by aligning more closely with this 'ideal,' represented superior traits, intelligence, or potential. The line, like a magnetic field, pulls individuals toward a constructed standard, implicitly suggesting that those who fall near it are aligned with the path of human advancement.
</p>
<p>
However, those whose thoughts or traits deviate significantly from this supposed ideal—who genuinely think differently, not out of contrarianism but from a distinct perspective—often find themselves subtly distanced from the collective. The force of this standard quietly pressures them to question the validity of their own thinking, leading them to internalize the belief that their divergence signals error or inadequacy. By design, Galton’s regression reinforced the idea that deviation from the "norm" could be interpreted as inferiority, marginalizing those who challenged the perceived superiority of the group aligned with the line.
</p>
<p>
Below is a scatterplot visualization of Francis Galton’s height data, which captures the heights of parents and their children. This data became the basis for Galton’s theory of regression to the mean, where the magnetic pull of the regression line functions not only as a statistical trend but also as a reflection of societal pressures to conform. The individuals (data points) further from the line are subtly nudged toward the average, symbolizing the societal expectation to fit within accepted norms. This visualization invites reflection on how statistical models can reinforce standards that both define and restrict human potential.
</p>
</div>
</section>
<section id="tableau-embed">
<div class="tableau-container">
<div class="tableauPlaceholder" id="viz1662602775300">
<noscript>
<a href="https://public.tableau.com/views/S_plot/Dashboard2?:language=en&:display_count=y&:origin=viz_share_link">
<img alt="Interactive Tableau Dashboard" style="border: none" src="https://public.tableau.com/static/images/S_/S_plot/Dashboard2/1_rss.png">
</a>
</noscript>
<object class="tableauViz" width="100%" height="900">
<param name="host_url" value="https%3A%2F%2Fpublic.tableau.com%2F" />
<param name="embed_code_version" value="3" />
<param name="site_root" value="" />
<param name="name" value="S_plot/Dashboard2" />
<param name="tabs" value="no" />
<param name="toolbar" value="yes" />
<param name="static_image" value="https://public.tableau.com/static/images/S_/S_plot/Dashboard2/1.png" />
<param name="animate_transition" value="yes" />
<param name="display_static_image" value="yes" />
<param name="display_spinner" value="yes" />
<param name="display_overlay" value="yes" />
<param name="display_count" value="yes" />
</object>
</div>
</div>
</section>
<section id="after-visualization">
<div class="content-wrapper">
<p>
While the regression line pulls most individuals toward a shared societal "norm," it’s important to consider those who fall furthest from this trend. These outliers—those whose traits, ideas, or actions deviate significantly from the prescribed standard—often find themselves in positions of tension with societal expectations. Rather than being mere statistical anomalies, these individuals represent the true breadth of human potential, resisting the magnetic pull toward conformity.
</p>
<p>
Far from being mere statistical anomalies, outliers challenge the very foundations of societal norms, raising critical questions about the nature of progress and the moral frameworks that prioritize uniformity over diversity. What happens when those farthest from the mean begin to reshape the trajectory of human evolution? Are they to be marginalized, or should we recognize in their deviation a crucial space for innovation, creativity, and alternative ways of thinking?
</p>
<p>
The next section explores these philosophical tensions further, delving into the significance of outliers and the role they play in resisting not just statistical trends but also societal pressures to conform. Their distance from the regression line offers a crucial opportunity to rethink what progress means and who decides the standards by which we measure it.
</p>
</div>
</section>
<footer>
<p>© 2024 Colin Geraghty. All rights reserved.</p>
</footer>
<script type="text/javascript" src="https://public.tableau.com/javascripts/api/viz_v1.js"></script>
</body>
</html>