- Hands-On Data Science with R
- Vitor Bianchi Lanzetta Nataraj Dasgupta Ricardo Anjoleto Farias
- 261字
- 2021-06-10 19:12:31
Descriptive and Inferential Statistics
"To understand God's thoughts we must study statistics, for these are the measure of his purpose."
– Florence Nightingale
– Florence Nightingale
Instead of trusting gut feeling and guesses, data scientists trust data. Descriptive statistics are wonderful for introducing data and scavenging for insights. Statistical hypothesis testing is a great way to check how likely some behavior displayed by data is due to an actual trend or randomness. Although some key statistical concepts are recovered during the chapter, readers will greatly benefit from prior knowledge on probabilities and distributions. This chapter will discuss how to use R to draw descriptive analysis and test hypothesis.
The following topics are discussed in this chapter:
- Most commonly used descriptive measures
- How to summarize data with little effort
- How to set up a t-test
- How to design a function to run z-tests
- How to store and get your functions from the cloud
- How to use Fisher's exact test to run an A/B test
推薦閱讀
- Visualforce Development Cookbook(Second Edition)
- Julia 1.0 Programming
- 21天學通C++
- JSP從入門到精通
- PostgreSQL 10 Administration Cookbook
- Chef:Powerful Infrastructure Automation
- 大數據技術基礎:基于Hadoop與Spark
- 從零開始學PHP
- Cloud Security Automation
- Web璀璨:Silverlight應用技術完全指南
- Java組件設計
- 大數據素質讀本
- RealFlow流體制作經典實例解析
- 伺服與運動控制系統設計
- Hands-On Microservices with C#