Lecture 3: Probability and Normal Distribution Review

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/21

flashcard set

Earn XP

Description and Tags

30 vocabulary flashcards generated from the lecture on probability and normal distribution, covering exam information, R functions (PNorm, QNorm), the 68-95-99.7 rule, and key statistical terms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Normal Distribution

A common probability distribution, often bell-shaped and symmetrical, described by its mean and standard deviation.

2
New cards

Approximately Normally Distributed

A key phrase in problems indicating that data follows a normal distribution, allowing the use of specific statistical methods.

3
New cards

Mean (μ)

The average or central value of a dataset in a normal distribution.

4
New cards

Standard Deviation (σ)

A measure of the dispersion or spread of data points around the mean in a normal distribution.

5
New cards

Quality Control Test

A process to check if a product (e.g., ketchup bottle) falls within specified acceptable limits; exceeding or falling below limits results in failure.

6
New cards

Z-value (Z-score)

A standardized value that indicates how many standard deviations an element is from the mean; calculated as (X - μ) / σ.

7
New cards

PNorm Function (R)

An R function used to calculate the cumulative probability (area to the left) for a given value in a normal distribution.

8
New cards

PNorm Probability Direction

PNorm always calculates the probability that a value is less than or equal to the specified input (area to the left of the value).

9
New cards

Exact Probability (with PNorm)

Achieved by plugging the actual value, mean, and standard deviation into PNorm, rather than using a rounded Z-value.

10
New cards

Probability Between Two Values

Calculated by finding the PNorm of the upper value and subtracting the PNorm of the lower value (PNorm(upper) - PNorm(lower)).

11
New cards

Probability Greater Than a Value

Calculated by subtracting the PNorm of the value from 1 (1 - PNorm(value)), as PNorm gives the probability to the left.

12
New cards

QNorm Function (R)

An R function used to find the value (cutoff) corresponding to a given cumulative probability (percentile) in a normal distribution.

13
New cards

Cutoff Question

A type of question that asks for a specific value (e.g., temperature, score) that separates a given percentage of data, requiring the use of QNorm.

14
New cards

QNorm Probability Direction

QNorm requires the input probability to be the cumulative probability to the left of the desired cutoff value.

15
New cards

68-95-99.7 Rule

A rule stating that for a nearly normal distribution, about 68% of data falls within 1 standard deviation, 95% within 2, and 99.7% within 3 standard deviations of the mean.

16
New cards

One Standard Deviation (68% Rule)

Approximately 68% of data in a normal distribution lies within one standard deviation above and below the mean (μ ± 1σ).

17
New cards

Two Standard Deviations (95% Rule)

Approximately 95% of data in a normal distribution lies within two standard deviations above and below the mean (μ ± 2σ).

18
New cards

Three Standard Deviations (99.7% Rule)

Approximately 99.7% of data in a normal distribution lies within three standard deviations above and below the mean (μ ± 3σ).

19
New cards

Rare Occurrences (Normal Distribution)

Data points falling four or more standard deviations away from the mean in a nearly normal distribution, which are highly infrequent.

20
New cards

Independent Events (Homework)

Events where the outcome of one does not affect the outcome of another; their combined probability is found by multiplying individual probabilities.

21
New cards

General Addition Rule (Homework)

Formula for finding the probability of A or B: P(A or B) = P(A) + P(B) - P(A and B).

22
New cards

Time Unit Conversion

The process of converting time from hours and minutes into a single unit (e.g., total minutes) for accurate statistical calculations.