- Hands-On Data Science with R
- Vitor Bianchi Lanzetta Nataraj Dasgupta Ricardo Anjoleto Farias
- 116字
- 2021-06-10 19:12:33
Quiz
- Which of these tests assume that the standard deviation is unknown?
- The great macaroni test
- The z-test
- The t-test
- Every A/B test
- Which of the following functions will give the probability of getting values equal or greater than one from a standardized normal distribution?
- qnorm(1, lower.tail = F)
- pnorm(1, lower.tail = F)
- pnorm(1)
- t.test(1, alternative = 'less')
- Select the false statement:
- A/B tests can be used to compare website versions
- A/B tests can be only used by the web industry
- Mean is a measure of central tendency
- Z-tests assume that the standard deviation is known
Answers—executing the following code will give you the answers to the quiz questions:
set.seed(10)
round(runif(3,1,4))
推薦閱讀
- 自動控制工程設計入門
- AWS:Security Best Practices on AWS
- 計算機原理
- 可編程控制器技術應用(西門子S7系列)
- OpenStack Cloud Computing Cookbook(Second Edition)
- Moodle Course Design Best Practices
- Ruby on Rails敏捷開發最佳實踐
- 步步圖解自動化綜合技能
- Docker on Amazon Web Services
- Hadoop應用開發基礎
- Windows安全指南
- 電腦上網入門
- 3ds Max造型表現藝術
- 基于Proteus的PIC單片機C語言程序設計與仿真
- Oracle 11g Anti-hacker's Cookbook