更新时间:2021-06-11 18:40:58
封面
版权信息
Preface
1. Fundamentals of Python
Introduction
Control Flow Methods
Data Structures
Functions and Algorithms
Testing Debugging and Version Control
Summary
2. Python's Main Tools for Statistics
Scientific Computing and NumPy Basics
Working with Tabular Data in pandas
Data Visualization with Matplotlib and Seaborn
3. Python's Statistical Toolbox
An Overview of Statistics
Types of Data in Statistics
Descriptive Statistics
Inferential Statistics
Python's Other Statistics Tools
4. Functions and Algebra with Python
Functions
Function Transformations
Equations
Systems of Equations
5. More Mathematics with Python
Sequences and Series
Trigonometry
Vectors
Complex Numbers
6. Matrices and Markov Chains with Python
Matrix Operations on a Single Matrix
Operations on Multiple Matrices
Solving Linear Equations Using Matrices
Transition Matrix and Markov Chains
7. Doing Basic Statistics with Python
Data Preparation
Calculating and Using Descriptive Statistics
Exploratory Data Analysis
8. Foundational Probability Concepts and Their Applications
Randomness Probability and Random Variables
Discrete Random Variables
Continuous Random Variables
9. Intermediate Statistics with Python
Law of Large Numbers
Central Limit Theorem
Confidence Intervals
Hypothesis Testing
10. Foundational Calculus with Python
Writing the Derivative Function
Calculating Integrals
Using Trapezoids
Using Integrals to Solve Applied Problems
Using Derivatives to Solve Optimization Problems
11. More Calculus with Python
Length of a Curve
Length of a Spiral
Area of a Surface
Infinite Series
12. Intermediate Calculus with Python
Differential Equations
Interest Calculations
Population Growth
Half-Life of Radioactive Materials
Newton's Law of Cooling
Mixture Problems
Euler's Method
Appendix