Sampling & Distribution

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:58 PM on 6/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Descriptive Stats

Numbers and graphs used to summarize and describe data.

2
New cards

Accurate Inferences (Conclusions) Require:

  1. Good experimental design

  2. Representatives samples

  3. Accurate theories

3
New cards

Central Tendency

Where most of the data is centered or what a “typical” value looks like.

  • Mean = average

  • Median = middle value

  • Mode = most frequent value

4
New cards

Histogram

It shows how often values occur and the shape of the data (e.g., normal, skewed)

  • Histogram = continuous data

  • Bar graph = categories

<p>It shows how often values occur and the <strong>shape</strong> of the data (e.g., normal, skewed)</p><ul><li><p>Histogram = continuous data </p></li><li><p>Bar graph = categories</p></li></ul><p></p>
5
New cards

Concrete (Local) Element

Things directly observed or calculated from the sample, such as statistics, graphs, and relationships between variables

6
New cards

Abstract (Global) Element

Help us make conclusions about the population; population estimation, hypothesis testing, confidence intervals, etc.

7
New cards

Distribution

How data is distributed (spread out)

  • Tells us the range of scores and the frequency (or probability) of those scores

  • Normal, skewed, uniform

8
New cards

Probability Density Function (PDF)

The probability of different values occurring in a continuous distribution.

Tells the relationships between the value and the population mean

9
New cards

Uniform Distribution

  • Symmetric and all outcomes are equally likely (roll of die)

  • Discrete: finite number of outcomes

  • Outcomes are bounded (we know the lowest and highest values, can't go under/past)

10
New cards

Binomial Distribution

  • Probability of a win/lose outcome in an experiment repeated multiple times

  • Trials are all independent

  • Two possible outcomes (coin toss, hit or miss the target with a dart)

11
New cards

Normal Distribution

  • Symmetric, bell-shaped, continuous data

  • Individual scores in a population or sample

  • Described by mean and standard deviation

  • Positive (right) skewed, Mode < Median < Mean

  • Negative (left) skewed, Mean < Median < Mode

<ul><li><p>Symmetric, bell-shaped, <strong>continuous</strong> data</p></li><li><p>Individual scores in a population or sample</p></li><li><p>Described by mean and standard deviation</p></li><li><p>Positive (right) skewed, Mode &lt; Median &lt; Mean</p></li><li><p>Negative (left) skewed, Mean &lt; Median &lt; Mode</p></li></ul><p></p>
12
New cards

Sampling Distribution

A distribution that contains statistics from samples (the mean) instead of individual scores

  • Efficient and cheap

  • Allow us to make an estimate about the full population

13
New cards

Kurtosis

Measure how much data is found in the tails of a distribution and how peaked the distribution is.

<p>Measure how much data is found in the <strong>tails</strong> of a distribution and how peaked the distribution is.</p>
14
New cards

Leptokurtic Distribution

A distribution that is taller, narrower, and more extreme values. Upside down V

15
New cards

Platykurtic Distribution

Shorter and wider, with lighter tails and fewer extreme values. Upside down U

16
New cards

Distribution of Sample Mean (DOSM)

  • The mean of DOSM is the same as population

  • Distribution of many sample averages used to understand the true population mean.

  • Used for confidence intervals & hypothesis testing

17
New cards

Parameter vs Statistic

Parameter (μ)- a numerical value that describes a population.

(Fixed, usually unknown because we can’t measure everyone)

Statistic (x̄) - a numerical value that describes a sample.

(Calculated, used to estimate the parameter)

18
New cards

Theoretical Populations

A population that is assumed to follow a certain distribution shape, with parameters (e.g., mean and standard deviation) based on previous research.

19
New cards

Monte Carlo Sampling

A method that uses repeated random, independent sampling from a probability distribution to estimate population values.

  • The more samples taken, the closer the estimate gets to the true value

Example: Rolling a die thousands of times and using the average result to estimate the mean.

20
New cards

Bootstrap Resampling

A method that repeatedly samples with replacement from the original dataset

  • Bootstrapping is useful in small samples sizes, more precise estimates of parameters, and make comparisons across groups

  • Estimates reliability without collecting new data

Example

Original data:

[2, 4, 6, 8]

One bootstrap sample could be:

[2, 2, 6, 8] or [4, 4, 4, 6]