Skip to main content
뒤로

Introductory Statistics: Sampling, Data Types, and Data Visualization

스터디 가이드 - 스마트 노트

자료에 맞춘 맞춤형 노트, 핵심 정의, 예시, 맥락을 확장해 제공합니다.

Chapter 1: Sampling and Types of Statistics

Key Statistical Concepts

This section introduces foundational terms and methods in statistics, focusing on how data is collected and the distinction between types of statistics.

  • Population: The entire group of individuals or items that we want to study or draw conclusions about.

  • Sample: A subset of the population, selected for actual analysis.

  • Descriptive Statistics: Methods for summarizing and organizing data, such as calculating averages or creating graphs.

  • Inferential Statistics: Techniques for making generalizations or predictions about a population based on sample data.

Sampling Methods

Sampling is the process of selecting a subset of individuals from a population to estimate characteristics of the whole group. Different methods are used to ensure samples are representative.

  • Simple Random Sample: Every member of the population has an equal chance of being selected. This can be achieved by random number generators or drawing names from a hat.

  • Systematic Sampling: Select every kth member from a list after a random starting point. For example, choosing every 10th person on a list.

  • Cluster Sampling: Divide the population into clusters (often based on location), randomly select some clusters, and include all members from those clusters in the sample.

  • Stratified Sampling: Divide the population into strata (groups) based on a characteristic (e.g., age, gender), then randomly sample from each stratum proportionally.

Chance of Selecting a Specific Sample

  • In a simple random sample of size n from a population of size N, the probability of selecting any particular sample is:

Example

  • Example: If you have a population of 100 students and want to select a sample of 5, the number of possible samples is , and each has an equal chance of being chosen in a simple random sample.

Chapter 2: Types of Data and Data Visualization

Types of Data

Understanding the nature of data is crucial for choosing appropriate statistical methods.

  • Qualitative (Categorical) Data: Describes qualities or categories (e.g., colors, names, labels).

  • Quantitative Data: Consists of numerical values representing counts or measurements.

  • Discrete Data: Quantitative data that can take only specific, separate values (e.g., number of students).

  • Continuous Data: Quantitative data that can take any value within a range (e.g., height, weight).

Frequency and Relative Frequency

  • Frequency: The number of times a particular value or category occurs in a data set.

  • Relative Frequency: The proportion of times a value occurs, calculated as:

Data Visualization Methods

Visual representations help summarize and interpret data distributions.

  • Dotplot: A simple plot where each data value is shown as a dot above a number line.

  • Stem-and-Leaf Plot: Displays data by splitting each value into a "stem" (all but the final digit) and a "leaf" (the final digit). Useful for small to moderate-sized data sets.

  • Histogram: A bar graph representing the frequency of data within equal-width intervals (bins). Useful for visualizing the shape of a data distribution.

Describing Data Distributions

  • Symmetric: The left and right sides of the histogram are approximately mirror images.

  • Left Skewed (Negatively Skewed): The tail on the left side of the distribution is longer; most data are concentrated on the right.

  • Right Skewed (Positively Skewed): The tail on the right side is longer; most data are concentrated on the left.

Example

  • Example: A histogram of exam scores shows a right-skewed distribution if most students scored low, with a few high outliers.

Pearson Logo

스터디 프렙