5.2 Engineering Data Analysis I — Descriptive Statistics & Probability Distributions

Key Takeaways

  • Engineering Data Analysis is the single largest Mathematics topic in the PRC Enhanced TOS at 5.00% of the exam and 20 of the 100 Mathematics items.
  • Sample variance divides by (n − 1), not n; using the population divisor on sample data is the most common numerical slip in REE data-analysis items.
  • The binomial distribution applies to a fixed number of independent trials with constant success probability: mean = np, variance = npq.
  • The Poisson distribution models events per unit time or length with mean = variance = λ, making it the standard model for line faults per 100 km-year.
  • For a normal distribution, z = (x − μ)/σ, and roughly 68%, 95% and 99.7% of values lie within 1, 2 and 3 standard deviations of the mean.
Last updated: August 2026

5.2 Engineering Data Analysis I — Descriptive Statistics & Probability Distributions

Engineering Data Analysis is topic G of the Mathematics subject in the PRC Enhanced Table of Specifications (PRBEE Resolution No. 40, s. 2024). At 5.00% of the total examination and 20 of the 100 Mathematics items, it is the largest single Mathematics topic — larger than Calculus 1, Calculus 2 or Differential Equations individually. It entered the syllabus through CHED Memorandum Order No. 88, s. 2017, which made Engineering Data Analysis a required BSEE course.


1. Measures of Central Tendency

MeasureDefinitionWhen it is the right answer
Arithmetic mean $\bar{x}$$\dfrac{1}{n}\sum x_i$Symmetric data; the default
MedianMiddle value of the ordered setSkewed data or outliers present
ModeMost frequent valueCategorical data; most-common conductor size
Weighted mean$\dfrac{\sum w_i x_i}{\sum w_i}$REE general weighted average of subject grades
Geometric mean$\sqrt[n]{x_1 x_2 \cdots x_n}$Average growth or load-growth rates
Root-mean-square$\sqrt{\dfrac{1}{n}\sum x_i^2}$Effective value of a current or voltage waveform

The RMS entry is not incidental: the same statistic that engineers call "effective value" is a descriptive statistic, and the REE examination asks for it in both languages.


2. Measures of Dispersion

Range $= x_{\max} - x_{\min}$ — quick but discards all interior information.

Variance and standard deviation — note the divisor carefully:

σ2=(xiμ)2N(population)s2=(xixˉ)2n1(sample)\sigma^2 = \frac{\sum (x_i - \mu)^2}{N} \quad \text{(population)} \qquad\qquad s^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1} \quad \text{(sample)}

The $(n-1)$ divisor is Bessel's correction; it makes $s^2$ an unbiased estimator of $\sigma^2$. Applying the population formula to sample data is the most frequent arithmetic error in this topic, and the examiners supply both values as distractors.

Coefficient of variation expresses dispersion as a dimensionless ratio, letting you compare the spread of a 220 V measurement set against a 69 kV set:

CV=sxˉ×100%CV = \frac{s}{\bar{x}} \times 100\%


3. Discrete Probability Distributions

Binomial Distribution

Fixed $n$ independent trials, constant success probability $p$, $q = 1-p$:

P(X=k)=(nk)pkqnk,μ=np,σ2=npqP(X = k) = \binom{n}{k} p^{k} q^{\,n-k}, \qquad \mu = np, \qquad \sigma^2 = npq

Use it for: the number of defective breakers in a batch of 20, the number of successful reclosures out of 5 attempts.

Poisson Distribution

Events occurring independently at a constant average rate $\lambda$ over an interval of time, length or area:

P(X=k)=λkeλk!,μ=σ2=λP(X = k) = \frac{\lambda^{k} e^{-\lambda}}{k!}, \qquad \mu = \sigma^2 = \lambda

The defining signature — mean equals variance — is itself an examinable fact. Use it for: faults per 100 circuit-km per year, customer interruptions per feeder per month, lightning strikes per tower per year.

Poisson as a Limit of the Binomial

