.. _dpa-karl-pearson: ======================================================================== Karl Pearson ======================================================================== **Stage 2 · 🔗 Associations & Correlation** · Lesson 13 of 56 · *beginner* :doc:`◀ Previous · Correlation Coefficients in Python (Pearson, Spearman, Kendall) <12-correlation-coefficients-in-python-pearson-spearman-kendall>` · :doc:`Next · Harald Cramér ▶ <14-harald-cramer>` · :doc:`↑ Section ` .. important:: **✨ AI-generated content.** This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it. The founder of the field -------------------------- **Karl Pearson** (1857–1936) is, more than anyone, the **founder of modern mathematical statistics**. An English mathematician at **University College London**, he spent the 1890s and 1900s turning statistics from a collection of tricks into a discipline — and established **Britain's first degree course** in the subject. The correlation coefficient of the last few lessons is his. Tools we still use -------------------- A remarkable share of everyday statistics traces to Pearson. He gave the **product-moment correlation coefficient** :math:`r` its modern form in 1896 (building on Galton and Bravais), and around 1900 introduced the **chi-square test** for goodness of fit and for association in contingency tables — still the standard tool for categorical data, and the basis of Cramér's V in the next lesson. He also devised the **method of moments**, the **Pearson family of distributions**, and coined terms as basic as **standard deviation** and **histogram**. Biometrika and the school --------------------------- Pearson built an **institution**, not just a toolkit. He founded and ran laboratories at UCL, gathered collaborators into a **"biometric school"**, and in 1901 co-founded **Biometrika** — the first journal of modern statistics — with Francis Galton and Walter Weldon. Much of the field's early literature ran through it. A complicated legacy ---------------------- Pearson's record also carries a darker strand: he was a committed advocate of **eugenics**, promoting views on race and class that are rightly rejected today. It is worth holding both facts at once — that the mathematical machinery is foundational and still in daily use, and that the ideology some of it was built to serve was harmful. The tools outlived the purpose. .. hint:: **Related lessons:** :doc:`Measuring Associations Between Two Continuous Variables <11-measuring-associations-between-two-continuous-variables>` · :doc:`Correlation Coefficients in Python (Pearson, Spearman, Kendall) <12-correlation-coefficients-in-python-pearson-spearman-kendall>` · :doc:`What Are Statistical Tests? <15-what-are-statistical-tests>` · :doc:`Harald Cramér <14-harald-cramer>` .. seealso:: **Source article** Adapted (context, re-expressed) in our own words from: `https://insightful-data-lab.com/2026/01/14/karl-pearson/ `__ (insightful-data-lab.com). .. tags:: purpose: reference, topic: data analysis, topic: data preparation, level: beginner