Statistics and Random Variables (Chapters 6–8) - Vocabulary Flashcards

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

1/28

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering key terms and definitions from discrete/continuous random variables, distributions, and the normal/binomial families as presented in chapters 6–8.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Random variable

A numerical description of the outcomes of a random experiment, denoted by X; assigns a number to each result of the experiment.

2
New cards

Discrete random variable

A random variable that can take only a finite or countable set of values (e.g., number of defective items).

3
New cards

Continuous random variable

A random variable that can take any value in an interval; probabilities are assigned to ranges, not exact values (P(X = a) = 0).

4
New cards

Probability distribution (discrete)

A function or table giving P(X = x) for each possible value x of a discrete random variable.

5
New cards

Probability distribution (continuous)

A description of probabilities via a probability density function (PDF) f(x) with P(a ≤ X ≤ b)=∫_a^b f(x)dx.

6
New cards

Probability density function (PDF)

A non-negative function f(x) for a continuous random variable such that ∫ f(x) dx = 1; P(a ≤ X ≤ b)=∫_a^b f(x)dx.

7
New cards

Cumulative distribution function (CDF)

F(x) = P(X ≤ x); a nondecreasing function that aggregates probabilities up to x.

8
New cards

Expected value (mean)

Long-run average value of X; for discrete X, E(X)=∑ xi P(X=xi); for continuous X, E(X)=∫ x f(x) dx.

9
New cards

Variance

A measure of spread: Var(X)=E[(X−μ)²]; for discrete, Var(X)=∑(xi−μ)² P(X=xi); μ is the mean.

10
New cards

Standard deviation

σ, the square root of the variance; σ = √Var(X).

11
New cards

Bernoulli distribution

X takes 1 with probability p and 0 with probability 1−p; mean μ=p and variance σ²=p(1−p).

12
New cards

Binomial distribution

X = number of successes in n independent Bernoulli trials with probability p; X~Binomial(n,p); mean μ=np; variance σ²=np(1−p); pmf P(X=k)=C(n,k)p^k(1−p)^{n−k}.

13
New cards

Uniform discrete random variable

A discrete variable where all possible values have equal probability.

14
New cards

Uniform continuous distribution

A continuous variable X that is equally likely over an interval [a,b], with f(x)=1/(b−a) for a<x<b.

15
New cards

Normal distribution

Bell-shaped, symmetric about μ; X~N(μ,σ²); PDF f(x)=(1/(σ√(2π))) e^{-(x−μ)²/(2σ²)}.

16
New cards

Standard normal distribution

Z ~ N(0,1); obtained by transforming X via Z=(X−μ)/σ to compare across populations.

17
New cards

Z-score

Number of standard deviations a value x is from the mean: z=(x−μ)/σ.

18
New cards

Quantile

Value k such that P(X ≤ k) = p; the p-th percentile of the distribution.

19
New cards

Mode

The most frequently occurring value(s) in a distribution (highest probability).

20
New cards

Median

The value(s) that divide the probability distribution so that half the data lie at or below it.

21
New cards

Mean of Binomial distribution

μ=np, the expected number of successes in n trials with success probability p.

22
New cards

Variance of Binomial distribution

σ²=np(1−p); measures spread of the number of successes in n trials.

23
New cards

Linearity of expectation

E(aX+b)=aE(X)+b for constants a,b; also extends to sums: E[∑ Xi]=∑E[Xi].

24
New cards

Variance under linear transformation

Var(aX+b)=a²Var(X); shifting by b does not affect variance.

25
New cards

Binomial probability mass function

P(X=k)=C(n,k) p^k (1−p)^{n−k} for k=0,1,…,n; used when counting successes in binomial trials.

26
New cards

Probability notation P(X=x)

The probability that the random variable X takes the specific value x in a distribution.

27
New cards

Mean and standard deviation in a normal context

In a normal distribution, about 68% lie within μ±σ, about 95% within μ±2σ, and about 99.7% within μ±3σ.

28
New cards

Inverse normal function (quantiles)

Calculator function used to find values k such that P(X ≤ k) equals a given probability for a normal distribution.

29
New cards

Relation between discrete and continuous descriptions

Discrete: probabilities on distinct values; Continuous: probabilities over intervals via PDFs and integrals.