BUS 310 Chapter 6 Lessons 1 & 2

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

1/69

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:33 AM on 9/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

70 Terms

1
New cards

Population (Universe)

All items of interest

2
New cards

Sample

A portion of the population

3
New cards

Parameter

A summary measure about a Population (uses μ, σ, N, ∏)

4
New cards

Statistic

A summary measure about a Sample (uses X̄, s, n, p)

5
New cards

μ (mu)

Population mean

6
New cards

X̄ (x-bar)

Sample mean

7
New cards

σ (sigma)

Population standard deviation

8
New cards

s

Sample standard deviation

9
New cards

σ² (sigma squared)

Population variance

10
New cards

Sample variance

11
New cards

N

Population size

12
New cards

n

Sample size

13
New cards

∏ (Pi)

Population proportion

14
New cards

p

Sample proportion

15
New cards

Non-Probability Sampling

Sampling where items are chosen without regard to their probability of occurrence (includes judgment and convenience sampling)

16
New cards

Judgment Sampling

A non-probability method based on experts' opinions

17
New cards

Convenience Sampling

A non-probability method that is easy and inexpensive

18
New cards

Probability Sampling

Sampling based on chance; includes simple random, systematic, stratified, and cluster sampling

19
New cards

Simple Random Sample

A sample in which each population element has an equal chance of being selected, and selecting one subject does not affect selecting others

20
New cards

Systematic (Periodic) Sample

A sample formed by dividing the population into k groups (k = N/n), randomly selecting one individual from the first group, then selecting every kth individual thereafter

21
New cards

Systematic Sampling: k formula

k = N / n, where N = population size and n = sample size

22
New cards

Systematic Sampling Risk

Bias may occur due to periodicity

23
New cards

Stratified Sample

A sample formed by dividing the population into mutually exclusive, exhaustive subgroups (strata) sharing a common characteristic, then taking a simple random sample from each stratum proportional to its size

24
New cards

Cluster Sample

A sample formed by dividing the population into representative clusters, randomly selecting clusters, then sampling all or some items within those selected clusters

25
New cards

Cluster Sampling Example

Election exit polls, where certain election districts are selected and sampled

26
New cards

Stratified Sampling Example

Sampling a population of voters, stratifying across racial or socio-economic lines

27
New cards

Advantage of Simple Random/Systematic Sampling

Simple to use

28
New cards

Disadvantage of Simple Random/Systematic Sampling

May not be a good representation of the population's underlying characteristics

29
New cards

Advantage of Stratified Sampling

Ensures representation of individuals across the entire population

30
New cards

Advantage of Cluster Sampling

More cost effective

31
New cards

Disadvantage of Cluster Sampling

Less efficient — needs a larger sample to acquire the same level of precision

32
New cards

Estimation

Assessing the value of an unknown population parameter using sample data

33
New cards

Estimators

Measures used to estimate population parameters (e.g., sample mean, sample variance, sample proportion)

34
New cards

Point Estimate

A single number derived from sample data used to estimate the value of a population parameter

35
New cards

Sampling Error

The difference between the point estimate and the true value of the population parameter being estimated

36
New cards

Effect of Sample Size on Sampling Error

As the sample size increases, the sampling error decreases

37
New cards

Sampling Distribution of the Mean

The distribution of the means of all possible samples of a fixed size n from some population

38
New cards

Standard Error of the Mean

The standard deviation of the sampling distribution of the mean; measures how much estimates vary from sample to sample

39
New cards

Effect of n on Standard Error

As n increases, the standard error decreases (larger sample sizes have less sampling error)

40
New cards

Central Limit Theorem (CLT) — Part 1

If the sample size is large enough, the sampling distribution of the mean is approximately normally distributed regardless of the population's distribution, and has a mean equal to the population mean

41
New cards

Central Limit Theorem (CLT) — Part 2

If the population is normally distributed, the sampling distribution of the mean is also normally distributed for any sample size

42
New cards

Formula: Mean of sampling distribution

μ_X̄ = μ

43
New cards

Formula: Standard error of the mean

σ_X̄ = σ / √n

44
New cards

Rule of thumb for "large enough" sample

n > 30

45
New cards

Confidence Interval Estimation

Uses sample data to obtain a point estimate and a confidence interval around that point estimate

46
New cards

Hypothesis Testing

Determines whether the observed data provide support for a particular hypothesis

47
New cards

Confidence Interval

An interval around the point estimate, calculated from sample data, that is very likely to contain the true value of the population parameter

48
New cards

Margin of Error

The amount added to and subtracted from the point estimate to form the confidence interval; equals (Critical Value)(Standard Error)

49
New cards

General Confidence Interval Formula

Point Estimate ± (Critical Value)(Standard Error)

50
New cards

Confidence Level

The probability (1 − α) that the confidence interval correctly estimates the true population parameter; commonly 90%, 95%, or 99%

51
New cards

Interpretation of a 95% Confidence Interval

If we chose 100 different samples leading to 100 different interval estimates, we would expect 95 of them to contain the true population mean

52
New cards

Confidence Interval for μ — σ Known (formula)

X̄ ± Zα/2 (σ / √n)

53
New cards

Assumptions for CI with σ known

σ is known; population is normally distributed (or if not, use a large sample, n > 30)

54
New cards

Zα/2

The value of the standard normal random variable for an upper tail area of α/2

55
New cards

Zα/2 for 95% confidence

1.96

56
New cards

Zα/2 for 90% confidence

1.645

57
New cards

Excel formula for Zα/2

=NORM.S.INV(1 − α/2)

58
New cards

Excel formula for margin of error (σ known)

=CONFIDENCE.NORM(alpha, standard_deviation, size)

59
New cards

Confidence Interval for μ — σ Unknown (formula)

X̄ ± tα/2 (s / √n), with df = n − 1

60
New cards

Assumptions for CI with σ unknown

σ is unknown; population is normally distributed (or if not, use a large sample, n > 30); use Student's t distribution

61
New cards

t-Distribution

A family of probability distributions with a shape similar to the standard normal distribution, distinguished by degrees of freedom (df)

62
New cards

Effect of df on t-distribution

As degrees of freedom increases, the t-distribution converges to the standard normal distribution

63
New cards

Degrees of Freedom (df) for a single-sample CI

df = n − 1

64
New cards

Excel formula for t-value

=T.INV(1 − α/2, n − 1)

65
New cards

Excel formula for margin of error (σ unknown)

=CONFIDENCE.T(alpha, standard_deviation, size)

66
New cards

Confidence Interval for a Population Proportion (formula)

p ± Zα/2 √[p(1−p) / n]

67
New cards

When to use Z vs. t for a mean's CI

Use Z when σ (population standard deviation) is known; use t when σ is unknown (use s instead)

68
New cards

National Motors Example (σ known)

n=50, X̄=30, σ=4 → 95% CI: 28.88 ≤ μ ≤ 31.12

69
New cards

National Motors Example (σ unknown)

n=50, X̄=30, s=5 → 95% CI: 28.579 ≤ μ ≤ 31.421 (df=49, t=2.0096)

70
New cards

Circuits Example (σ known)

n=11, X̄=2.20 ohms, σ=0.35 → 95% CI: 1.9932 ≤ μ ≤ 2.4068 ohms