0% found this document useful (0 votes)
258 views22 pages

FE - Engineering Probability and Statistics

This document provides definitions and formulas related to probability and statistics concepts. It defines terms like mean, median, mode, variance, standard deviation, and expected value. It also covers probability distributions like the binomial and normal distributions. Formulas are given for calculating statistics like means, variances, and probabilities for discrete and continuous random variables. Combinations of random variables and laws of probability are also summarized.

Uploaded by

Juba W Allen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
258 views22 pages

FE - Engineering Probability and Statistics

This document provides definitions and formulas related to probability and statistics concepts. It defines terms like mean, median, mode, variance, standard deviation, and expected value. It also covers probability distributions like the binomial and normal distributions. Formulas are given for calculating statistics like means, variances, and probabilities for discrete and continuous random variables. Combinations of random variables and laws of probability are also summarized.

Uploaded by

Juba W Allen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

Engineering Probability and Statistics

Dispersion, Mean, Median, and Mode Values


If X1, X2, … , Xn represent the values of a random sample of n items or observations, the arithmetic mean of these items or
observations, denoted X , is defined as
n
X = _1 n i` X1 + X 2 + f + X n j = _1 n i / Xi
i=1
X " µ for sufficiently large values of n.

The weighted arithmetic mean is


/w X
Xw= /i i
wi
where
Xi = the value of the ith observation, and
wi = the weight applied to Xi.
The variance of the population is the arithmetic mean of the squared deviations from the population mean. If µ is the arithmetic
mean of a discrete population of size N, the population variance is defined by

σ 2 = ^1/N h:` X1 − µ j + ` X 2 − µ j + f + ` X N − µ j D
2 2 2

= ^1/N h / ` Xi − µ j
N 2

i=1

Standard deviation formulas (assuming statistical independence) are

The sample variance is


s 2 = 81/ _ n − 1 iB / ` Xi − X j
n 2

i=1

The sample standard deviation is

The sample coefficient of variation = CV = s/ X


The sample geometric mean =

The sample root-mean-square value =


When the discrete data are rearranged in increasing order and n is odd, the median is the value of the b n + 1 l item
th

2
When n is even, the median is the average of the b l and b + 1l items.
th th
n n
2 2
The mode of a set of data is the value that occurs with greatest frequency.
The sample range R is the largest sample value minus the smallest sample value.

63 ©2020 NCEES
Engineering Probability and Statistics

Permutations and Combinations


A permutation is a particular sequence of a given set of objects. A combination is the set itself without reference to order.
1. The number of different permutations of n distinct objects taken r at a time is
P ^n, r h = n!
^n - rh !

nPr is an alternative notation for P(n,r)

2. The number of different combinations of n distinct objects taken r at a time is


P ^ n, r h
C ^n, r h = n!
r! = 7r! ^ n - r h !A
n
nCr and e o are alternative notations for C(n,r)
r
3. The number of different permutations of n objects taken n at a time, given that ni are of type i, where i = 1, 2, …, k
and ∑ni = n, is
P _ n; n1, n2, f, nk i = n!
n1!n2!fnk!
Sets
De Morgan's Law
A,B= A+B
A+B= A,B
Associative Law
A , ^ B , C h = ] A , Bg , C
A + ^ B + C h = ] A + Bg + C
Distributive Law
A , ^ B + C h = ] A , Bg + ^ A , C h
A + ^ B , C h = ] A + Bg , ^ A + C h

Laws of Probability
Property 1. General Character of Probability
The probability P(E) of an event E is a real number in the range of 0 to 1. The probability of an impossible event is 0 and that of
an event certain to occur is 1.

Property 2. Law of Total Probability


P(A + B) = P(A) + P(B) – P(A, B)
where
P(A + B) = the probability that either A or B occur alone or that both occur together
P(A) = the probability that A occurs
P(B) = the probability that B occurs
P(A, B) = the probability that both A and B occur simultaneously

©2020 NCEES 64
Engineering Probability and Statistics

Property 3. Law of Compound or Joint Probability


If neither P(A) nor P(B) is zero,
P(A, B) = P(A)P(B | A) = P(B)P(A | B)
where
P(B | A) = the probability that B occurs given the fact that A has occurred
P(A | B) = the probability that A occurs given the fact that B has occurred
If either P(A) or P(B) is zero, then P(A, B) = 0.
Bayes' Theorem
P` B j jP` A B j j
P` B j Aj =
/ P ` A Bi j P _ Bi i
n

i=1

where
P ` A j j = the probability of event A j within the population of A
P ` B j j = the probability of event B j within the population of B

Probability Functions, Distributions, and Expected Values


A random variable X has a probability associated with each of its possible values. The probability is termed a discrete
probability if X can assume only discrete values, or
X = x1, x2, x3, …, xn
The discrete probability of any single event, X = xi, occurring is defined as P(xi) while the probability mass function of the
random variable X is defined by
f (xk) = P(X = xk), k = 1, 2, ..., n

Probability Density Function


If X is continuous, the probability density function, f, is defined such that
b
P ^ a # X # bh = # f ^ xh dx
a

Cumulative Distribution Functions


The cumulative distribution function, F, of a discrete random variable X that has a probability distribution described by P(xi) is
defined as
m
F _ xmi = ! P _ xk i = P _ X # xmi, m = 1, 2, f, n
k= 1

If X is continuous, the cumulative distribution function, F, is defined by


x
F ^xh = # f ^xh dx
−3

which implies that F(a) is the probability that X ≤ a.

Expected Values
Let X be a discrete random variable having a probability
mass function
f (xk), k = 1, 2,..., n

65 ©2020 NCEES
Engineering Probability and Statistics

The expected value of X is defined as

µ = E6X @ = / xk f _ xk i
n

k=1

The variance of X is defined as

