- Python:Advanced Predictive Analytics
- Ashish Kumar Joseph Babcock
- 203字
- 2021-07-02 20:09:26
Chapter 4. Statistical Concepts for Predictive Modelling
There are a few statistical concepts, such as hypothesis testing, p-values, normal distribution, correlation, and so on without which grasping the concepts and interpreting the results of predictive models becomes very difficult. Thus, it is very critical to understand these concepts, before we delve into the realm of predictive modelling.
In this chapter, we will be going through and learning these statistical concepts so that we can use them in the upcoming chapters. This chapter will cover the following topics:
- Random sampling and central limit theorem: Understanding the concept of random sampling through an example and illustrating the central limit theorem's application through an example. These two concepts form the backbone of hypothesis testing.
- Hypothesis testing: Understanding the meaning of the terms, such as null hypothesis, alternate hypothesis, confidence intervals, p-value, significance level, and so on. A step-by-step guide to implement a hypothesis test, followed by an example.
- Chi-square testing: Calculation of chi-square statistic. A description of usage of chi-square tests with a couple of examples.
- Correlation: The meaning and significance of correlations between two variables, the meaning and significance of correlation coefficients and calculating and visualizing the correlation between variables of a dataset.
推薦閱讀
- MySQL數據庫進階實戰
- 數據產品經理高效學習手冊:產品設計、技術常識與機器學習
- 從零開始學Hadoop大數據分析(視頻教學版)
- Access 2007數據庫應用上機指導與練習
- MySQL基礎教程
- Enterprise Integration with WSO2 ESB
- Spark核心技術與高級應用
- WS-BPEL 2.0 Beginner's Guide
- Scratch 3.0 藝術進階
- 白話大數據與機器學習
- 計算機應用基礎教程上機指導與習題集(微課版)
- Python數據分析與挖掘實戰(第3版)
- Node.js High Performance
- Oracle 11g數據庫管理員指南
- 區塊鏈應用開發指南:業務場景剖析與實戰