Normal Distribution

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

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.

24 Terms

1
New cards

Normal Distribution

  • A continuous probability distribution

  • characterized by a symmetric, bell-shaped curve

  • centered around the mean μ,

  • defined by two parameters: the mean μ and standard deviation σ

2
New cards

Probability Density Function (PDF)

  • f(x) = (1/(σ((2π)^1/2))e^(-(1/2)((x-μ)/σ)²)

  • Describes how probabilities are distributed across continuous values of x

  • Used in manufacturing to model the distribution of component dimensions around a target mean.

3
New cards

Mean (μ)

  • The central value or “expected value” of the distribution

  • It determines the location of the peak

  • Represents the average battery life of average measurement of the production process.

4
New cards

Standard Deviation (σ)

  • A measure of spread or dispersion

  • Larger σ indicates data points are more spread out around the mean

  • A small σ in voltage output means the consistent performance across devices.

5
New cards

Variance (σ^2)

  • The square of the standard deviation.

  • Represents the average squared deviation from the mean.

  • Used to quantify measurement noise in electronic sensors

6
New cards

Shape Characteristics

  • The curve is symmetric about μ

  • Mean = Median = Mode

  • Approximately 68% of values lie within 1σ

  • Approximately 95% of values lie within 2σ

  • Approximately 99.7% of values lie within 3σ

  • Quality Control Engineers use these bounds to identify defective products

7
New cards

Standard Normal Distribution

  • A special case of normal distribution with μ = 0 and σ = 1

  • Φ(z) = (1/((2π)^1/2))e^-(z²/2)

  • Used when converting any normal variable to its z-score for statistical tables

8
New cards

Z-Score (Standard Score)

  • z = (x - μ)/σ

  • Represents how many standard deviations a data point is from the mean

  • In circuit testing, a resistor with z = 2 lies two standard deviations above the mean resistance

9
New cards

Cumulative Distribution Function (CDF)

  • P(X ≤ x) = Φ(z) = ∫(from -∞ to z) (1/((2π)^1/2))e^-t²/2 dt

  • Gives the probability that a variable is less than or equal to a certain value.

  • Used yo find the probability that voltage fluctuation stays below a threshold.

10
New cards

Complementary Probability

  • P(X > x) = 1 - Φ(z)

  • In reliability testing, gives the probability that a system will last beyond a certain time.

11
New cards

Empirical Rule (68-95-99.7 Rule)

  • 68% of the data lies within ± 1 σ

  • 95% of the data lies within ± 2 σ

  • 99.7% of the data lies within ± 3 σ

  • Helps quality inspectors quickly estimate the defect rates in production batches

12
New cards

Linear transformation of Normal Variables

  • If X ~ N(μ, σ²)

  • then Y = aX + b ~ N(aμ + b, a²σ²)

  • Used when converting sensor outputs or scaling measurement units (e.g. Celsius to Fahrenheit)

13
New cards

Sum of Independent Normals

  • If X_1 ~ N(μ, σ²) and X_2 ~ N(μ_2, ((σ_2)²))

  • Then X_1 + X_2 ~ N(μ_1 + μ_2, (σ_1)² + (σ_2)²)

  • Total error in combined measurements follows a normal distribution

14
New cards

Normal Approximation to Binomial Distribution

  • For large n and probability p not too close to 0 or 1

  • X ~ Binomial(n, p) = N(np, np(1 - p))

  • Used to approximate defect counts in large-scale manufacturing

15
New cards

Continuity Correction

  • When using a normal approximation for discrete data

  • Adjust by ± 0.5

  • P(X ≤ k) = P(Y ≤ k + 0.5)

  • Applied when estimating the probability of getting fewer than k defective chips in a large batch.

16
New cards

Standardization Process

  • Converting any normal variable to a standard normal variable by

  • Z = (X - μ)/σ

  • Enables the use of z-tables to calculate probabilities in quality or reliability testing.

17
New cards

Inverse CDF (Percentile Function)

  • The value of x such that P(X ≤ x) = p

  • Denoted x = Φ^-1 (p)

  • Used to find critical values (e.g., 95th percentile tolerance level for mechanical part sizes)

18
New cards

Engineering Measurement Example

  • If voltage readings follow N(12.0, 0.04),

  • Then P(V > 12.1) = 1 - Φ(2.5) = 0.0062

  • Less than 1% of reading exceed 12.1 V, showing high stability

19
New cards

Communication System Example

  • Noise amplitude in many channels follows a normal distribution centered around zero.

  • Used in signal processing to determine error probabilities in Gaussian noise environments.

20
New cards

Manufacturing Process Example

  • Product diameters often follow a normal distribution due to small random variations.

  • Engineers compute P(Diameter within spec) using z-scores to ensure tolerance compliance

21
New cards

Biomedical Example

  • Human biological variables (e.g., heart rate, blood pressure) are approximately normal across populations

  • Used to determine “normal ranges” for medical testing and diagnosis.

22
New cards

Central Limit Theorem Connection

  • The normal distribution arises as the limit of the sum (or mean) of any independent random variables, regardless of their individual distributions

  • Underlies why measurement errors, environmental variations, and sensor outputs tend to be normally distributed.

23
New cards

Area Under the Normal Curve

  • The total area under the curve equals 1, representing the total probability

  • Probability of all possible sensor readings equals 1; ensuring model completeness.

24
New cards

Skewness and Kurtosis in Normal Distribution

  • Skewness = 0

  • Kurtosis = 3 (meskurtic)

  • Used in process control to test whether data deviates from normality