Inferential Statistics¶
Inferential statistics provides methods for drawing conclusions and making predictions about a larger population based on data collected from a smaller sample. It allows us to quantify uncertainty and test hypotheses about the real world.
Key areas covered include:
- Introduction: Core ideas of populations, samples, parameters, and statistics.
- Estimation: Using sample data to estimate population parameters, including point estimates and confidence intervals, and understanding the concept of Standard Error.
- Hypothesis Testing: The formal framework for making decisions based on data, involving null and alternative hypotheses, test statistics, p-values, and significance levels. (See Map).
- Descriptive Foundations: Review of basic measures like central tendency, variability, and key distributions like the Gaussian Distribution.
- Parametric Tests: Statistical tests that assume the data follows specific distributions (often Normal), such as t-tests and ANOVA. Includes discussions on test Assumptions and Mechanisms.
- (Placeholder: Non-Parametric Tests): Tests used when parametric assumptions are not met.
- Model Considerations: Understanding fundamental tradeoffs like Bias vs. Variance.
- Degrees of Freedom: A concept related to the number of independent pieces of information in a calculation.
- Central Limit Theorem: A foundational theorem enabling many inferential procedures.
Use the sidebar navigation to explore specific topics within Inferential Statistics.