- 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.
推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- 火格局的時空變異及其在電網(wǎng)防火中的應(yīng)用
- 機器學(xué)習及應(yīng)用(在線實驗+在線自測)
- 腦動力:C語言函數(shù)速查效率手冊
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- Effective DevOps with AWS
- 深度學(xué)習中的圖像分類與對抗技術(shù)
- Hands-On Data Warehousing with Azure Data Factory
- WOW!Photoshop CS6完全自學(xué)寶典
- Puppet 3 Beginner’s Guide
- 設(shè)計模式
- 基于Proteus的PIC單片機C語言程序設(shè)計與仿真
- PostgreSQL High Performance Cookbook
- 數(shù)字多媒體技術(shù)與應(yīng)用實例
- Java Deep Learning Projects