σ 2 = V6X @ = / ` xk − µj f_ xk i
n 2

k=1

Let X be a continuous random variable having a density function f(X) and let Y = g(X) be some general function.
The expected value of Y is:

E 6Y @ = E 7g ] X gA = # g ^ xh f ^ xh dx
3

-3

The mean or expected value of the random variable X is now defined as


3
µ = E6X @ = # xf ^ x h dx
−3

while the variance is given by


3
σ = V 6 X @ = E :` X − µ j D = E 7x 2A − µ 2 = ` x − µ j f ^ x h dx
2 2
2
#
−3

The standard deviation is given by

The coefficient of variation is defined as σ/μ.

Combinations of Random Variables


Y = a1 X1 + a2 X2 + …+ an Xn

The expected value of Y is:


µ y = E ^Y h = a1 E _ X1 i + a 2 E _ X 2 i + f + a n E _ X n i
If the random variables are statistically independent, then the variance of Y is:
σ 2y = V ^Y h = a12 V _ X1 i + a 22 V _ X 2 i + f + a n2 V _ X n i
= a12 σ12 + a 22 σ 22 + f + a n2 σ 2n
Also, the standard deviation of Y is:

When Y = f(X1, X2,.., Xn) and Xi are independent, the standard deviation of Y is expressed as:

Binomial Distribution
P(x) is the probability that x successes will occur in n trials.

If p = probability of success and q = probability of failure = 1 – p, then

Pn ^ x h = C _n, x i p x q n
−x n! −x
= p xqn
x! _ n − x i !

©2020 NCEES 66
Engineering Probability and Statistics

where
x = 0, 1, 2, …, n
C(n, x) = number of combinations
n, p = parameters
The variance is given by the form:
σ2 = npq
Normal Distribution (Gaussian Distribution)
This is a unimodal distribution, the mode being x = µ, with two points of inflection (each located at a distance σ to either side
of the mode). The averages of n observations tend to become normally distributed as n increases. The variate x is said to be
normally distributed if its density function f (x) is given by an expression of the form
2
−1 d
x µn

f^ xh =
1
e 2 σ
σ 2π
where
µ = population mean
σ = standard deviation of the population
-3 # x # 3

When µ = 0 and σ2 = σ = 1, the distribution is called a standardized or unit normal distribution. Then

A unit normal distribution table is included at the end of this section. In the table, the following notations are utilized:
F(x) = area under the curve from –∞ to x
R(x) = area under the curve from x to ∞
W(x) = area under the curve between –x and x
F(-x) = 1 - F(x)

It should be noted that for any normal distribution with mean µ and standard deviation σ, the table for the unit normal
distribution can be used by utilizing the following transformation:

x−µ
z= σ
f(x) then becomes f(z), F(x) becomes F(z), etc.

The Central Limit Theorem


Let X1, X2, ..., Xn be a sequence of independent and identically distributed random variables each having mean µ and variance
σ2. Then for large n, the Central Limit Theorem asserts that the sum
Y = X1 + X2 + ... Xn is approximately normal.
µy = µ
and the standard deviation

67 ©2020 NCEES
Engineering Probability and Statistics

t-Distribution
Student's t-distribution has the probability density function given by:

Cc 2 m
v+1 v+1
2 − 2
f^ t h = c1 + t m
vr C a 2 k
v v

where
v = number of degrees of freedom
n = sample size
v=n-1
Γ = gamma function
xr - n
t=
s/ n
-∞ ≤ t ≤ ∞
A table later in this section gives the values of tα, v for values of α and v. Note that, in view of the symmetry of the t-distribution,
t1−α,v = –tα,v

The function for α follows:


a = #t a,v f ^ t h dt
3

χ2 - Distribution
If Z1, Z2, ..., Zn are independent unit normal random variables, then
| 2 = Z12 + Z22 + f + Zn2

is said to have a chi-square distribution with n degrees of freedom.

A table at the end of this section gives values of |a2, n for selected values of α and n.
Gamma Function
C ^ nh = #0 t n - 1e- t dt, n > 0
3

Propagation of Error
Measurement Error
Measurement error is defined as: Measured quantity value minus a reference quantity value. [Source: ISO JCGM 200:2012
definition 2.16]

Sources of errors in measurements arise from imperfections and disturbances in the measurement process, and added noise. One
may model a measurement as:

x = xref + dsystematic + drandom

where x is the measurand (value being measured), xref is the reference value, dsystematic is a disturbance from the measurement
process such as a drift or bias, and drandom is a disturbance such as random noise.
Linear Combinations
In mathematics, a linear combination is an expression constructed from a set of terms by multiplying each term by a constant
and adding the results (e.g., if z is a linear combination of x and y, then z = ax+by where a and b are constants).

See the section "Combinations of Random Variables" for how variances and standard deviations of random variables combine.

©2020 NCEES 68
Engineering Probability and Statistics

Measurement Uncertainty
Measurement uncertainty is defined as: A quantitative estimate of the range of values about the reported or measured value in
which the true value is believed to lie. [Source: ISO JCGM 200:2012, definition 2.26]

Given a desired state or measurement y, which is a function of different measured or available states xi:
y = f(x1, x2,…, xn)

Given the individual states xi and their standard deviations σx , and assuming that the different xi are uncorrelated, the
i
Kline-McClintock equation can be used to compute the expected standard uncertainty of y (σy) is:

Expanded uncertainties are typically given at an approximately 95% level of confidence with a coverage factor of k = 2.
This represents 95% of the area under a Normal probability distribution and is often called 2 sigma.
Linear Regression and Goodness of Fit
Least Squares
yt = at + bx
t
where
bt = Sxy/Sxx
at = y - bt x

Sxy = / xi yi - ^1/nhe / xi oe / yi o
n n n

i=1 i=1 i=1


2
Sxx = / xi2 - ^1/n he / xi o
n n

i=1 i=1

y = ^1/n he / yi o
n

i=1

x = ^1/n he / xi o
n

i=1

where
n = sample size
Residual
ei = yi - yt = yi - _at + bx
t ii

Standard Error of Estimate ` S e2 j :


2
Sxx Syy − S xy
Se2 = = MSE
Sxx _ n − 2 i
where
2
Syy = / yi2 − ^1/n he / yi o
n n

i=1 i=1

Confidence Interval for Intercept (â):

69 ©2020 NCEES
Engineering Probability and Statistics

Confidence Interval for Slope (b̂):

Sample Correlation Coefficient (R) and Coefficient of Determination (R2):

Hypothesis Testing
Let a "dot" subscript indicate summation over the subscript. Thus:
n a n
yi• =
/ yij and y•• / / yij
j=1 i=1 j=1

One-Way Analysis of Variance (ANOVA)


Given independent random samples of size ni from k populations, then:

/ / ` yij - y •• j2 = / ni _ y i• - y •• i2 + / / ` yij - y i• j2
k ni k k ni

i=1 j=1 i=1 i=1i=1


SStotal = SStreatments + SSerror

If N = total number observations


k
N = / ni, then
i=1
k ni y2
SStotal = / / yij2 − N••
i=1 j=1
k y2 y2
SStreatments = / ni • − N••
i=1 i
SSerror = SStotal − SStreatments
Montgomery, Douglas C., and George C. Runger, Applied Statistics and Probability for Engineers, 4 ed., New York: John Wiley and Sons, 2007.

Randomized Complete Block Design


For k treatments and b blocks

