So far, we've focused on describing data we have in hand using descriptive statistics and understanding the rules of chance through probability. But often, our goal in machine learning and data analysis isn't just to describe the data we collected; it's to make informed guesses or decisions about a larger group (the population) based on that limited data (the sample). This process of drawing conclusions about populations from samples is known as statistical inference.
This chapter introduces the fundamental concepts of statistical inference. You will learn about:
We will build upon the descriptive statistics and probability concepts from previous chapters to understand how to make generalizations beyond the immediate data.
5.1 Drawing Conclusions from Data
5.2 Point Estimation
5.3 Interval Estimation: Confidence Intervals
5.4 Hypothesis Testing: The Basic Idea
5.5 Null and Alternative Hypotheses
5.6 Understanding P-values
5.7 Connecting Inference to Machine Learning Evaluation
5.8 Practice: Interpreting Statistical Results
© 2025 ApX Machine Learning