- Ensemble Machine Learning Cookbook
- Dipayan Sarkar Vijayalakshmi Natarajan
- 214字
- 2021-07-02 13:21:58
Introduction to sampling
Sampling techniques can be broadly classified into non-probability sampling techniques and probability sampling techniques. Non-probability sampling techniques are based on the judgement of the user, whereas in probability sampling, the observations are selected by chance.
Probability sampling most often includes simple random sampling (SRS), stratified sampling, and systematic sampling:
- SRS: In SRS, each observation in the population has an equal probability of being chosen for the sample.
- Stratified sampling: In stratified sampling, the population data is divided into separate groups, called strata. A probability sample is then drawn from each group.
- Systematic sampling: In this method, a sample is drawn from the population by choosing observations at regular intervals.
If the sample is too small or too large, it may lead to incorrect findings. For this reason, it's important that we've got the right sample size. A well-designed sample can help identify the biasing factors that can skew the accuracy and reliability of the expected outcome.
Errors might be introduced to our samples for a variety of reasons. An error might occur due to random sampling, for example, which is known as a sampling error, or because the method of drawing observations causes the samples to be skewed, which is known as sample bias.
推薦閱讀
- 大數據項目管理:從規劃到實現
- 程序設計缺陷分析與實踐
- JMAG電機電磁仿真分析與實例解析
- 流處理器研究與設計
- Splunk Operational Intelligence Cookbook
- 大數據驅動的機械裝備智能運維理論及應用
- Machine Learning with Apache Spark Quick Start Guide
- 筆記本電腦維修90個精選實例
- 空間機械臂建模、規劃與控制
- Mastering pfSense
- ASP.NET 2.0 Web開發入門指南
- C#求職寶典
- RealFlow流體制作經典實例解析
- Microsoft System Center Data Protection Manager Cookbook
- JSP網絡開發入門與實踐