🐍🐼
Book
Table of Contents
Book Index
Scratch ActiveCode
Chapters
1. Introduction
2. Values and Variables (Single Pieces of Data)
3. Control Structures
4. Functions
5. Strings, Lists, and Files (Multiple Pieces of Data)
6. Pandas
7. Statistics & Correlation
8. Data Visualization
9. Classes (Defining New Kinds of Objects)
Contributions
License
7.
Statistics & Correlation
¶
7.1. Descriptive Statistics
7.1.1. 07.1.1.0 Introduction
7.1.2. 07.1.1.1: Measures of Central Tendency
7.1.3. 07.1.1.2 Other Basic Descriptive Statistics
7.1.4. 07.1.1.3 Measures of Dispersion
7.2. Associations with Correlations
7.2.1. 07.2.1.0 Introduction to Measures of Association
7.2.2. 07.2.1.1 Types of Correlation Coefficients (and Types of Data)
7.2.3. 07.2.1.2 Pearson’s r
7.2.4. 07.2.1.3 Spearman’s Rank Order Correlation
7.2.5. 07.2.1.4
.corr()