prob-stats e2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/45

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

46 Terms

1
New cards
Random Variable (RV)
Describes the outcomes of a statistical (random) experiment in words.
2
New cards
Uppercase letters

Denote a random variable, such as X, Y. for example: The number of heads when flipping a coin 3 times.

3
New cards
Lowercase letters

Denote specific values of the random variable, such as x, y. for example: 2 means that in one trial, exactly 2 heads were observed.

4
New cards
Discrete Random Variables
Can assume only a countable number of values (finite or countably infinite).
5
New cards
Continuous Random Variables
Can assume measurable values.
6
New cards
Discrete Probability Distribution Function (PDF)
The list of all possible pairs (xi,P(xi)), representing the probabilities of discrete outcomes.
7
New cards
Conditions of Probability
Each probability must be between 0 and 1, and the sum of all probabilities must be 1.
8
New cards
Probability Distributions
Represented as tables, graphs, or functions that assign probabilities to outcomes.
9
New cards
Expected Value (Mean)
Represents the long-term average of the distribution.
10
New cards
Variance
Measures the spread of values in a probability distribution.
11
New cards
Standard Deviation
The square root of variance, measuring dispersion in data.
12
New cards
Binomial Distribution
A probability model with a fixed number of trials, two outcomes, and constant probability of success.
13
New cards
Fixed number of trials
Characteristic of binomial distribution denoting the number of attempts in the experiment.
14
New cards
Probability of success (p)
A constant probability assigned to each trial in a binomial distribution.
15
New cards
Independence of trials
In a binomial distribution, each trial is not influenced by previous trials.
16
New cards
Mean of Binomial Distribution (μ)
Calculated as μ = np.
17
New cards
Variance of Binomial Distribution (σ²)
Calculated as σ² = npq.
18
New cards
Standard Deviation of Binomial Distribution (σ)
Calculated as σ = √(npq).
19
New cards
Probability formula for Binomial Distribution
P(x) = (n choose x) p^x q^(n-x).
20
New cards
Geometric Distribution
Describes the number of Bernoulli trials until the first success.
21
New cards
Bernoulli Trials
Trials with two possible outcomes: success and failure.
22
New cards
Mean of Geometric Distribution
Calculated as μ = 1/p.
23
New cards
Variance of Geometric Distribution (σ²)
Calculated as σ² = (1 - p)/p².
24
New cards
Probability formula for Geometric Distribution
P(X = n) = q^(n-1) p.
25
New cards
Hypergeometric Distribution
Describes selection without replacement from a finite population.
26
New cards
Mean of Hypergeometric Distribution
Calculated as μ = n(r/N).
27
New cards
Variance of Hypergeometric Distribution (σ²)
Calculated as σ² = n(r/N)(N - r/N)(N - n/N - 1).
28
New cards
Poisson Distribution
Counts the number of occurrences of an event in a fixed interval.
29
New cards
Mean of Poisson Distribution (μ)
Equal to λ, representing the average rate of occurrence.
30
New cards
Variance of Poisson Distribution
Equal to λ, indicating the spread of the distribution.
31
New cards
Probability formula for Poisson Distribution
P(x) = (λ^x e^(-λ))/x!.
32
New cards
Continuous Probability Distributions
Describes continuous outcomes with probabilities as areas under curves.
33
New cards
Probability Density Function (pdf)
Graph representation of probabilities for continuous distributions.
34
New cards
Total area under the curve
In a continuous distribution, always sums to 1.
35
New cards
Uniform Distribution
All values within an interval are equally likely.
36
New cards
Mean of Uniform Distribution
Calculated as μ = (a + b)/2.
37
New cards
Variance of Uniform Distribution (σ²)
Calculated as σ² = (b - a)²/12.
38
New cards
Exponential Distribution
Measures the time between occurrences of an event.
39
New cards
Memoryless property
In exponential distribution, future probabilities are not affected by past events.
40
New cards
Probability Density Function for Exponential Distribution
f(x) = λe^(-λx).
41
New cards
Mean of Exponential Distribution (μ)
Calculated as μ = 1/λ.
42
New cards
Variance of Exponential Distribution (σ²)
Calculated as σ² = 1/λ².
43
New cards
Sampling without replacement
Choosing items from a population where previously chosen items are not returned.
44
New cards
Countable values
Values that can be listed or counted, characteristic of discrete random variables.
45
New cards
Independent events
In probability, events are independent if the occurrence of one does not affect the others.
46
New cards
Success in probability
The desired outcome in a set of trials, typically identified in distributions.