Engineering Data Analysis - Random Variables and Probability Distributions

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

1/24

flashcard set

Earn XP

Description and Tags

These flashcards cover the fundamental definitions, formulas, and types of discrete and continuous probability distributions discussed in the Engineering Data Analysis lecture.

Last updated 12:40 PM on 6/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Random Variable

An item used to define or denote outcomes in the sample space; it assigns a numerical value to each outcome and its value cannot be known with certainty.

2
New cards

Discrete Random Variable

A type of random variable that can only assume a finite or countably infinite number of possible values, such as the number of customer arrivals or defective items.

3
New cards

Continuous Random Variable

A type of random variable that can take on any value within a given range, such as temperature, volume, weight, diameter, or time.

4
New cards

Probability Distribution Function (p.d.f.)

A table or function that help determine or compute the probability associated with each value of the random variable.

5
New cards

Expected Value (E(x)E(x) or μx\mu_x)

The average of all possible values of the random variable xx or the mean of the xx values; it is a weighted average where probabilities represent the weights.

6
New cards

Expected Value Formula (Discrete)

E(x)=xf(x)E(x) = \sum x f(x)

7
New cards

Expected Value Formula (Continuous)

E(x)=xf(x)dxE(x) = \int x f(x) dx

8
New cards

States of Nature

In the decision-making process, these are the events that actually happen after a decision has been made.

9
New cards

Variance (σx2\sigma^2_x)

A measure of the dispersion or spread of the values of xx, calculated as the average of the squares of the deviations of all xx values from the mean.

10
New cards

Variance Working Formula

σx2=E(x2)[E(x)]2\sigma^2_x = E(x^2) - [E(x)]^2

11
New cards

Standard Deviation (σx\sigma_x)

The square root of the variance (±(σx2)1/2\pm (\sigma^2_x)^{1/2}) which converts the variance into the same units as the random variable xx.

12
New cards

Linearity Properties of Expectation

E(ax+b)=aE(x)+bE(ax + b) = aE(x) + b and E[g(x)±h(x)]=E[g(x)]±E[h(x)]E[g(x) \pm h(x)] = E[g(x)] \pm E[h(x)] where aa and bb are constants.

13
New cards

Variance of a Constant (σb2\sigma^2_b)

The variance of a constant bb is always equal to 00.

14
New cards

Characteristics of Discrete Probability Distribution

  1. f(x)0f(x) \ge 0 for all xx; 2. f(x)=1\sum f(x) = 1; 3. P(X=x)=f(x)P(X = x) = f(x).
15
New cards

Cumulative Distribution Function (F(x)F(x), CDF)

A table or function that determines the probability that the random variable XX takes on values less than or equal to a specific value xx, denoted as F(x)=P(Xx)F(x) = P(X \le x).

16
New cards

Discrete Uniform Distribution

A distribution where all values of the random variable have an equal chance of occurring, defined as u(x:n)=1nu(x:n) = \frac{1}{n}.

17
New cards

Bernoulli Trial

A repeated trial in a binomial experiment where there are only two mutually exclusive outcomes: success (pp) and failure (qq).

18
New cards

Binomial Distribution

The probability distribution for the number of successes (xx) in nn independent repeated trials, assuming sampling is done with replacement.

19
New cards

Multinomial Distribution

A general representation of the binomial distribution for experiments consisting of nn trials with more than two mutually exclusive outcomes per trial.

20
New cards

Negative Binomial Distribution

The probability distribution of the random variable xx, representing the trial on which the kthk^{th} success occurs.

21
New cards

Geometric Distribution

A case of the negative binomial distribution where the random variable xx represents the trial on which the first success occurs.

22
New cards

Hypergeometric Distribution

A distribution involving a sample of size nn selected without replacement from NN items, where items are classified as successes (kk) or failures (NkN-k).

23
New cards

Poisson Distribution

A distribution used when an observer is concerned with the actual number of occurrences/successes per stated unit of time, space, volume, or area.

24
New cards

Poisson Approximation to Binomial

The Poisson distribution can approximate the binomial distribution when n100n \ge 100 and p<0.01p < 0.01.

25
New cards

Binomial Approximation to Hypergeometric

A rule applied when the lot size NN is not given or is very large, allowing the binomial distribution to be used even if sampling is without replacement.