Stats Exam 2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

23 Terms

1
New cards

Random variable

A variable whose possible outcomes are numeric values and whose probabilities are assigned according to some function or rule.

2
New cards

Random variable

A variable whose possible outcomes are numeric values and whose probabilities are assigned according to some function or rule.

3
New cards

Discrete random variable

A variable that takes on a finite or countably infinite number of values, often associated with counting (e.g., number of heads in coin flips).

4
New cards

Continuous random variable

A variable that can take on an infinite number of values within a given range, often associated with measurement (e.g., height, weight, time).

5
New cards

Probability model

The collection of all possible outcomes of a random variable and their corresponding probabilities. It can be organized in a table, formula, or graph.

6
New cards

Expected value (E[X])

The long-run average outcome from a probability model if the experiment is repeated indefinitely.

7
New cards

Standard deviation (σ or SD[X])

A measure of how much a random variable typically deviates from its expected value.

8
New cards

Uniform Model

A discrete probability distribution where all outcomes are equally likely. Formula: P(X = x) = 1/n. Parameters: Number of possible outcomes (n). Example: Rolling a fair die.

9
New cards

Binomial Model

A discrete probability distribution that calculates the probability of observing k successes in n independent trials. Formula: P(X = k) = (n choose k) p^k (1-p)^{n-k}. Parameters: n (trials), k (successes), p (probability of success). Expected value: E[X] = np. Standard deviation: SD[X] = sqrt(np(1-p)).

10
New cards

Normal Distribution

A continuous probability distribution that is symmetric and bell-shaped, defined by its mean (μ) and standard deviation (σ). Expected value: E[X] = μ. Standard deviation: SD[X] = σ.

11
New cards

Standard Normal Distribution

A normal distribution with mean μ = 0 and standard deviation σ = 1. Standardization formula: Z = (X - μ) / σ.

12
New cards

Sampling Distribution

The probability distribution of a sample statistic (e.g., sample mean) over many samples. Mean: E[X̄] = μ. Standard deviation: SD[X̄] = σ/√n.

13
New cards

Central Limit Theorem

The sampling distribution of the sample mean approaches a normal distribution as sample size increases, regardless of population shape.

14
New cards

Point Estimate

A single value used to estimate a population parameter. Example: Sample mean (X̄) estimates population mean (μ).

15
New cards

Confidence Interval

A range of values that likely contains the true population parameter. Formula: X̄ ± Z* (σ/√n). Confidence levels: 90% → Z* = 1.645, 95% → Z* = 1.960, 99% → Z* = 2.576.

16
New cards

Hypothesis Test

A procedure to determine if a sample provides enough evidence to reject a null hypothesis.

17
New cards

Null Hypothesis (H₀)

A statement that there is no effect or no difference (e.g., μ = μ₀).

18
New cards

Alternative Hypothesis (H₁ or Ha)

A statement that contradicts H₀ (e.g., μ ≠ μ₀, μ > μ₀, or μ < μ₀).

19
New cards

Test Statistic

Z = (X̄ - μ₀) / (σ/√n).

20
New cards

p-value

The probability of obtaining a sample result as extreme as the observed one, assuming H₀ is true.

21
New cards

Significance Level (α)

The threshold probability for rejecting H₀. Common values: α = 0.05 (5%), α = 0.01 (1%).

22
New cards

Type I Error

Rejecting H₀ when it is actually true.

23
New cards

Type II Error

Failing to reject H₀ when it is actually false.