07-01 Continuous Distributions Using Excel
07-01 Continuous Distributions Using Excel
Distributions
Using Excel
Excel Functions
You can use Excel functions for the normal distribution to find
probabilities, plot the distribution, and generate random data. The
exponential distribution has no inverse function. The uniform has
no Excel functions, but you can easily create your own formulas.
Alpha x Formula
x P(X<=x) Formula
0.005 54.3934 =NORM.INV(0.005,75,8)
60 0.03040 =NORM.DIST(60,75,8,1)
0.010 56.3892 =NORM.INV(0.01,75,8)
65 0.10565 =NORM.DIST(65,75,8,1)
0.025 59.3203 =NORM.INV(0.025,75,8)
70 0.26599 =NORM.DIST(70,75,8,1)
0.050 61.8412 =NORM.INV(0.05,75,8)
75 0.50000 =NORM.DIST(75,75,8,1)
0.100 64.7476 =NORM.INV(0.10,75,8)
80 0.73401 =NORM.DIST(80,75,8,1)
0.250 69.6041 =NORM.INV(0.25,75,8)
85 0.89435 =NORM.DIST(85,75,8,1)
0.500 75.0000 =NORM.INV(0.50,75,8)
90 0.96960 =NORM.DIST(90,75,8,1)
84 83 70 77 63 71
60 75 69 72 73 64
84 85 80 75 75 82
80 73 76 83 78 78
77 76 80 92 64 78
x P(X<=x) Formula
0.25 0.42305 =EXPON.DIST(.25,2.2,1)
0.50 0.66713 =EXPON.DIST(.50,2.2,1)
0.75 0.80795 =EXPON.DIST(.75,2.2,1)
1.00 0.88920 =EXPON.DIST(1.00,2.2,1)
1.25 0.93607 =EXPON.DIST(1.25,2.2,1)
1.50 0.96312 =EXPON.DIST(1.50,2.2,1)
x P(x) Formula
0.20 1.4169 =EXPON.DIST(.20,2.2,0)
0.40 0.9125 =EXPON.DIST(.40,2.2,0)
0.60 0.5877 =EXPON.DIST(.60,2.2,0)
0.80 0.3785 =EXPON.DIST(.80,2.2,0)
1.00 0.2438 =EXPON.DIST(1.00,2.2,0)
1.20 0.1570 =EXPON.DIST(1.20,2.2,0)
1.40 0.1011 =EXPON.DIST(1.40,2.2,0)
1.60 0.0651 =EXPON.DIST(1.60,2.2,0)
1.80 0.0419 =EXPON.DIST1.80,2.2,0)
2.00 0.0270 =EXPON.DIST(2.00,2.2,0)
2.20 0.0174 =EXPON.DIST(2.20,2.2,0)
2.40 0.0112 =EXPON.DIST(2.40,2.2,0)
Advice