ࡱ> VXU Hbjbj<< "h^^#``!!!!!55555T5ooooJJJBDDDDDD_D}!JJJJND!!ooR!o!oBJB!!S?56 0!JJJ` :   Numerical Examples for Statistical Tables The presentation of the statistical tables is not universal. Some statistical textbooks authors enjoy given tabular values of the right-tail probabilities, while for others left-tail probabilities are preferred. Even within each of these groups you will find some differences in presenting each table differently than others, never in a unified format. This lack of uniformity often confuses most of students while learning statistics. The following presents some numerical examples of common statistical tables with some applications. You may like using  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/otherapplets/pvalues.htm" \t "new" The P-values for the Popular Distributions JavaScript.  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/opre504.htm" \l "rBinomial" \t "new" Binomial Probability X ~ B(n, p), read, the random variable X has a binomial distribution with parameters n trials, and probability of a success is p. Example: Find probability of at most k = 3 success from B(n = 7, p = 0.4). Using any Binomial table, one should get: P[k 3] = 0.7102. Using  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/otherapplets/pvalues.htm" \t "new" The P-values for the Popular Distributions JavaScript, one gets: P[k 3] = 1  P[k 4] = 1  0.2898 = 0.7102. Questions for you: Which of the following two events is more likely to happen? Getting exactly 6 heads in tossing a fair coin (i.e, p=1/2), n = 10 times or tossing it n=20 times. Why? Application: A traveling salesman has find that the probability of a sale on a single contact is 0.02. If the salesman contacts 200 prospects, find the probability that he will make at least one sale. P[at least one sale] = 1 P[no sale] = 1 (1-0.02)200 = 1 (0.98)200 = 98%  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/opre504.htm" \l "rnd" \t "new" Normal Density Function X ~ N(0, 1), read, the random variable X is distributed Normally with mean, and variance 0, and 1, respectively. A Fact: If X ~ N(m, s), then Z = (X - m) / s ~ N(0, 1) Example: Let X ~ N(1, 2), compute P(X 5.21) P[ (X -1) / 2 (5.21 -1) / 2] = P(Z 2.105) P(Z 2.11) = .4826 + .5 = .9826 Notice that P(Z 0) = .5 Similarly, P(X 2.1) = P(Z (2.1 - 1) / (2)) = P(Z .55) = 0.5 - .2088 = .2912 Using  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/otherapplets/pvalues.htm" \t "new" The P-values for the Popular Distributions JavaScript, the 2p-value is: P[| Z | 2.1] = 0.582. Questions for you: Compute P( X 3), P(1 X 4), P(X - 1), find the value of a such that P(X a) = 0.4515 Applications: 1. Testing hypotheses on the population s mean, with a known variance, at a given significance level a. H0: m = m0 Ha: m m0 A Fact: Given X ~ N(?, s) and having a random realization of size n: x1, x 2, ..., xn, then Z = [xbarn - m] / (s / n1/2) ~ N(0,1). Notice that in most cases, the standard deviation (s is unknown. However, one may use the sampling estimate S for s provided the sample size is large enough, say, over 30.) Given n = 4, xbar4 = 492 , test H0: m = 500 at significance level a = 0.05 if s = 16? The Z-statistic is Z = [492 - 500] / [16 / (41/2)] = -1, however the tabulated critical Z-value is Z.025 = 1.96 Conclusion: No reason to reject H0. Question for you: Given the same sampling information, test H0: m = 505 vs. Ha: m 505. 2. Setting a confidence interval on the mean, variance known. Given xbar4 = 492 construct a 95% confidence interval for m given s = 16 P [xbar - Za/2 s / n1/2 m xbar + Za/2 s / n1/2] 1- a Plugging in the numerical values, one gets: P[476.3 m 507.7] 0.95 Notice the Duality between the test of hypothesis and confidence interval. Question for you: Given the same sampling information, construct a 90% confidence interval for m given the same information. 3. Central Limit Theorem (CLT) A Fact: If E(X) = m, Var(X) = s2, then (xbar - m) / (s / n1/2) ~ N(0,1), for large n, say, n 30 As a strong result, the CLT implies that if the sample size is large enough, then one may relax the normality condition whenever dealing with the question of testing or constructing confidence interval for population s mean (m).  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/opre504.htm" \l "rtdistributions" \t "new" T-Density Function A Fact: If X ~ N(m, ?), then [xbar - m] / [S / n 1/2] ~ t n-1 Example: Find t such that P(T11 > t) = .1 => t = 1.363 Using  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/otherapplets/pvalues.htm" \t "new" The P-values for the Popular Distributions JavaScript, the 2p-value is: P[| T | 1.363] = 0.2. Question for you: Find t such that P( T8 > t ) = .01 Applications: 1. Testing hypotheses on mean, variance unknown Given xbar16 = 12.1 and S2 = 2.225, test m = 12.5 vs m 12.5, at a = 0.05 significance level. The computed statistic is t = -1.07 but the critical value from t-table = 2.131. Conclusion: There is no reason to reject that m = 12.5. Question for you: Given the same sampling information perform the test H0: m = 11 vs m 11 at a = .01. 2. Construction of confidence interval for m, variance unknown Example: Given xbar16 = 12.1, S2 = 2.225 develop a 95% confidence interval for m P[xbar - t(a / 2, n -1) S / n1/2 m xbar + t (a / 2, n- 1) S / n1/2] 1 - a Therefore P[11.31 m 12.89] 0.95 Again, notice the Duality between the test of hypothesis and confidence interval. Question for you: Construct a 90% confidence interval for the same problem, is it wider than the other one, why or why not? Notice that the T-density converges to the standard normal N(0, 1) as sample size gets larger. In fact the elements in the last row of t-table are the N(0,1) probabilities.  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/opre504.htm" \l "rtChiSquare" \t "new" Chi-square Density Function A Fact: If X ~ N(?, s), then the random variable (n-1)S 2 / s2 ~ c 2(n - 1) the parameter (n-1) = n is called degrees-of-freedom (d.f). Example: if d.f. = n = 15, and a = 0.975 find the c 2 value. From the c 2 table, we get c 2 =6.26 Using  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/otherapplets/pvalues.htm" \t "new" The P-values for the Popular Distributions JavaScript, the p-value is: P[c 2 6.26] = 0.975. Applications: 1. Tests of hypotheses on the variance of a normal population. Given n = 16 and S2 = 2.22 test that s2 = 2.0 at a = .05. The sampling statistic is c20 = 16.65, however from the table, the critical values are c2( 15, .025) = 27.4884 and c2(15, .975) = 6.26 Conclusion: There is no reason to reject that s2 = 2.0 2. Interval estimation of the variance of a normal population P[(n-1)S2 / c2 (n, a /2) s2 (n-1)S2 / c2(n, 1-a /2)] 1 - a Example: Given the same sampling information as above construct a 95% confidence interval for s Plugging in the given information, you should get: P[ 1.332 s2 4.587] .95 Again, notice the Duality between the test of hypothesis and confidence interval. Question for you: Given the same sampling information should we reject that s2 = 2.0? at a = .1 Note that c2(15, .05) = 8.55, and c2(15, .95) = 7.26.  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/opre504.htm" \l "rFisherF" \t "new" F-Density Function A Fact: Consider two independent samples, one form two normal populations with known variance s21, and s22, then (S12 / s12) / (S22 / s22) ~ F(n 1 - 1, n2 - 1) Example: Find F such that P[F8, 7 F] = .05 => The F value is F = 3.73 Notice: By now, you should have noticed that while every Statistical Table collected at the end of your textbook, provides the critical values for the right-tail as well as the left-tail probabilities, except the F-Table, which contains the critical values for the right-tail probabilities only. However, one might use the following nice property of F-distribution that: Fn1, n2, 1- a = 1 / Fn2, n1, a to obtain the critical values for the left-tail probabilities. Here is a numerical example: F 2, 3, 0.9 = 1 / F 3, 2, 0.1 = 1 / 9.16 = 0.109 You need both tails probabilities for test of hypothesis and construction of confidence interval for the ratio of two independent populations' variances. Example: Find P[F8, 7 F] = .95. We may not be able to get the critical value from the table, however, one may utilize the fact that: Fn1, n2, 1 - a = 1 / Fn2, n1, a Therefore, F = 1 / 3.50 = 0.2857 Using  HYPERLINK "http://home.ubalt.edu/ntsbarsh/Business-stat/otherapplets/pvalues.htm" \t "new" The P-values for the Popular Distributions JavaScript, the p-value is: P[ F 0.2857] = 0.942 (which is exact). Applications: 1. Testing of hypothesis on the variance of two normal populations. Example: Given n1 = n2 = 16, S12 = 34.14, and S22 = 47.32, should we reject that s12 = s22 at a = 0.1 The sampling statistics is F = S12 / S22 = .721, but the critical values are F15, 15, .05 = 2.38, and F15, 15, .95 = 1 / 2.38 =0.421. Conclusion: Therefore is no reason to reject. Question for you: Given the same sampling information, construct a 90% confidence interval for variance ratio: s12 / s22 )*W X M N b c    "$46lnJLTX4BNRV^pr~᫺hYB*ph< hYH*hYOJQJ hY5\hYCJOJQJaJhY0J5B*\ph< hY0JjhYUhYh!ah!aCJaJh!ah!aB*CJaJph<>* e  deP4p ,b,$a$gdYgdYgdYgdY "02>@NP`bln"(HJJLRThjpr  .@BHJNPhYCJH*aJhY5OJQJ\^JhYB*ph< hYH* hY5\ hY0JjhYUhYOJQJhYhYCJaJG&(npZ\ BHJLTZ\^`bdfx~     $ & J hYH*OJQJhYCJH*aJhYOJQJ hYH*hYhYCJH*aJP,4 ! "X"""$%%&'(|((*+,n-0..[//J003gdYgdY$a$gdYJ X !! ""."0"F"H"J"d"j"t"v"~""""""$$$$h%j%%%%%%%%%%%%%&&& &&&"&L&P&&&H'J'''''^(`(|(()).)0)ǺǦ hYH* hY0JhYCJH*aJ hYH*hY0J5B*\ph<jhYUhYCJH*aJhYCJH*OJQJaJhYB*ph<hYOJQJhY hY5\?0)N)P)f)l)))**`+b+f+h+z++++++ ,0,F,J,^,`,,,,,,,,,,,,,,-- --&-*-,-2-4-:-<->-@-B-R-X-\-^-h-j-------[/\//////ŸhY0J5B*\ph<jhYUhYCJH*aJhYH*OJQJhYCJH*aJ hY5\ hYH*hYOJQJhYF//0000X0Z0`0b0d0f0l0n0p0v0x0z0|0~0000 1 1"181:1^1`1b1d1111111111122223 3"3$3&3(3J3d3 44244464J4L44444 5 555"5$5B5D5󼶼 hY0JjhYU hY5\hYCJH*aJhYH*OJQJ hYH*hYCJH*aJhYOJQJhYhYB*ph<H3J3h335Z66B88::;><<??X@@%AB&CE4EEGH$a$gdY$a$gdYgdYD5F5H5X5Z5555\6^6j6l6r6t6v6z6|666666666666666666666666666677 8 88 8"82848@8f8t8999999999999ܾܾܫܾhYCJOJQJaJ hY5\hYCJH*OJQJaJhYH*OJQJhYCJaJhYOJQJhYhYCJH*aJ hYH*hYCJH*aJC9999::::::::: ;;;;;;;;;;;;;;;;;<<< < <<<<<< <"<$<&<(<.<0<2<4<:<><N<x<<<<<<??????????ݫݲݲ hY5\hYH*OJQJ hYH*hYB*ph<hY0J5B*\ph<jhYUhYhYCJH*aJ hYH*hYCJH*aJhYOJQJC???Z@c@l@u@6A:ABBBBBBBBBBCCCCCCC C"CvCxC0D2DDDDDE0EEEEEEEEEEFFF^F`FbFdFjFlFnFpFxFzFFFFFFF&G*phPK![Content_Types].xmlj0 u$Nwc$ans@8JbVKS(.Y$8MVgLYS]"(U֎_o[gv; f>KH|;\XV!]օ Oȥsh]Hg3߶PK!֧6 _rels/.relsj0 }Q%v/C/}(h"O = C?hv=Ʌ%[xp{۵_Pѣ<1H0ORBdJE4b$q_6LR7`0̞O,En7Lib/SeеPK!kytheme/theme/themeManager.xml M @}w7c(EbˮCAǠҟ7՛K Y, e.|,H,lxɴIsQ}#Ր ֵ+!,^$j=GW)E+& 8PK!\theme/theme/theme1.xmlYOoE#F{o'NDuر i-q;N3' G$$DAč*iEP~wq4;{o?g^;N:$BR64Mvsi-@R4Œ mUb V*XX! cyg$w.Q "@oWL8*Bycjđ0蠦r,[LC9VbX*x_yuoBL͐u_. DKfN1엓:+ۥ~`jn[Zp֖zg,tV@bW/Oټl6Ws[R?S֒7 _כ[֪7 _w]ŌShN'^Bxk_[dC]zOլ\K=.:@MgdCf/o\ycB95B24S CEL|gO'sקo>W=n#p̰ZN|ӪV:8z1f؃k;ڇcp7#z8]Y / \{t\}}spķ=ʠoRVL3N(B<|ݥuK>P.EMLhɦM .co;əmr"*0#̡=6Kր0i1;$P0!YݩjbiXJB5IgAФ޲a6{P g֢)҉-Ìq8RmcWyXg/u]6Q_Ê5H Z2PU]Ǽ"GGFbCSOD%,p 6ޚwq̲R_gJSbj9)ed(w:/ak;6jAq11_xzG~F<:ɮ>O&kNa4dht\?J&l O٠NRpwhpse)tp)af] 27n}mk]\S,+a2g^Az )˙>E G鿰L7)'PK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 /_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!\theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] #hJ 0)/D59?XGH')*,-.0123,3H(+/WMbxt/ . 7#?5YE!!!#XXXXXXXXXXX8@0(  B S  ?$$J L X ] OS!#$gk "^`&3IM  n u @ F df>BOSVX(*OQOSuv|~X\JL !!$:::::::::::::::::::::::::::::::::::::::::=C`Y$@xgggggg g g g g gggggggOOOOOOOOO !"##P@P PP @PPPPPPPP P"P$P(P*P,P\@P0P2P4P6P8P:P<P>P@PBPDPFPHUnknownGTimes New Roman5Symbol3 Arial"qh-{FU 4?_A24q$#3HX ?;82!xx)Numerical Examples for Statistical TablesDr. Hossein ArshamHossein Arsham Oh+'0   8D h t ',Numerical Examples for Statistical TablesDr. Hossein Arsham Normal.dotmHossein Arsham3Microsoft Macintosh Word@^в@NR0@q+4 ՜.+,0 hp|  '?q$ *Numerical Examples for Statistical Tables Title  !"#$%&'()*+,-./012346789:;<=>?@ABCDFGHIJKLNOPQRSTWRoot Entry F\?Y1Table5WordDocument"hSummaryInformation(EDocumentSummaryInformation8MCompObj` F Microsoft Word 97-2004 DocumentNB6WWord.Document.8