When $n$ is large and $p$ small with $np = \lambda$ moderate, the binomial converges to the Poisson. This is why rare-event reliability problems are Poisson problems.


4. Continuous Probability Distributions

Exponential Distribution

Models the time between Poisson events, i.e. time to failure at constant hazard rate $\lambda$:

f(t)=λeλt,R(t)=P(T>t)=eλt,MTBF=1λf(t) = \lambda e^{-\lambda t}, \qquad R(t) = P(T > t) = e^{-\lambda t}, \qquad \text{MTBF} = \frac{1}{\lambda}

The exponential distribution is memoryless: a component that has survived 10 000 hours has the same remaining-life distribution as a new one. This is the assumption behind constant-failure-rate reliability blocks.

Normal (Gaussian) Distribution

z=xμσz = \frac{x - \mu}{\sigma}

IntervalApproximate probability
$\mu \pm 1\sigma$$68.27%$
$\mu \pm 2\sigma$$95.45%$
$\mu \pm 3\sigma$$99.73%$
$\mu \pm 1.645\sigma$$90%$ (two-tailed)
$\mu \pm 1.96\sigma$$95%$ (two-tailed)

The $z = 1.96$ and $z = 1.645$ values recur in every acceptance-limit and confidence-interval item, so commit them to memory.


Solved Board Exam Examples

Example 1: Sample Standard Deviation of Insulation Test Readings

Five megger readings on a motor winding give 480, 495, 510, 470 and 505 MΩ. Compute the sample standard deviation.

Solution. The mean is

xˉ=480+495+510+470+5055=24605=492 MΩ\bar{x} = \frac{480 + 495 + 510 + 470 + 505}{5} = \frac{2460}{5} = 492 \text{ M}\Omega

Deviations and their squares: $(-12)^2 = 144$, $(3)^2 = 9$, $(18)^2 = 324$, $(-22)^2 = 484$, $(13)^2 = 169$; the sum is $1130$.

s=113051=282.5=16.81 MΩs = \sqrt{\frac{1130}{5 - 1}} = \sqrt{282.5} = \boxed{16.81 \text{ M}\Omega}

Dividing by 5 instead of 4 would give 15.03 MΩ — the classic distractor.

Example 2: Poisson Fault Rate on a Distribution Feeder

A 13.8 kV feeder experiences an average of 3 faults per year. What is the probability of exactly 2 faults in a given year, and of no faults at all?

Solution. With $\lambda = 3$:

P(X=2)=32e32!=9(0.049787)2=0.224P(X = 2) = \frac{3^{2} e^{-3}}{2!} = \frac{9(0.049787)}{2} = \boxed{0.224}

P(X=0)=30e30!=e3=0.0498P(X = 0) = \frac{3^{0} e^{-3}}{0!} = e^{-3} = \boxed{0.0498}

A fault-free year on this feeder occurs only about once per twenty years.

Example 3: Normal Acceptance Limit on Transformer Losses

Distribution transformer no-load losses are normally distributed with $\mu = 150$ W and $\sigma = 12$ W. A purchase specification rejects any unit exceeding 174 W. What fraction is rejected?

Solution.

z=17415012=2.00z = \frac{174 - 150}{12} = 2.00

From the standard normal table, $P(Z \le 2.00) = 0.9772$, so

P(X>174)=10.9772=0.0228 or 2.28%P(X > 174) = 1 - 0.9772 = \boxed{0.0228 \text{ or } 2.28\%}

About 23 units in every 1 000 fail the loss guarantee.

Loading diagram...
Selecting the Correct Probability Distribution
Normal Distribution — Percentage of Values Within z Limits
Test Your Knowledge

A sample of 6 conductor resistance measurements has a sum of squared deviations from the mean of 0.045 Ω². What is the sample standard deviation?

A
B
C
D
Test Your Knowledge

Which distribution is characterised by having its mean exactly equal to its variance?

A
B
C
D
Test Your Knowledge

A power transformer population has a constant failure rate of 0.02 failures per year. What is the probability that a given unit survives 10 years of service?

A
B
C
D