/ / ` yij - y •• j2 = b / _ y i• - y •• i2 + k / ` y •j - y •• j2 + / / ` y ij - y •j - y i• + y •• j2
k b k b k b

i=1 j=1 i=1 j=1 i=1 j=1


SStotal = SStreatments + SSblocks + SSerror
k b y2
SStotal = / / yij2 - kb••
i=1 j=1

1 k y2
SStreatments = b / yi2• - bk••
i=1

1 b y2
SSblocks = k / y•2j - bk••
j=1
SSerror = SStotal - SStreatments - SSblocks

Montgomery, Douglas C., and George C. Runger, Applied Statistics and Probability for Engineers, 4 ed., New York: John Wiley and Sons, 2007.

©2020 NCEES 70
Engineering Probability and Statistics

Two-Factor Factorial Designs


For a levels of Factor A, b levels of Factor B, and n repetitions per cell:

/ / / ` yijk - y ••• j = bn / _ y i•• - y••• i + an / ` y •j• - y ••• j


a b n 2 a 2 b 2

i=1 j=1 k=1 i=1 j=1


a b a b n
+ n / / ` y ij• - y i•• - y •j• + y ••• j + / / / ` yijk - y ij• j
2 2
i=1 j=1 i=1 j=1 k=1
SStotal = SSA + SSB + SSAB + SSerror
2
a b n
2 y•••
SStotal = / / / yijk - abn
i=1 j=1 k=1
a y••2 2
y•••
SSA = / bn - abn
i=1
b y•2j• 2
y•••
SSB = / an - abn
j=1
a b y ij2• 2
y•••
SSAB = / / n - abn - SSA - SSB
i=1 j=1
SSerror = SST - SSA - SSB - SSAB
Montgomery, Douglas C., and George C. Runger, Applied Statistics and Probability for Engineers, 4 ed., New York: John Wiley and Sons, 2007.

One-Way ANOVA Table


Degrees of Sum of
Source of Variation Mean Square F
Freedom Squares
SStreatments MST
k–1 SStreatments MST =
Between Treatments k −1 MSE

SS error
Error N–k SSerror MSE =
N −k

Total N–1 SStotal

Randomized Complete Block ANOVA Table

Degrees of Sum of
Source of Variation Mean Square F
Freedom Squares
SStreatments MST
k–1 SStreatments MST =
Between Treatments k −1 MSE
SS blocks MSB
n–1 SSblocks MSB =
Between Blocks n −1 MSE
SS error
(k − 1 )(n − 1 ) SSerror MSE =
Error (k − 1 )(n − 1 )

Total N–1 SStotal

71 ©2020 NCEES
Engineering Probability and Statistics

Two-Way Factorial ANOVA Table

Degrees of Sum of
Source of Variation Mean Square F
Freedom Squares

SSA MSA
A Treatments a–1 SSA MSA =
a −1 MSE
SS B MSB
B Treatments b–1 SSB MSB =
b −1 MSE
SS AB MSAB
(a − 1 )(b − 1 ) SSAB MSAB =
AB Interaction (a − 1 )(b − 1 ) MSE
SSE
Error ab(n – 1) SSerror MSE =
ab(n – 1)

Total abn – 1 SStotal

Consider an unknown parameter θ of a statistical distribution. Let the null hypothesis be


H0: m = m0
and let the alternative hypothesis be
H1: m ≠ m0
Rejecting H0 when it is true is known as a Type I error, while accepting H0 when it is wrong is known as a Type II error.
Furthermore, the probabilities of Type I and Type II errors are usually represented by the symbols α and β, respectively:
α = probability (Type I error)
β = probability (Type II error)
The probability of a Type I error is known as the level of significance of the test.

©2020 NCEES 72
Engineering Probability and Statistics

Table A. Tests on Means of Normal Distribution—Variance Known


Hypothesis Test Statistic Criteria for Rejection
H0: µ = µ0
H1: µ ≠ µ0 |Z0| > Zα /2

H0: µ = µ0 X − µ0
Z0 ≡ Z0 < –Z α
H1: µ < µ0 σ n
H0: µ = µ0
H1: µ > µ0 Z0 > Z α

H0: µ1 – µ2 = γ
H1: µ1 – µ2 ≠ γ |Z0| > Zα /2

X1 − X 2 − γ
H0: µ1 – µ2 = γ Z0 ≡
σ 12 σ 22 Z0 <– Zα
H1: µ1 – µ2 < γ +
n1 n2
H0: µ1 – µ2 = γ
H1: µ1 – µ2 > γ Z0 > Z α

Table B. Tests on Means of Normal Distribution—Variance Unknown


Hypothesis Test Statistic Criteria for Rejection
H0: µ = µ0
H1: µ ≠ µ0 |t0| > tα /2, n – 1

H0: µ = µ0 X − µ0
t0 = t0 < –t α , n – 1
H1: µ < µ0 s n

H0: µ = µ0
t0 > tα , n – 1
H1: µ > µ0
X1 − X 2 − γ
t0 =
H0: µ1 – µ2 = γ 1 1
Variances sp + |t0| > t α /2, v
H1: µ1 – µ2 ≠ γ n1 n2
equal
v = n1 + n2 − 2

X1 − X 2 − γ
H0: µ1 – µ2 = γ t0 =
s12 s 22 t0 < –t α , v
H1: µ1 – µ2 < γ Variances +
unequal n1 n2

( )
2
s12 s 22
+
H0: µ1 – µ2 = γ n1 n2
ν= t0 > tα , v
( ) +( )
2 2
H1: µ1 – µ2 > γ s12 n1 s 22 n 2
n1 − 1 n2 − 1
In Table B, sp2 = [(n1 – 1)s12 + (n2 – 1)s22]/v

73 ©2020 NCEES
Engineering Probability and Statistics

Table C. Tests on Variances of Normal Distribution with Unknown Mean


Hypothesis Test Statistic Criteria for Rejection
H0: σ 2 = σ 02 χ 02 > χ 2α/2, n−1 or
H1: σ 2 ≠ σ 02 χ 02 < χ 21−α/2, n−1
H0: σ 2 = σ 02
χ 02 =
(n − 1) s 2
H1: σ 2 < σ 02 χ 02 < χ 21−α, n−1
σ 02

H0: σ 2 = σ 02
H1: σ 2 > σ 02 χ 02 > χ 2α, n−1

H0: σ 12 = σ 22 s 12 F0 > Fα 2 , n1 −1, n2 −1


F0 =
H1: σ 12 ≠ σ 22 s 22 F0 < F1−α 2 , n1 −1, n2 −1

H0: σ 12 = σ 22 s 22
H1: σ 12 < σ 22 F0 = F0 > Fα , n2 −1, n1 −1
s 12

H0: σ 12 = σ 22 s 12
F0 = F0 > Fα , n1 −1, n2 −1
H1: σ 12 > σ 22 s 22

Assume that the values of α and β are given. The sample size can be obtained from the following relationships. In (A) and (B),
µ1 is the value assumed to be the true mean.

An approximate result is

Confidence Intervals, Sample Distributions and Sample Size


Confidence Interval for the Mean µ of a Normal Distribution

©2020 NCEES 74
Engineering Probability and Statistics

Confidence Interval for the Difference Between Two Means µ1 and µ2


(A) Standard deviations σ1 and σ2 known

(B) Standard deviations σ1 and σ2 are not known

Confidence Intervals for the Variance σ2 of a Normal Distribution

Sample Size

Test Statistics
The following definitions apply.

where
Zvar = standard normal Z score
tvar = sample distribution test statistic
σ = standard deviation
µo = population mean
X = hypothesized mean or sample mean
n = sample size
s = computed sample standard deviation
The Z score is applicable when the standard deviation (s) is known. The test statistic is applicable when the standard deviation
(s) is computed at time of sampling.
Zα corresponds to the appropriate probability under the normal probability curve for a given Zvar.
tα, n-1 corresponds to the appropriate probability under the t distribution with n-1 degrees of freedom for a given tvar.
Values of Zα/2
Confidence Interval Zα/2
80% 1.2816
90% 1.6449
95% 1.9600
96% 2.0537
98% 2.3263
99% 2.5758
75 ©2020 NCEES
Engineering Probability and Statistics

Unit Normal Distribution

x x x −x x −x x

x f(x) F(x) R(x) 2R(x) W(x)


0.0 0.3989 0.5000 0.5000 1.0000 0.0000
0.1 0.3970 0.5398 0.4602 0.9203 0.0797
0.2 0.3910 0.5793 0.4207 0.8415 0.1585
0.3 0.3814 0.6179 0.3821 0.7642 0.2358
0.4 0.3683 0.6554 0.3446 0.6892 0.3108

0.5 0.3521 0.6915 0.3085 0.6171 0.3829


0.6 0.3332 0.7257 0.2743 0.5485 0.4515
0.7 0.3123 0.7580 0.2420 0.4839 0.5161
0.8 0.2897 0.7881 0.2119 0.4237 0.5763
0.9 0.2661 0.8159 0.1841 0.3681 0.6319

1.0 0.2420 0.8413 0.1587 0.3173 0.6827


1.1 0.2179 0.8643 0.1357 0.2713 0.7287
1.2 0.1942 0.8849 0.1151 0.2301 0.7699
1.3 0.1714 0.9032 0.0968 0.1936 0.8064
1.4 0.1497 0.9192 0.0808 0.1615 0.8385

1.5 0.1295 0.9332 0.0668 0.1336 0.8664


1.6 0.1109 0.9452 0.0548 0.1096 0.8904
1.7 0.0940 0.9554 0.0446 0.0891 0.9109
1.8 0.0790 0.9641 0.0359 0.0719 0.9281
1.9 0.0656 0.9713 0.0287 0.0574 0.9426

2.0 0.0540 0.9772 0.0228 0.0455 0.9545


2.1 0.0440 0.9821 0.0179 0.0357 0.9643
2.2 0.0355 0.9861 0.0139 0.0278 0.9722
2.3 0.0283 0.9893 0.0107 0.0214 0.9786
2.4 0.0224 0.9918 0.0082 0.0164 0.9836

2.5 0.0175 0.9938 0.0062 0.0124 0.9876


2.6 0.0136 0.9953 0.0047 0.0093 0.9907
2.7 0.0104 0.9965 0.0035 0.0069 0.9931
2.8 0.0079 0.9974 0.0026 0.0051 0.9949
2.9 0.0060 0.9981 0.0019 0.0037 0.9963
3.0 0.0044 0.9987 0.0013 0.0027 0.9973
Fractiles
1.2816 0.1755 0.9000 0.1000 0.2000 0.8000
1.6449 0.1031 0.9500 0.0500 0.1000 0.9000
1.9600 0.0584 0.9750 0.0250 0.0500 0.9500
2.0537 0.0484 0.9800 0.0200 0.0400 0.9600
2.3263 0.0267 0.9900 0.0100 0.0200 0.9800
2.5758 0.0145 0.9950 0.0050 0.0100 0.9900
©2020 NCEES 76
Engineering Probability and Statistics

Student's t-Distribution

tα,v
VALUES OF tα,v

α
v v
0.25 0.20 0.15 0.10 0.05 0.025 0.01 0.005
1 1.000 1.376 1.963 3.078 6.314 12.706 31.821 63.657 1
2 0.816 1.061 1.386 1.886 2.920 4.303 6.965 9.925 2
3 0.765 0.978 1.350 1.638 2.353 3.182 4.541 5.841 3
4 0.741 0.941 1.190 1.533 2.132 2.776 3.747 4.604 4
5 0.727 0.920 1.156 1.476 2.015 2.571 3.365 4.032 5
6 0.718 0.906 1.134 1.440 1.943 2.447 3.143 3.707 6
7 0.711 0.896 1.119 1.415 1.895 2.365 2.998 3.499 7
8 0.706 0.889 1.108 1.397 1.860 2.306 2.896 3.355 8
9 0.703 0.883 1.100 1.383 1.833 2.262 2.821 3.250 9
10 0.700 0.879 1.093 1.372 1.812 2.228 2.764 3.169 10
11 0.697 0.876 1.088 1.363 1.796 2.201 2.718 3.106 11
12 0.695 0.873 1.083 1.356 1.782 2.179 2.681 3.055 12
13 0.694 0.870 1.079 1.350 1.771 2.160 2.650 3.012 13
14 0.692 0.868 1.076 1.345 1.761 2.145 2.624 2.977 14
15 0.691 0.866 1.074 1.341 1.753 2.131 2.602 2.947 15
16 0.690 0.865 1.071 1.337 1.746 2.120 2.583 2.921 16
17 0.689 0.863 1.069 1.333 1.740 2.110 2.567 2.898 17
18 0.688 0.862 1.067 1.330 1.734 2.101 2.552 2.878 18
19 0.688 0.861 1.066 1.328 1.729 2.093 2.539 2.861 19
20 0.687 0.860 1.064 1.325 1.725 2.086 2.528 2.845 20
21 0.686 0.859 1.063 1.323 1.721 2.080 2.518 2.831 21
22 0.686 0.858 1.061 1.321 1.717 2.074 2.508 2.819 22
23 0.685 0.858 1.060 1.319 1.714 2.069 2.500 2.807 23
24 0.685 0.857 1.059 1.318 1.711 2.064 2.492 2.797 24
25 0.684 0.856 1.058 1.316 1.708 2.060 2.485 2.787 25
26 0.684 0.856 1.058 1.315 1.706 2.056 2.479 2.779 26
27 0.684 0.855 1.057 1.314 1.703 2.052 2.473 2.771 27
28 0.683 0.855 1.056 1.313 1.701 2.048 2.467 2.763 28
29 0.683 0.854 1.055 1.311 1.699 2.045 2.462 2.756 29
30 0.683 0.854 1.055 1.310 1.697 2.042 2.457 2.750 30
∞ 0.674 0.842 1.036 1.282 1.645 1.960 2.326 2.576 ∞

77 ©2020 NCEES
©2020 NCEES

CRITICAL VALUES OF THE F DISTRIBUTION – TABLE

For a particular combination of


numerator and denominator degrees
of freedom, entry represents the
critical values of F corresponding α = 0.05
to a specified upper tail area (α).

0 F(α, df1, df2) F

Denominator Numerator df1


df2
1 2 3 4 5 6 7 8 9 10 12 15 20 24 30 40 60 120 ∞

Engineering Probability and Statistics


1 161.4 199.5 215.7 224.6 230.2 234.0 236.8 238.9 240.5 241.9 243.9 245.9 248.0 249.1 250.1 251.1 252.2 253.3 254.3
2 18.51 19.00 19.16 19.25 19.30 19.33 19.35 19.37 19.38 19.40 19.41 19.43 19.45 19.45 19.46 19.47 19.48 19.49 19.50
3 10.13 9.55 9.28 9.12 9.01 8.94 8.89 8.85 8.81 8.79 8.74 8.70 8.66 8.64 8.62 8.59 8.57 8.55 8.53
4 7.71 6.94 6.59 6.39 6.26 6.16 6.09 6.04 6.00 5.96 5.91 5.86 5.80 5.77 5.75 5.72 5.69 5.66 5.63
5 6.61 5.79 5.41 5.19 5.05 4.95 4.88 4.82 4.77 4.74 4.68 4.62 4.56 4.53 4.50 4.46 4.43 4.40 4.36
6 5.99 5.14 4.76 4.53 4.39 4.28 4.21 4.15 4.10 4.06 4.00 3.94 3.87 3.84 3.81 3.77 3.74 3.70 3.67
7 5.59 4.74 4.35 4.12 3.97 3.87 3.79 3.73 3.68 3.64 3.57 3.51 3.44 3.41 3.38 3.34 3.30 3.27 3.23
8 5.32 4.46 4.07 3.84 3.69 3.58 3.50 3.44 3.39 3.35 3.28 3.22 3.15 3.12 3.08 3.04 3.01 2.97 2.93
78

9 5.12 4.26 3.86 3.63 3.48 3.37 3.29 3.23 3.18 3.14 3.07 3.01 2.94 2.90 2.86 2.83 2.79 2.75 2.71
10 4.96 4.10 3.71 3.48 3.33 3.22 3.14 3.07 3.02 2.98 2.91 2.85 2.77 2.74 2.70 2.66 2.62 2.58 2.54
11 4.84 3.98 3.59 3.36 3.20 3.09 3.01 2.95 2.90 2.85 2.79 2.72 2.65 2.61 2.57 2.53 2.49 2.45 2.40
12 4.75 3.89 3.49 3.26 3.11 3.00 2.91 2.85 2.80 2.75 2.69 2.62 2.54 2.51 2.47 2.43 2.38 2.34 2.30
13 4.67 3.81 3.41 3.18 3.03 2.92 2.83 2.77 2.71 2.67 2.60 2.53 2.46 2.42 2.38 2.34 2.30 2.25 2.21
14 4.60 3.74 3.34 3.11 2.96 2.85 2.76 2.70 2.65 2.60 2.53 2.46 2.39 2.35 2.31 2.27 2.22 2.18 2.13
15 4.54 3.68 3.29 3.06 2.90 2.79 2.71 2.64 2.59 2.54 2.48 2.40 2.33 2.29 2.25 2.20 2.16 2.11 2.07
16 4.49 3.63 3.24 3.01 2.85 2.74 2.66 2.59 2.54 2.49 2.42 2.35 2.28 2.24 2.19 2.15 2.11 2.06 2.01
17 4.45 3.59 3.20 2.96 2.81 2.70 2.61 2.55 2.49 2.45 2.38 2.31 2.23 2.19 2.15 2.10 2.06 2.01 1.96
18 4.41 3.55 3.16 2.93 2.77 2.66 2.58 2.51 2.46 2.41 2.34 2.27 2.19 2.15 2.11 2.06 2.02 1.97 1.92
19 4.38 3.52 3.13 2.90 2.74 2.63 2.54 2.48 2.42 2.38 2.31 2.23 2.16 2.11 2.07 2.03 1.98 1.93 1.88
20 4.35 3.49 3.10 2.87 2.71 2.60 2.51 2.45 2.39 2.35 2.28 2.20 2.12 2.08 2.04 1.99 1.95 1.90 1.84
21 4.32 3.47 3.07 2.84 2.68 2.57 2.49 2.42 2.37 2.32 2.25 2.18 2.10 2.05 2.01 1.96 1.92 1.87 1.81
22 4.30 3.44 3.05 2.82 2.66 2.55 2.46 2.40 2.34 2.30 2.23 2.15 2.07 2.03 1.98 1.94 1.89 1.84 1.78
23 4.28 3.42 3.03 2.80 2.64 2.53 2.44 2.37 2.32 2.27 2.20 2.13 2.05 2.01 1.96 1.91 1.86 1.81 1.76
24 4.26 3.40 3.01 2.78 2.62 2.51 2.42 2.36 2.30 2.25 2.18 2.11 2.03 1.98 1.94 1.89 1.84 1.79 1.73
25 4.24 3.39 2.99 2.76 2.60 2.49 2.40 2.34 2.28 2.24 2.16 2.09 2.01 1.96 1.92 1.87 1.82 1.77 1.71
26 4.23 3.37 2.98 2.74 2.59 2.47 2.39 2.32 2.27 2.22 2.15 2.07 1.99 1.95 1.90 1.85 1.80 1.75 1.69
27 4.21 3.35 2.96 2.73 2.57 2.46 2.37 2.31 2.25 2.20 2.13 2.06 1.97 1.93 1.88 1.84 1.79 1.73 1.67
28 4.20 3.34 2.95 2.71 2.56 2.45 2.36 2.29 2.24 2.19 2.12 2.04 1.96 1.91 1.87 1.82 1.77 1.71 1.65
29 4.18 3.33 2.93 2.70 2.55 2.43 2.35 2.28 2.22 2.18 2.10 2.03 1.94 1.90 1.85 1.81 1.75 1.70 1.64
30 4.17 3.32 2.92 2.69 2.53 2.42 2.33 2.27 2.21 2.16 2.09 2.01 1.93 1.89 1.84 1.79 1.74 1.68 1.62
40 4.08 3.23 2.84 2.61 2.45 2.34 2.25 2.18 2.12 2.08 2.00 1.92 1.84 1.79 1.74 1.69 1.64 1.58 1.51
60 4.00 3.15 2.76 2.53 2.37 2.25 2.17 2.10 2.04 1.99 1.92 1.84 1.75 1.70 1.65 1.59 1.53 1.47 1.39
120 3.92 3.07 2.68 2.45 2.29 2.17 2.09 2.02 1.96 1.91 1.83 1.75 1.66 1.61 1.55 1.50 1.43 1.35 1.25
∞ 3.84 3.00 2.60 2.37 2.21 2.10 2.01 1.94 1.88 1.83 1.75 1.67 1.57 1.52 1.46 1.39 1.32 1.22 1.00
CRITICAL VALUES OF X 2 DISTRIBUTION

f (X 2 )

2
X
0 2
X α,n

2 2 2 2 2 2 2 2 2 2
Degrees of Freedom X .995 X .990 X .975 X .950 X .900 X .100 X .050 X .025 X .010 X .005

1 0.0000393 0.0001571 0.0009821 0.0039321 0.0157908 2.70554 3.84146 5.02389 6.63490 7.87944
2 0.0100251 0.0201007 0.0506356 0.102587 0.210720 4.60517 5.99147 7.37776 9.21034 10.5966

Engineering Probability and Statistics


3 0.0717212 0.114832 0.215795 0.351846 0.584375 6.25139 7.81473 9.34840 11.3449 12.8381
4 0.206990 0.297110 0.484419 0.710721 1.063623 7.77944 9.48773 11.1433 13.2767 14.8602
5 0.411740 0.554300 0.831211 1.145476 1.61031 9.23635 11.0705 12.8325 15.0863 16.7496
6 0.675727 0.872085 1.237347 1.63539 2.20413 10.6446 12.5916 14.4494 16.8119 18.5476
7 0.989265 1.239043 1.68987 2.16735 2.83311 12.0170 14.0671 16.0128 18.4753 20.2777
8 1.344419 1.646482 2.17973 2.73264 3.48954 13.3616 15.5073 17.5346 20.0902 21.9550
9 1.734926 2.087912 2.70039 3.32511 4.16816 14.6837 16.9190 19.0228 21.6660 23.5893
10 2.15585 2.55821 3.24697 3.94030 4.86518 15.9871 18.3070 20.4831 23.2093 25.1882
79

11 2.60321 3.05347 3.81575 4.57481 5.57779 17.2750 19.6751 21.9200 24.7250 26.7569
12 3.07382 3.57056 4.40379 5.22603 6.30380 18.5494 21.0261 23.3367 26.2170 28.2995
13 3.56503 4.10691 5.00874 5.89186 7.04150 19.8119 22.3621 24.7356 27.6883 29.8194
14 4.07468 4.66043 5.62872 6.57063 7.78953 21.0642 23.6848 26.1190 29.1413 31.3193
15 4.60094 5.22935 6.26214 7.26094 8.54675 22.3072 24.9958 27.4884 30.5779 32.8013
16 5.14224 5.81221 6.90766 7.96164 9.31223 23.5418 26.2962 28.8454 31.9999 34.2672
17 5.69724 6.40776 7.56418 8.67176 10.0852 24.7690 27.5871 30.1910 33.4087 35.7185
18 6.26481 7.01491 8.23075 9.39046 10.8649 25.9894 28.8693 31.5264 34.8053 37.1564
19 6.84398 7.63273 8.90655 10.1170 11.6509 27.2036 30.1435 32.8523 36.1908 38.5822
20 7.43386 8.26040 9.59083 10.8508 12.4426 28.4120 31.4104 34.1696 37.5662 39.9968
21 8.03366 8.89720 10.28293 11.5913 13.2396 29.6151 32.6705 35.4789 38.9321 41.4010
22 8.64272 9.54249 10.9823 12.3380 14.0415 30.8133 33.9244 36.7807 40.2894 42.7956
23 9.26042 10.19567 11.6885 13.0905 14.8479 32.0069 35.1725 38.0757 41.6384 44.1813
24 9.88623 10.8564 12.4011 13.8484 15.6587 33.1963 36.4151 39.3641 42.9798 45.5585
25 10.5197 11.5240 13.1197 14.6114 16.4734 34.3816 37.6525 40.6465 44.3141 46.9278
26 11.1603 12.1981 13.8439 15.3791 17.2919 35.5631 38.8852 41.9232 45.6417 48.2899
27 11.8076 12.8786 14.5733 16.1513 18.1138 36.7412 40.1133 43.1944 46.9630 49.6449
28 12.4613 13.5648 15.3079 16.9279 18.9392 37.9159 41.3372 44.4607 48.2782 50.9933
29 13.1211 14.2565 16.0471 17.7083 19.7677 39.0875 42.5569 45.7222 49.5879 52.3356
30 13.7867 14.9535 16.7908 18.4926 20.5992 40.2560 43.7729 46.9792 50.8922 53.6720
40 20.7065 22.1643 24.4331 26.5093 29.0505 51.8050 55.7585 59.3417 63.6907 66.7659
50 27.9907 29.7067 32.3574 34.7642 37.6886 63.1671 67.5048 71.4202 76.1539 79.4900
60 35.5346 37.4848 40.4817 43.1879 46.4589 74.3970 79.0819 83.2976 88.3794 91.9517
70 43.2752 45.4418 48.7576 51.7393 55.3290 85.5271 90.5312 95.0231 100.425 104.215
©2020 NCEES

80 51.1720 53.5400 57.1532 60.3915 64.2778 96.5782 101.879 106.629 112.329 116.321
90 59.1963 61.7541 65.6466 69.1260 73.2912 107.565 113.145 118.136 124.116 128.299
100 67.3276 70.0648 74.2219 77.9295 82.3581 118.498 124.342 129.561 135.807 140.169
Source: Thompson, C. M., "Tables of the Percentage Points of the X2–Distribution," Biometrika, ©1941, 32, 188-189. Reproduced by permission of Oxford University Press.
Engineering Probability and Statistics

Cumulative Binomial Probabilities P(X ≤ x)


P
n x 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.95 0.99
1 0 0.9000 0.8000 0.7000 0.6000 0.5000 0.4000 0.3000 0.2000 0.1000 0.0500 0.0100
2 0 0.8100 0.6400 0.4900 0.3600 0.2500 0.1600 0.0900 0.0400 0.0100 0.0025 0.0001
1 0.9900 0.9600 0.9100 0.8400 0.7500 0.6400 0.5100 0.3600 0.1900 0.0975 0.0199
3 0 0.7290 0.5120 0.3430 0.2160 0.1250 0.0640 0.0270 0.0080 0.0010 0.0001 0.0000
1 0.9720 0.8960 0.7840 0.6480 0.5000 0.3520 0.2160 0.1040 0.0280 0.0073 0.0003
2 0.9990 0.9920 0.9730 0.9360 0.8750 0.7840 0.6570 0.4880 0.2710 0.1426 0.0297
4 0 0.6561 0.4096 0.2401 0.1296 0.0625 0.0256 0.0081 0.0016 0.0001 0.0000 0.0000
1 0.9477 0.8192 0.6517 0.4752 0.3125 0.1792 0.0837 0.0272 0.0037 0.0005 0.0000
2 0.9963 0.9728 0.9163 0.8208 0.6875 0.5248 0.3483 0.1808 0.0523 0.0140 0.0006
3 0.9999 0.9984 0.9919 0.9744 0.9375 0.8704 0.7599 0.5904 0.3439 0.1855 0.0394
5 0 0.5905 0.3277 0.1681 0.0778 0.0313 0.0102 0.0024 0.0003 0.0000 0.0000 0.0000
1 0.9185 0.7373 0.5282 0.3370 0.1875 0.0870 0.0308 0.0067 0.0005 0.0000 0.0000
2 0.9914 0.9421 0.8369 0.6826 0.5000 0.3174 0.1631 0.0579 0.0086 0.0012 0.0000
3 0.9995 0.9933 0.9692 0.9130 0.8125 0.6630 0.4718 0.2627 0.0815 0.0226 0.0010
4 1.0000 0.9997 0.9976 0.9898 0.9688 0.9222 0.8319 0.6723 0.4095 0.2262 0.0490
6 0 0.5314 0.2621 0.1176 0.0467 0.0156 0.0041 0.0007 0.0001 0.0000 0.0000 0.0000
1 0.8857 0.6554 0.4202 0.2333 0.1094 0.0410 0.0109 0.0016 0.0001 0.0000 0.0000
2 0.9842 0.9011 0.7443 0.5443 0.3438 0.1792 0.0705 0.0170 0.0013 0.0001 0.0000
3 0.9987 0.9830 0.9295 0.8208 0.6563 0.4557 0.2557 0.0989 0.0159 0.0022 0.0000
4 0.9999 0.9984 0.9891 0.9590 0.8906 0.7667 0.5798 0.3446 0.1143 0.0328 0.0015
5 1.0000 0.9999 0.9993 0.9959 0.9844 0.9533 0.8824 0.7379 0.4686 0.2649 0.0585
7 0 0.4783 0.2097 0.0824 0.0280 0.0078 0.0016 0.0002 0.0000 0.0000 0.0000 0.0000
1 0.8503 0.5767 0.3294 0.1586 0.0625 0.0188 0.0038 0.0004 0.0000 0.0000 0.0000
2 0.9743 0.8520 0.6471 0.4199 0.2266 0.0963 0.0288 0.0047 0.0002 0.0000 0.0000
3 0.9973 0.9667 0.8740 0.7102 0.5000 0.2898 0.1260 0.0333 0.0027 0.0002 0.0000
4 0.9998 0.9953 0.9712 0.9037 0.7734 0.5801 0.3529 0.1480 0.0257 0.0038 0.0000
5 1.0000 0.9996 0.9962 0.9812 0.9375 0.8414 0.6706 0.4233 0.1497 0.0444 0.0020
6 1.0000 1.0000 0.9998 0.9984 0.9922 0.9720 0.9176 0.7903 0.5217 0.3017 0.0679
8 0 0.4305 0.1678 0.0576 0.0168 0.0039 0.0007 0.0001 0.0000 0.0000 0.0000 0.0000
1 0.8131 0.5033 0.2553 0.1064 0.0352 0.0085 0.0013 0.0001 0.0000 0.0000 0.0000
2 0.9619 0.7969 0.5518 0.3154 0.1445 0.0498 0.0113 0.0012 0.0000 0.0000 0.0000
3 0.9950 0.9437 0.8059 0.5941 0.3633 0.1737 0.0580 0.0104 0.0004 0.0000 0.0000
4 0.9996 0.9896 0.9420 0.8263 0.6367 0.4059 0.1941 0.0563 0.0050 0.0004 0.0000
5 1.0000 0.9988 0.9887 0.9502 0.8555 0.6846 0.4482 0.2031 0.0381 0.0058 0.0001
6 1.0000 0.9999 0.9987 0.9915 0.9648 0.8936 0.7447 0.4967 0.1869 0.0572 0.0027
7 1.0000 1.0000 0.9999 0.9993 0.9961 0.9832 0.9424 0.8322 0.5695 0.3366 0.0773
9 0 0.3874 0.1342 0.0404 0.0101 0.0020 0.0003 0.0000 0.0000 0.0000 0.0000 0.0000
1 0.7748 0.4362 0.1960 0.0705 0.0195 0.0038 0.0004 0.0000 0.0000 0.0000 0.0000
2 0.9470 0.7382 0.4628 0.2318 0.0898 0.0250 0.0043 0.0003 0.0000 0.0000 0.0000
3 0.9917 0.9144 0.7297 0.4826 0.2539 0.0994 0.0253 0.0031 0.0001 0.0000 0.0000
4 0.9991 0.9804 0.9012 0.7334 0.5000 0.2666 0.0988 0.0196 0.0009 0.0000 0.0000
5 0.9999 0.9969 0.9747 0.9006 0.7461 0.5174 0.2703 0.0856 0.0083 0.0006 0.0000
6 1.0000 0.9997 0.9957 0.9750 0.9102 0.7682 0.5372 0.2618 0.0530 0.0084 0.0001
7 1.0000 1.0000 0.9996 0.9962 0.9805 0.9295 0.8040 0.5638 0.2252 0.0712 0.0034
8 1.0000 1.0000 1.0000 0.9997 0.9980 0.9899 0.9596 0.8658 0.6126 0.3698 0.0865

Montgomery, Douglas C., and George C. Runger, Applied Statistics and Probability for Engineers, 4 ed., New York: John Wiley and Sons, 2007.

©2020 NCEES 80
Engineering Probability and Statistics

Cumulative Binomial Probabilities P(X ≤ x) (continued)


P
n x 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.95 0.99
10 0 0.3487 0.1074 0.0282 0.0060 0.0010 0.0001 0.0000 0.0000 0.0000 0.0000 0.0000
1 0.7361 0.3758 0.1493 0.0464 0.0107 0.0017 0.0001 0.0000 0.0000 0.0000 0.0000
2 0.9298 0.6778 0.3828 0.1673 0.0547 0.0123 0.0016 0.0001 0.0000 0.0000 0.0000
3 0.9872 0.8791 0.6496 0.3823 0.1719 0.0548 0.0106 0.0009 0.0000 0.0000 0.0000
4 0.9984 0.9672 0.8497 0.6331 0.3770 0.1662 0.0473 0.0064 0.0001 0.0000 0.0000
5 0.9999 0.9936 0.9527 0.8338 0.6230 0.3669 0.1503 0.0328 0.0016 0.0001 0.0000
6 1.0000 0.9991 0.9894 0.9452 0.8281 0.6177 0.3504 0.1209 0.0128 0.0010 0.0000
7 1.0000 0.9999 0.9984 0.9877 0.9453 0.8327 0.6172 0.3222 0.0702 0.0115 0.0001
8 1.0000 1.0000 0.9999 0.9983 0.9893 0.9536 0.8507 0.6242 0.2639 0.0861 0.0043
9 1.0000 1.0000 1.0000 0.9999 0.9990 0.9940 0.9718 0.8926 0.6513 0.4013 0.0956
15 0 0.2059 0.0352 0.0047 0.0005 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
1 0.5490 0.1671 0.0353 0.0052 0.0005 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
2 0.8159 0.3980 0.1268 0.0271 0.0037 0.0003 0.0000 0.0000 0.0000 0.0000 0.0000
3 0.9444 0.6482 0.2969 0.0905 0.0176 0.0019 0.0001 0.0000 0.0000 0.0000 0.0000
4 0.9873 0.8358 0.5155 0.2173 0.0592 0.0093 0.0007 0.0000 0.0000 0.0000 0.0000
5 0.9978 0.9389 0.7216 0.4032 0.1509 0.0338 0.0037 0.0001 0.0000 0.0000 0.0000
6 0.9997 0.9819 0.8689 0.6098 0.3036 0.0950 0.0152 0.0008 0.0000 0.0000 0.0000
7 1.0000 0.9958 0.9500 0.7869 0.5000 0.2131 0.0500 0.0042 0.0000 0.0000 0.0000
8 1.0000 0.9992 0.9848 0.9050 0.6964 0.3902 0.1311 0.0181 0.0003 0.0000 0.0000
9 1.0000 0.9999 0.9963 0.9662 0.8491 0.5968 0.2784 0.0611 0.0022 0.0001 0.0000
10 1.0000 1.0000 0.9993 0.9907 0.9408 0.7827 0.4845 0.1642 0.0127 0.0006 0.0000
11 1.0000 1.0000 0.9999 0.9981 0.9824 0.9095 0.7031 0.3518 0.0556 0.0055 0.0000
12 1.0000 1.0000 1.0000 0.9997 0.9963 0.9729 0.8732 0.6020 0.1841 0.0362 0.0004
13 1.0000 1.0000 1.0000 1.0000 0.9995 0.9948 0.9647 0.8329 0.4510 0.1710 0.0096
14 1.0000 1.0000 1.0000 1.0000 1.0000 0.9995 0.9953 0.9648 0.7941 0.5367 0.1399
20 0 0.1216 0.0115 0.0008 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
1 0.3917 0.0692 0.0076 0.0005 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
2 0.6769 0.2061 0.0355 0.0036 0.0002 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
3 0.8670 0.4114 0.1071 0.0160 0.0013 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
4 0.9568 0.6296 0.2375 0.0510 0.0059 0.0003 0.0000 0.0000 0.0000 0.0000 0.0000
5 0.9887 0.8042 0.4164 0.1256 0.0207 0.0016 0.0000 0.0000 0.0000 0.0000 0.0000
6 0.9976 0.9133 0.6080 0.2500 0.0577 0.0065 0.0003 0.0000 0.0000 0.0000 0.0000
7 0.9996 0.9679 0.7723 0.4159 0.1316 0.0210 0.0013 0.0000 0.0000 0.0000 0.0000
8 0.9999 0.9900 0.8867 0.5956 0.2517 0.0565 0.0051 0.0001 0.0000 0.0000 0.0000
9 1.0000 0.9974 0.9520 0.7553 0.4119 0.1275 0.0171 0.0006 0.0000 0.0000 0.0000
10 1.0000 0.9994 0.9829 0.8725 0.5881 0.2447 0.0480 0.0026 0.0000 0.0000 0.0000
11 1.0000 0.9999 0.9949 0.9435 0.7483 0.4044 0.1133 0.0100 0.0001 0.0000 0.0000
12 1.0000 1.0000 0.9987 0.9790 0.8684 0.5841 0.2277 0.0321 0.0004 0.0000 0.0000
13 1.0000 1.0000 0.9997 0.9935 0.9423 0.7500 0.3920 0.0867 0.0024 0.0000 0.0000
14 1.0000 1.0000 1.0000 0.9984 0.9793 0.8744 0.5836 0.1958 0.0113 0.0003 0.0000
15 1.0000 1.0000 1.0000 0.9997 0.9941 0.9490 0.7625 0.3704 0.0432 0.0026 0.0000
16 1.0000 1.0000 1.0000 1.0000 0.9987 0.9840 0.8929 0.5886 0.1330 0.0159 0.0000
17 1.0000 1.0000 1.0000 1.0000 0.9998 0.9964 0.9645 0.7939 0.3231 0.0755 0.0010
18 1.0000 1.0000 1.0000 1.0000 1.0000 0.9995 0.9924 0.9308 0.6083 0.2642 0.0169
19 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 0.9992 0.9885 0.8784 0.6415 0.1821

Montgomery, Douglas C., and George C. Runger, Applied Statistics and Probability for Engineers, 4 ed., New York: John Wiley and Sons, 2007.

81 ©2020 NCEES
Engineering Probability and Statistics

Statistical Quality Control


Average and Range Charts
n A2 D3 D4
2 1.880 0 3.268
3 1.023 0 2.574
4 0.729 0 2.282
5 0.577 0 2.114
6 0.483 0 2.004
7 0.419 0.076 1.924
8 0.373 0.136 1.864
9 0.337 0.184 1.816
10 0.308 0.223 1.777
Xi = an individual observation
n = the sample size of a group
k = the number of groups
R = (range) the difference between the largest and smallest observations in a sample of size n.
X1 + X2 + f + Xn
X= n
X = X1+ X 2 + f + X k
k
R1 + R2 + f + Rk
R=
k

The R Chart formulas are:


CLR = R
UCLR = D4R
LCLR = D3R
The X Chart formulas are:
CLX = X
UCLX = X + A2R
LCLX = X - A2R

Standard Deviation Charts


n A3 B3 B4
2 2.659 0 3.267 UCLX = X + A3 S
3 1.954 0 2.568 CLX = X
4 1.628 0 2.266
5 1.427 0 2.089 LCLX = X - A3 S
6 1.287 0.030 1.970 UCLS = B4 S
7 1.182 0.119 1.882
0.185 CLS = S
8 1.099 1.815
9 1.032 0.239 1.761 LCLS = B3 S
10 0.975 0.284 1.716

©2020 NCEES 82
Engineering Probability and Statistics

Approximations
The following table and equations may be used to generate initial approximations of the items indicated.

n c4 d2 d3
2 0.7979 1.128 0.853
3 0.8862 1.693 0.888
4 0.9213 2.059 0.880
5 0.9400 2.326 0.864
6 0.9515 2.534 0.848
7 0.9594 2.704 0.833
8 0.9650 2.847 0.820
9 0.9693 2.970 0.808
10 0.9727 3.078 0.797

where
σt = an estimate of σ
σR = an estimate of the standard deviation of the ranges of the samples
σS = an estimate of the standard deviation of the standard deviations of the samples
Tests for Out of Control
1. A single point falls outside the (three sigma) control limits.
2. Two out of three successive points fall on the same side of and more than two sigma units from the center line.
3. Four out of five successive points fall on the same side of and more than one sigma unit from the center line.
4. Eight successive points fall on the same side of the center line.

83 ©2020 NCEES
Engineering Probability and Statistics

Probability and Density Functions: Means and Variances

Variable Equation Mean Variance

Binomial
Coefficient ( nx ) = x!(nn−! x)!
b(x; n , p ) = ( ) p (1 − p )
n x n− x
Binomial np np(1 – p)
x

( ) N −r
r (N − r )n(N − n )
Hyper
h(x; n, r, N ) =
r
() n−x nr
Geometric x
(Nn ) N N 2 (N − 1)

λ x e −λ
Poisson f (x; λ ) = λ λ
x!

Geometric g(x; p) = p (1 – p)x–1 1/p (1 –p)/p2

Negative
Binomial
f ( y ; r, p) = ( y + r −1 r
r −1 )
p (1 − p ) y r/p r (1 – p)/p2

n!
Multinomial f ( x1, …, xk) = p1x1 … pkxk npi npi (1 – pi)
x1! , …, xk !

Uniform f(x) = 1/(b – a) (a + b)/2 (b – a)2/12


x α − 1e − x β
Gamma f (x ) = ; α > 0, β > 0 αβ αβ 2
β α Γ (α )

1 −x β
Exponential f (x ) = e β β2
β

Weibull f (x ) =
α α − 1 − xα
β
x e β
β1 α Γ[(α + 1) α ] [ ( ) ( )]
β2 α Γ
α +1
α
− Γ2
α +1
α

( )
2
1 x−µ
1 −
Normal f (x ) = e 2 σ
µ σ2

{
σ 2π

2(x − a )
if a ≤ x ≤ m
Triangular f (x ) = (b − a )(m − a ) a+b+m a 2 + b 2 + m 2 − ab − am − bm
3 18
2(b − x )
if m < x ≤ b
(b − a )(b − m )

©2020 NCEES 84

You might also like