Regression with a Binary Dependent Variable (SW Ch. 11)

Size: px
Start display at page:

Download "Regression with a Binary Dependent Variable (SW Ch. 11)"

Transcription

1 Regressio with a Biary Deedet Variable (SW Ch. 11) So far the deedet variable (Y) has bee cotiuous: district-wide average test score traffic fatality rate But we might wat to uderstad the effect of X o a biary variable: Y = get ito college, or ot Y = erso smokes, or ot Y = mortgage alicatio is acceted, or ot 9-1

2 Examle: Mortgage deial ad race The Bosto Fed HMDA data set Idividual alicatios for sigle-family mortgages made i 1990 i the greater Bosto area 380 observatios, collected uder Home Mortgage Disclosure Act (HMDA) Variables Deedet variable: o Is the mortgage deied or acceted? Ideedet variables: o icome, wealth, emloymet status o other loa, roerty characteristics o race of alicat 9-

3 The Liear Probability Model (SW Sectio 11.1) A atural startig oit is the liear regressio model with a sigle regressor: But: Y i = β 0 + β 1 X i + u i What does β 1 mea whe Y is biary? Is β 1 = Y X? What does the lie β 0 + β 1 X mea whe Y is biary? What does the redicted value ˆ Y mea whe Y is biary? For examle, what does ˆ Y = 0.6 mea? 9-3

4 The liear robability model, ctd. Y i = β 0 + β 1 X i + u i Recall assumtio #1: E(u i X i ) = 0, so E(Y i X i ) = E(β 0 + β 1 X i + u i X i ) = β 0 + β 1 X i Whe Y is biary, E(Y) = 1 Pr(Y=1) + 0 Pr(Y=0) = Pr(Y=1) so E(Y X) = Pr(Y=1 X) 9-4

5 The liear robability model, ctd. Whe Y is biary, the liear regressio model Y i = β 0 + β 1 X i + u i is called the liear robability model. The redicted value is a robability: o E(Y X=x) = Pr(Y=1 X=x) = rob. that Y = 1 give x o Y ˆ = the redicted robability that Y i = 1, give X β 1 = chage i robability that Y = 1 for a give x: β 1 = Pr( Y = 1 X = x + x ) Pr( Y = 1 X = x ) x Examle: liear robability model, HMDA data 9-5

6 Mortgage deial v. ratio of debt aymets to icome (P/I ratio) i the HMDA data set (subset) 9-6

7 Liear robability model: HMDA data dey = P/I ratio ( = 380) (.03) (.098) What is the redicted value for P/I ratio =.3? Pr( dey = 1 P / Iratio =.3) = =.151 Calculatig effects: icrease P/I ratio from.3 to.4: Pr( dey = 1 P / Iratio =.4) = =.1 The effect o the robability of deial of a icrease i P/I ratio from.3 to.4 is to icrease the robability by.061, that is, by 6.1 ercetage oits (what?). 9-7

8 Next iclude black as a regressor: dey = P/I ratio +.177black (.03) (.098) (.05) Predicted robability of deial: for black alicat with P/I ratio =.3: Pr( dey = 1) = =.54 for white alicat, P/I ratio =.3: Pr( dey = 1) = =.077 differece =.177 = 17.7 ercetage oits Coefficiet o black is sigificat at the 5% level Still lety of room for omitted variable bias 9-8

9 The liear robability model: Summary Models robability as a liear fuctio of X Advatages: o simle to estimate ad to iterret o iferece is the same as for multile regressio (eed heteroskedasticity-robust stadard errors) Disadvatages: o Does it make sese that the robability should be liear i X? o Predicted robabilities ca be <0 or >1! These disadvatages ca be solved by usig a oliear robability model: robit ad logit regressio 9-9

10 Probit ad Logit Regressio (SW Sectio 11.) The roblem with the liear robability model is that it models the robability of Y=1 as beig liear: Pr(Y = 1 X) = β 0 + β 1 X Istead, we wat: 0 Pr(Y = 1 X) 1 for all X Pr(Y = 1 X) to be icreasig i X (for β 1 >0) This requires a oliear fuctioal form for the robability. How about a S-curve 9-10

11 The robit model satisfies these coditios: 0 Pr(Y = 1 X) 1 for all X Pr(Y = 1 X) to be icreasig i X (for β 1 >0) 9-11

12 Probit regressio models the robability that Y=1 usig the cumulative stadard ormal distributio fuctio, evaluated at z = β 0 + β 1 X: Pr(Y = 1 X) = Φ(β 0 + β 1 X) Φ is the cumulative ormal distributio fuctio. z = β 0 + β 1 X is the z-value or z-idex of the robit model. Examle: Suose β 0 = -, β 1 = 3, X =.4, so Pr(Y = 1 X=.4) = Φ( ) = Φ(-0.8) Pr(Y = 1 X=.4) = area uder the stadard ormal desity to left of z = -.8, which is 9-1

13 Pr(Z -0.8) =

14 Probit regressio, ctd. Why use the cumulative ormal robability distributio? The S-shae gives us what we wat: o 0 Pr(Y = 1 X) 1 for all X o Pr(Y = 1 X) to be icreasig i X (for β 1 >0) Easy to use the robabilities are tabulated i the cumulative ormal tables Relatively straightforward iterretatio: o z-value = β 0 + β 1 X ˆ β + ˆ 1 o 0 β X is the redicted z-value, give X o β 1 is the chage i the z-value for a uit chage i X 9-14

15 STATA Examle: HMDA data. robit dey _irat, r; Iteratio 0: log likelihood = Iteratio 1: log likelihood = Iteratio : log likelihood = Iteratio 3: log likelihood = We ll discuss this later Probit estimates Number of obs = 380 Wald chi(1) = Prob > chi = Log likelihood = Pseudo R = Robust dey Coef. Std. Err. z P> z [95% Cof. Iterval] _irat _cos Pr( dey 1 P / Iratio) = = Φ( P/I ratio) (.16) (.47) 9-15

16 STATA Examle: HMDA data, ctd. Pr( dey 1 P / Iratio) = = Φ( P/I ratio) (.16) (.47) Positive coefficiet: does this make sese? Stadard errors have usual iterretatio Predicted robabilities: Pr( dey 1 P / Iratio.3) = = = Φ( ) = Φ(-1.30) =.097 Effect of chage i P/I ratio from.3 to.4: Pr( dey = 1 P / Iratio =.4) = Φ( ) =.159 Predicted robability of deial rises from.097 to

17 Probit regressio with multile regressors Pr(Y = 1 X 1, X ) = Φ(β 0 + β 1 X 1 + β X ) Φ is the cumulative ormal distributio fuctio. z = β 0 + β 1 X 1 + β X is the z-value or z-idex of the robit model. β 1 is the effect o the z-score of a uit chage i X 1, holdig costat X 9-17

18 STATA Examle: HMDA data. robit dey _irat black, r; Iteratio 0: log likelihood = Iteratio 1: log likelihood = Iteratio : log likelihood = Iteratio 3: log likelihood = Probit estimates Number of obs = 380 Wald chi() = Prob > chi = Log likelihood = Pseudo R = Robust dey Coef. Std. Err. z P> z [95% Cof. Iterval] _irat black _cos We ll go through the estimatio details later 9-18

19 STATA Examle: redicted robit robabilities. robit dey _irat black, r; Probit estimates Number of obs = 380 Wald chi() = Prob > chi = Log likelihood = Pseudo R = Robust dey Coef. Std. Err. z P> z [95% Cof. Iterval] _irat black _cos sca z1 = _b[_cos]+_b[_irat]*.3+_b[black]*0;. dislay "Pred rob, _irat=.3, white: "ormrob(z1); Pred rob, _irat=.3, white: NOTE _b[_cos] is the estimated itercet ( ) _b[_irat] is the coefficiet o _irat ( ) sca creates a ew scalar which is the result of a calculatio dislay rits the idicated iformatio to the scree 9-19

20 STATA Examle: HMDA data, ctd. Pr( dey = 1 P / I, black) = Φ( P/I ratio +.71 black) (.16) (.44) (.08) Is the coefficiet o black statistically sigificat? Estimated effect of race for P/I ratio =.3: Pr( dey = 1.3,1) = Φ( ) =.33 Pr( dey = 1.3,0) = Φ( ) =.075 Differece i rejectio robabilities =.158 (15.8 ercetage oits) Still lety of room for omitted variable bias 9-0

21 Logit regressio Logit regressio models the robability of Y=1 as the cumulative stadard logistic distributio fuctio, evaluated at z = β 0 + β 1 X: Pr(Y = 1 X) = F(β 0 + β 1 X) F is the cumulative logistic distributio fuctio: F(β 0 + β 1 X) = 1+ 1 ( 0 1X ) e β + β 9-1

22 Logistic regressio, ctd. Pr(Y = 1 X) = F(β 0 + β 1 X) where F(β 0 + β 1 X) = 1+ 1 ( 0 1X ) e β + β. Examle: β 0 = -3, β 1 =, X =.4, so β 0 + β 1 X = = -. so Pr(Y = 1 X=.4) = 1/(1+e (.) ) =.0998 Why bother with logit if we have robit? Historically, umerically coveiet I ractice, very similar to robit 9-

23 STATA Examle: HMDA data. logit dey _irat black, r; Iteratio 0: log likelihood = Iteratio 1: log likelihood = Iteratio : log likelihood = Iteratio 3: log likelihood = Iteratio 4: log likelihood = Later Logit estimates Number of obs = 380 Wald chi() = Prob > chi = Log likelihood = Pseudo R = Robust dey Coef. Std. Err. z P> z [95% Cof. Iterval] _irat black _cos dis "Pred rob, _irat=.3, white: " > 1/(1+ex(-(_b[_cos]+_b[_irat]*.3+_b[black]*0))); Pred rob, _irat=.3, white: NOTE: the robit redicted robability is

24 Predicted robabilities from estimated robit ad logit models usually are very close. 9-4

25 Estimatio ad Iferece i Probit (ad Logit) Models (SW Sectio 11.3) Probit model: Pr(Y = 1 X) = Φ(β 0 + β 1 X) Estimatio ad iferece o How to estimate β 0 ad β 1? o What is the samlig distributio of the estimators? o Why ca we use the usual methods of iferece? First discuss oliear least squares (easier to exlai) The discuss maximum likelihood estimatio (what is actually doe i ractice) 9-5

26 Probit estimatio by oliear least squares Recall OLS: mi [ Y ( b + b X )] b0, b1 i 0 1 i i= 1 The result is the OLS estimators β 0 ad β 1 ˆ ˆ I robit, we have a differet regressio fuctio the oliear robit model. So, we could estimate β 0 ad β 1 by oliear least squares: mi [ Y Φ ( b + b X )] b0, b1 i 0 1 i i= 1 Solvig this yields the oliear least squares estimator of the robit coefficiets. 9-6

27 Noliear least squares, ctd. mi [ Y Φ ( b + b X )] b0, b1 i 0 1 i i= 1 How to solve this miimizatio roblem? Calculus does t give ad exlicit solutio. Must be solved umerically usig the comuter, e.g. by trial ad error method of tryig oe set of values for (b 0,b 1 ), the tryig aother, ad aother, Better idea: use secialized miimizatio algorithms I ractice, oliear least squares is t used because it is t efficiet a estimator with a smaller variace is 9-7

28 Probit estimatio by maximum likelihood The likelihood fuctio is the coditioal desity of Y 1,,Y give X 1,,X, treated as a fuctio of the ukow arameters β 0 ad β 1. The maximum likelihood estimator (MLE) is the value of (β 0, β 1 ) that maximizes the likelihood fuctio. The MLE is the value of (β 0, β 1 ) that best describes the full distributio of the data. I large samles, the MLE is: o cosistet o ormally distributed o efficiet (has the smallest variace of all estimators) 9-8

29 Secial case: the robit MLE with o X Y = 1 with robability 0 with robability 1 (Beroulli distributio) Data: Y 1,,Y, i.i.d. Derivatio of the likelihood starts with the desity of Y 1 : so Pr(Y 1 = 1) = ad Pr(Y 1 = 0) = 1 y1 1 y1 Pr(Y 1 = y 1 ) = (1 ) (verify this for y 1 =0, 1!) 9-9

30 Joit desity of (Y 1,Y ): Because Y 1 ad Y are ideedet, Pr(Y 1 = y 1,Y = y ) = Pr(Y 1 = y 1 ) Pr(Y = y ) Joit desity of (Y 1,..,Y ): y1 1 y1 = [ (1 ) y 1 y ] [ (1 ) ] Pr(Y 1 = y 1,Y = y,,y = y ) y1 1 y1 = [ (1 ) y 1 y ] [ (1 ) ] [ = i= y 1 i (1 ) ( ) yi i= 1 y (1 ) 1 y ] The likelihood is the joit desity, treated as a fuctio of the ukow arameters, which here is : 9-30

31 f(;y 1,,Y ) = i= Y 1 i (1 ) ( ) Yi i= 1 The MLE maximizes the likelihood. Its stadard to work with the log likelihood, l[f(;y 1,,Y )]: l[f(;y 1,,Y )] = ( ) ( ) i i Y l( ) + Y l(1 ) i= 1 i= 1 dl f( ; Y1,..., Y ) d = ( ) ( Y ) i Yi = 0 i= 1 i=

32 Solvig for yields the MLE; that is, ˆ MLE satisfies, or or or MLE ˆ 1 ˆ ( ) ( Y ) 1 i Y i= MLE i= 1 i = ˆ 1 ˆ ( ) ( Y ) 1 i = Y i= MLE i= 1 i Y ˆ = 1 Y 1 ˆ MLE MLE MLE ˆ MLE = Y = fractio of 1 s 9-3

33 The MLE i the o-x case (Beroulli distributio): ˆ MLE = Y = fractio of 1 s For Y i i.i.d. Beroulli, the MLE is the atural estimator of, the fractio of 1 s, which is Y We already kow the essetials of iferece: o I large, the samlig distributio of ˆ MLE = Y is ormally distributed o Thus iferece is as usual: hyothesis testig via t-statistic, cofidece iterval as ± 1.96SE STATA ote: to emhasize requiremet of large-, the ritout calls the t-statistic the z-statistic; istead of the F-statistic, the chi-squared statistic (= q F). 9-33

34 The robit likelihood with oe X The derivatio starts with the desity of Y 1, give X 1 : Pr(Y 1 = 1 X 1 ) = Φ(β 0 + β 1 X 1 ) Pr(Y 1 = 0 X 1 ) = 1 Φ(β 0 + β 1 X 1 ) so y1 1 Pr(Y 1 = y 1 X 1 ) = ( ) [1 ( )] 1 y Φ β + β X Φ β + β X The robit likelihood fuctio is the joit desity of Y 1,,Y give X 1,,X, treated as a fuctio of β 0, β 1 : f(β 0,β 1 ; Y 1,,Y X 1,,X ) Y1 1 = { ( ) [1 ( )] 1 Y β β X β β X Φ + Φ + } { Y 1 Y Φ ( β0 + β1x) [1 Φ ( β0 + β1x)] } 9-34

35 The robit likelihood fuctio: f(β 0,β 1 ; Y 1,,Y X 1,,X ) Y1 1 = { ( ) [1 ( )] 1 Y β β X β β X Φ + Φ + } { Y 1 Y Φ ( β0 + β1x) [1 Φ ( β0 + β1x)] } Ca t solve for the maximum exlicitly Must maximize usig umerical methods As i the case of o X, i large samles: o ˆ MLE 0 ˆ MLE β, β 1 are cosistet o ˆ β MLE 0, ˆ MLE 1 o Their stadard errors ca be comuted β are ormally distributed (more later ) o Testig, cofidece itervals roceeds as usual For multile X s, see SW A

36 The logit likelihood with oe X The oly differece betwee robit ad logit is the fuctioal form used for the robability: Φ is relaced by the cumulative logistic fuctio. Otherwise, the likelihood is similar; for details see SW A. 11. As with robit, o ˆ MLE 0 ˆ MLE β, β 1 are cosistet o ˆ β MLE 0, ˆ β MLE 1 are ormally distributed o Their stadard errors ca be comuted o Testig, cofidece itervals roceeds as usual 9-36

37 Measures of fit The R ad R do t make sese here (why?). So, two other secialized measures are used: 1. The fractio correctly redicted = fractio of Y s for which redicted robability is >50% (if Y i =1) or is <50% (if Y i =0).. The seudo-r measure the fit usig the likelihood fuctio: measures the imrovemet i the value of the log likelihood, relative to havig o X s (see SW A. 11.). This simlifies to the R i the liear model with ormally distributed errors. 9-37

38 Large- distributio of the MLE (ot i SW) This is foudatio of mathematical statistics. We ll do this for the o-x secial case, for which is the oly ukow arameter. Here are the stes: 1. Derive the log likelihood ( Λ() ) (doe).. The MLE is foud by settig its derivative to zero; that requires solvig a oliear equatio. 3. For large, ˆ MLE will be ear the true ( true ) so this oliear equatio ca be aroximated (locally) by a liear equatio (Taylor series aroud true ). 4. This ca be solved for ˆ MLE true. 5. By the Law of Large Numbers ad the CLT, for large, ( ˆ MLE true ) is ormally distributed. 9-38

39 1. Derive the log likelihood Recall: the desity for observatio #1 is: y1 1 y1 Pr(Y 1 = y 1 ) = (1 ) (desity) so Y1 1 Y1 f(;y 1 ) = (1 ) (likelihood) The likelihood for Y 1,,Y is, f(;y 1,,Y ) = f(;y 1 ) f(;y ) so the log likelihood is, Λ() = lf(;y 1,,Y ) = l[f(;y 1 ) f(;y )] = i= 1 l f( ; Y ) i 9-39

40 . Set the derivative of Λ() to zero to defie the MLE: L( ) ˆ MLE = l f( ; Yi ) = 0 MLE i= 1 ˆ 3. Use a Taylor series exasio aroud true to aroximate this as a liear fuctio of ˆ MLE : 0 = L( ) ˆ MLE L( ) true + L( ) true ( ˆ MLE true ) 9-40

41 4. Solve this liear aroximatio for ( ˆ MLE true ): so or L( ) true L( ) + true L( ) ( ˆ MLE true ) true ( ˆ MLE true ) ( ˆ MLE true ) 0 1 L( ) L ( ) L( ) true true true 9-41

42 Substitute thigs i ad aly the LLN ad CLT. Λ() = 1 l ( ; ) i i f Y = ( ) true L = 1 l ( ; ) true i i f Y = ( ) true L = 1 l ( ; ) true i i f Y = so ( ˆ MLE true ) 1 ( ) true L ( ) true L = 1 1 l ( ; ) true i i f Y = 1 l ( ; ) true i i f Y =

43 Multily through by : ( ˆ MLE true ) 1 l f( ; Yi ) i= 1 true 1 1 l f( ; Yi ) i = 1 Because Y i is i.i.d., the i th terms i the summads are also i.i.d. Thus, if these terms have eough () momets, the uder geeral coditios (ot just Beroulli likelihood): 1 l f( ; Yi ) i= 1 true a (a costat) (WLLN) 1 l f( ; Yi ) i = 1 true d N(0, σ l f true ) (CLT) (Why?) 9-43

44 Puttig this together, ( ˆ MLE true ) 1 l f( ; Yi ) i= 1 true 1 1 l f( ; Yi ) i = 1 true so 1 l f( ; Yi ) i= 1 true a (a costat) (WLLN) 1 l f( ; Yi ) i = 1 true d N(0, σ l f ) (CLT) (Why?) ( ˆ MLE true ) d N(0, σ l f /a ) (large- ormal) 9-44

45 Work out the details for robit/o X (Beroulli) case: Recall: so ad ad f(;y i ) = Y i (1 ) 1 Y l f(;y i ) = Y i l + (1 Y i )l(1 ) l f(, Y i ) l f(, Y i ) = Yi Y 1 Yi = 1 1 Y (1 ) i i = i Yi (1 ) Y 1 Y (1 ) i i =

46 Deomiator term first: so l f(, Y i ) 1 l f( ; Yi ) i= 1 Y 1 Y (1 ) i i = + true i i = + 1 Y 1 Y i= 1 (1 ) Y 1 Y (1 ) = + 1 (1 ) + = = 1 (1 ) (LLN) 9-46

47 Next the umerator: so l f(, Y i ) = 1 l f( ; Yi ) i = 1 true Yi (1 ) = 1 i = 1 Yi (1 ) = 1 1 (1 ) i = 1 ( Y ) i d σy N(0, [ (1 )] ) 9-47

48 Put these ieces together: ( ˆ MLE true ) where 1 l f( ; Yi ) i= 1 1 l f( ; Yi ) i= 1 true 1 true 1 l f( ; Yi ) i = 1 1 (1 ) 1 l f( ; Yi ) d σy N(0, i = 1 true [ (1 )] Thus ( ˆ MLE true ) d N(0, σ ) Y ) true 9-48

49 Summary: robit MLE, o-x case The MLE: ˆ MLE = Y Workig through the full MLE distributio theory gave: ( ˆ MLE true ) d N(0, σ ) Y But because true = Pr(Y = 1) = E(Y) = µ Y, this is: (Y µ Y ) d N(0, σ ) Y A familiar result from the first week of class! 9-49

50 The MLE derivatio alies geerally ( ˆ MLE true ) d N(0, σ l f /a )) Stadard errors are obtaied from workig out exressios for σ l f /a Exteds to >1 arameter (β 0, β 1 ) via matrix calculus Because the distributio is ormal for large, iferece is coducted as usual, for examle, the 95% cofidece iterval is MLE ± 1.96SE. The exressio above uses robust stadard errors, further simlificatios yield o-robust stadard errors which aly if l f ( Y ; ) / is homoskedastic. i 9-50

51 Summary: distributio of the MLE (Why did I do this to you?) The MLE is ormally distributed for large We worked through this result i detail for the robit model with o X s (the Beroulli distributio) For large, cofidece itervals ad hyothesis testig roceeds as usual If the model is correctly secified, the MLE is efficiet, that is, it has a smaller large- variace tha all other estimators (we did t show this). These methods exted to other models with discrete deedet variables, for examle cout data (# crimes/day) see SW A

52 Alicatio to the Bosto HMDA Data (SW Sectio 11.4) Mortgages (home loas) are a essetial art of buyig a home. Is there differetial access to home loas by race? If two otherwise idetical idividuals, oe white ad oe black, alied for a home loa, is there a differece i the robability of deial? 9-5

53 The HMDA Data Set Data o idividual characteristics, roerty characteristics, ad loa deial/accetace The mortgage alicatio rocess circa : o Go to a bak or mortgage comay o Fill out a alicatio (ersoal+fiacial ifo) o Meet with the loa officer The the loa officer decides by law, i a race-blid way. Presumably, the bak wats to make rofitable loas, ad the loa officer does t wat to origiate defaults. 9-53

54 The loa officer s decisio Loa officer uses key fiacial variables: o P/I ratio o housig exese-to-icome ratio o loa-to-value ratio o ersoal credit history The decisio rule is oliear: o loa-to-value ratio > 80% o loa-to-value ratio > 95% (what haes i default?) o credit score 9-54

55 Regressio secificatios Pr(dey=1 black, other X s) = liear robability model robit Mai roblem with the regressios so far: otetial omitted variable bias. All these (i) eter the loa officer decisio fuctio, all (ii) are or could be correlated with race: wealth, tye of emloymet credit history family status Variables i the HMDA data set 9-55

56 9-56

57 9-57

58 9-58

59 9-59

60 9-60

61 Summary of Emirical Results Coefficiets o the fiacial variables make sese. Black is statistically sigificat i all secificatios Race-fiacial variable iteractios are t sigificat. Icludig the covariates sharly reduces the effect of race o deial robability. LPM, robit, logit: similar estimates of effect of race o the robability of deial. Estimated effects are large i a real world sese. 9-61

62 Remaiig threats to iteral, exteral validity Iteral validity 1. omitted variable bias what else is leared i the i-erso iterviews?. fuctioal form missecificatio (o ) 3. measuremet error (origially, yes; ow, o ) 4. selectio radom samle of loa alicatios defie oulatio to be loa alicats 5. simultaeous causality (o) Exteral validity This is for Bosto i What about today? 9-6

63 Summary (SW Sectio 11.5) If Y i is biary, the E(Y X) = Pr(Y=1 X) Three models: o liear robability model (liear multile regressio) o robit (cumulative stadard ormal distributio) o logit (cumulative stadard logistic distributio) LPM, robit, logit all roduce redicted robabilities Effect of X is chage i coditioal robability that Y=1. For logit ad robit, this deeds o the iitial X Probit ad logit are estimated via maximum likelihood o Coefficiets are ormally distributed for large o Large- hyothesis testig, cof. itervals is as usual 9-63

Unit 8: Inference for Proportions. Chapters 8 & 9 in IPS

Unit 8: Inference for Proportions. Chapters 8 & 9 in IPS Uit 8: Iferece for Proortios Chaters 8 & 9 i IPS Lecture Outlie Iferece for a Proortio (oe samle) Iferece for Two Proortios (two samles) Cotigecy Tables ad the χ test Iferece for Proortios IPS, Chater

More information

I. Chi-squared Distributions

I. Chi-squared Distributions 1 M 358K Supplemet to Chapter 23: CHI-SQUARED DISTRIBUTIONS, T-DISTRIBUTIONS, AND DEGREES OF FREEDOM To uderstad t-distributios, we first eed to look at aother family of distributios, the chi-squared distributios.

More information

Properties of MLE: consistency, asymptotic normality. Fisher information.

Properties of MLE: consistency, asymptotic normality. Fisher information. Lecture 3 Properties of MLE: cosistecy, asymptotic ormality. Fisher iformatio. I this sectio we will try to uderstad why MLEs are good. Let us recall two facts from probability that we be used ofte throughout

More information

Z-TEST / Z-STATISTIC: used to test hypotheses about. µ when the population standard deviation is unknown

Z-TEST / Z-STATISTIC: used to test hypotheses about. µ when the population standard deviation is unknown Z-TEST / Z-STATISTIC: used to test hypotheses about µ whe the populatio stadard deviatio is kow ad populatio distributio is ormal or sample size is large T-TEST / T-STATISTIC: used to test hypotheses about

More information

Incremental calculation of weighted mean and variance

Incremental calculation of weighted mean and variance Icremetal calculatio of weighted mea ad variace Toy Fich faf@cam.ac.uk dot@dotat.at Uiversity of Cambridge Computig Service February 009 Abstract I these otes I eplai how to derive formulae for umerically

More information

Chapter 7 Methods of Finding Estimators

Chapter 7 Methods of Finding Estimators Chapter 7 for BST 695: Special Topics i Statistical Theory. Kui Zhag, 011 Chapter 7 Methods of Fidig Estimators Sectio 7.1 Itroductio Defiitio 7.1.1 A poit estimator is ay fuctio W( X) W( X1, X,, X ) of

More information

Maximum Likelihood Estimators.

Maximum Likelihood Estimators. Lecture 2 Maximum Likelihood Estimators. Matlab example. As a motivatio, let us look at oe Matlab example. Let us geerate a radom sample of size 00 from beta distributio Beta(5, 2). We will lear the defiitio

More information

5: Introduction to Estimation

5: Introduction to Estimation 5: Itroductio to Estimatio Cotets Acroyms ad symbols... 1 Statistical iferece... Estimatig µ with cofidece... 3 Samplig distributio of the mea... 3 Cofidece Iterval for μ whe σ is kow before had... 4 Sample

More information

Hypothesis testing. Null and alternative hypotheses

Hypothesis testing. Null and alternative hypotheses Hypothesis testig Aother importat use of samplig distributios is to test hypotheses about populatio parameters, e.g. mea, proportio, regressio coefficiets, etc. For example, it is possible to stipulate

More information

Non-life insurance mathematics. Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring

Non-life insurance mathematics. Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring No-life isurace mathematics Nils F. Haavardsso, Uiversity of Oslo ad DNB Skadeforsikrig Mai issues so far Why does isurace work? How is risk premium defied ad why is it importat? How ca claim frequecy

More information

Normal Distribution.

Normal Distribution. Normal Distributio www.icrf.l Normal distributio I probability theory, the ormal or Gaussia distributio, is a cotiuous probability distributio that is ofte used as a first approimatio to describe realvalued

More information

THE REGRESSION MODEL IN MATRIX FORM. For simple linear regression, meaning one predictor, the model is. for i = 1, 2, 3,, n

THE REGRESSION MODEL IN MATRIX FORM. For simple linear regression, meaning one predictor, the model is. for i = 1, 2, 3,, n We will cosider the liear regressio model i matrix form. For simple liear regressio, meaig oe predictor, the model is i = + x i + ε i for i =,,,, This model icludes the assumptio that the ε i s are a sample

More information

Case Study. Normal and t Distributions. Density Plot. Normal Distributions

Case Study. Normal and t Distributions. Density Plot. Normal Distributions Case Study Normal ad t Distributios Bret Halo ad Bret Larget Departmet of Statistics Uiversity of Wiscosi Madiso October 11 13, 2011 Case Study Body temperature varies withi idividuals over time (it ca

More information

CHAPTER 3 THE TIME VALUE OF MONEY

CHAPTER 3 THE TIME VALUE OF MONEY CHAPTER 3 THE TIME VALUE OF MONEY OVERVIEW A dollar i the had today is worth more tha a dollar to be received i the future because, if you had it ow, you could ivest that dollar ad ear iterest. Of all

More information

Lesson 17 Pearson s Correlation Coefficient

Lesson 17 Pearson s Correlation Coefficient Outlie Measures of Relatioships Pearso s Correlatio Coefficiet (r) -types of data -scatter plots -measure of directio -measure of stregth Computatio -covariatio of X ad Y -uique variatio i X ad Y -measurig

More information

Now here is the important step

Now here is the important step LINEST i Excel The Excel spreadsheet fuctio "liest" is a complete liear least squares curve fittig routie that produces ucertaity estimates for the fit values. There are two ways to access the "liest"

More information

One-sample test of proportions

One-sample test of proportions Oe-sample test of proportios The Settig: Idividuals i some populatio ca be classified ito oe of two categories. You wat to make iferece about the proportio i each category, so you draw a sample. Examples:

More information

Soving Recurrence Relations

Soving Recurrence Relations Sovig Recurrece Relatios Part 1. Homogeeous liear 2d degree relatios with costat coefficiets. Cosider the recurrece relatio ( ) T () + at ( 1) + bt ( 2) = 0 This is called a homogeeous liear 2d degree

More information

Chapter 7 - Sampling Distributions. 1 Introduction. What is statistics? It consist of three major areas:

Chapter 7 - Sampling Distributions. 1 Introduction. What is statistics? It consist of three major areas: Chapter 7 - Samplig Distributios 1 Itroductio What is statistics? It cosist of three major areas: Data Collectio: samplig plas ad experimetal desigs Descriptive Statistics: umerical ad graphical summaries

More information

Confidence Intervals for One Mean

Confidence Intervals for One Mean Chapter 420 Cofidece Itervals for Oe Mea Itroductio This routie calculates the sample size ecessary to achieve a specified distace from the mea to the cofidece limit(s) at a stated cofidece level for a

More information

Chapter 7: Confidence Interval and Sample Size

Chapter 7: Confidence Interval and Sample Size Chapter 7: Cofidece Iterval ad Sample Size Learig Objectives Upo successful completio of Chapter 7, you will be able to: Fid the cofidece iterval for the mea, proportio, ad variace. Determie the miimum

More information

Determining the sample size

Determining the sample size Determiig the sample size Oe of the most commo questios ay statisticia gets asked is How large a sample size do I eed? Researchers are ofte surprised to fid out that the aswer depeds o a umber of factors

More information

Confidence Intervals for Two Proportions

Confidence Intervals for Two Proportions PASS Samle Size Software Chater 6 Cofidece Itervals for Two Proortios Itroductio This routie calculates the grou samle sizes ecessary to achieve a secified iterval width of the differece, ratio, or odds

More information

0.7 0.6 0.2 0 0 96 96.5 97 97.5 98 98.5 99 99.5 100 100.5 96.5 97 97.5 98 98.5 99 99.5 100 100.5

0.7 0.6 0.2 0 0 96 96.5 97 97.5 98 98.5 99 99.5 100 100.5 96.5 97 97.5 98 98.5 99 99.5 100 100.5 Sectio 13 Kolmogorov-Smirov test. Suppose that we have a i.i.d. sample X 1,..., X with some ukow distributio P ad we would like to test the hypothesis that P is equal to a particular distributio P 0, i.e.

More information

Overview. Learning Objectives. Point Estimate. Estimation. Estimating the Value of a Parameter Using Confidence Intervals

Overview. Learning Objectives. Point Estimate. Estimation. Estimating the Value of a Parameter Using Confidence Intervals Overview Estimatig the Value of a Parameter Usig Cofidece Itervals We apply the results about the sample mea the problem of estimatio Estimatio is the process of usig sample data estimate the value of

More information

INVESTMENT PERFORMANCE COUNCIL (IPC)

INVESTMENT PERFORMANCE COUNCIL (IPC) INVESTMENT PEFOMANCE COUNCIL (IPC) INVITATION TO COMMENT: Global Ivestmet Performace Stadards (GIPS ) Guidace Statemet o Calculatio Methodology The Associatio for Ivestmet Maagemet ad esearch (AIM) seeks

More information

15.075 Exam 3. Instructor: Cynthia Rudin TA: Dimitrios Bisias. November 22, 2011

15.075 Exam 3. Instructor: Cynthia Rudin TA: Dimitrios Bisias. November 22, 2011 15.075 Exam 3 Istructor: Cythia Rudi TA: Dimitrios Bisias November 22, 2011 Gradig is based o demostratio of coceptual uderstadig, so you eed to show all of your work. Problem 1 A compay makes high-defiitio

More information

1 Correlation and Regression Analysis

1 Correlation and Regression Analysis 1 Correlatio ad Regressio Aalysis I this sectio we will be ivestigatig the relatioship betwee two cotiuous variable, such as height ad weight, the cocetratio of a ijected drug ad heart rate, or the cosumptio

More information

Definition. A variable X that takes on values X 1, X 2, X 3,...X k with respective frequencies f 1, f 2, f 3,...f k has mean

Definition. A variable X that takes on values X 1, X 2, X 3,...X k with respective frequencies f 1, f 2, f 3,...f k has mean 1 Social Studies 201 October 13, 2004 Note: The examples i these otes may be differet tha used i class. However, the examples are similar ad the methods used are idetical to what was preseted i class.

More information

Mann-Whitney U 2 Sample Test (a.k.a. Wilcoxon Rank Sum Test)

Mann-Whitney U 2 Sample Test (a.k.a. Wilcoxon Rank Sum Test) No-Parametric ivariate Statistics: Wilcoxo-Ma-Whitey 2 Sample Test 1 Ma-Whitey 2 Sample Test (a.k.a. Wilcoxo Rak Sum Test) The (Wilcoxo-) Ma-Whitey (WMW) test is the o-parametric equivalet of a pooled

More information

University of California, Los Angeles Department of Statistics. Distributions related to the normal distribution

University of California, Los Angeles Department of Statistics. Distributions related to the normal distribution Uiversity of Califoria, Los Ageles Departmet of Statistics Statistics 100B Istructor: Nicolas Christou Three importat distributios: Distributios related to the ormal distributio Chi-square (χ ) distributio.

More information

Statistical inference: example 1. Inferential Statistics

Statistical inference: example 1. Inferential Statistics Statistical iferece: example 1 Iferetial Statistics POPULATION SAMPLE A clothig store chai regularly buys from a supplier large quatities of a certai piece of clothig. Each item ca be classified either

More information

3 Energy. 3.3. Non-Flow Energy Equation (NFEE) Internal Energy. MECH 225 Engineering Science 2

3 Energy. 3.3. Non-Flow Energy Equation (NFEE) Internal Energy. MECH 225 Engineering Science 2 MECH 5 Egieerig Sciece 3 Eergy 3.3. No-Flow Eergy Equatio (NFEE) You may have oticed that the term system kees croig u. It is ecessary, therefore, that before we start ay aalysis we defie the system that

More information

Output Analysis (2, Chapters 10 &11 Law)

Output Analysis (2, Chapters 10 &11 Law) B. Maddah ENMG 6 Simulatio 05/0/07 Output Aalysis (, Chapters 10 &11 Law) Comparig alterative system cofiguratio Sice the output of a simulatio is radom, the comparig differet systems via simulatio should

More information

Confidence Intervals. CI for a population mean (σ is known and n > 30 or the variable is normally distributed in the.

Confidence Intervals. CI for a population mean (σ is known and n > 30 or the variable is normally distributed in the. Cofidece Itervals A cofidece iterval is a iterval whose purpose is to estimate a parameter (a umber that could, i theory, be calculated from the populatio, if measuremets were available for the whole populatio).

More information

5.4 Amortization. Question 1: How do you find the present value of an annuity? Question 2: How is a loan amortized?

5.4 Amortization. Question 1: How do you find the present value of an annuity? Question 2: How is a loan amortized? 5.4 Amortizatio Questio 1: How do you fid the preset value of a auity? Questio 2: How is a loa amortized? Questio 3: How do you make a amortizatio table? Oe of the most commo fiacial istrumets a perso

More information

CS103A Handout 23 Winter 2002 February 22, 2002 Solving Recurrence Relations

CS103A Handout 23 Winter 2002 February 22, 2002 Solving Recurrence Relations CS3A Hadout 3 Witer 00 February, 00 Solvig Recurrece Relatios Itroductio A wide variety of recurrece problems occur i models. Some of these recurrece relatios ca be solved usig iteratio or some other ad

More information

RF Engineering Continuing Education Introduction to Traffic Planning

RF Engineering Continuing Education Introduction to Traffic Planning RF Egieerig otiuig Educatio Itroductio to Traffic Plaig Queuig Systems Figure. shows a schematic reresetatio of a queuig system. This reresetatio is a mathematical abstractio suitable for may differet

More information

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This documet was writte ad copyrighted by Paul Dawkis. Use of this documet ad its olie versio is govered by the Terms ad Coditios of Use located at http://tutorial.math.lamar.edu/terms.asp. The olie versio

More information

1. C. The formula for the confidence interval for a population mean is: x t, which was

1. C. The formula for the confidence interval for a population mean is: x t, which was s 1. C. The formula for the cofidece iterval for a populatio mea is: x t, which was based o the sample Mea. So, x is guarateed to be i the iterval you form.. D. Use the rule : p-value

More information

A Test of Normality. 1 n S 2 3. n 1. Now introduce two new statistics. The sample skewness is defined as:

A Test of Normality. 1 n S 2 3. n 1. Now introduce two new statistics. The sample skewness is defined as: A Test of Normality Textbook Referece: Chapter. (eighth editio, pages 59 ; seveth editio, pages 6 6). The calculatio of p values for hypothesis testig typically is based o the assumptio that the populatio

More information

, a Wishart distribution with n -1 degrees of freedom and scale matrix.

, a Wishart distribution with n -1 degrees of freedom and scale matrix. UMEÅ UNIVERSITET Matematisk-statistiska istitutioe Multivariat dataaalys D MSTD79 PA TENTAMEN 004-0-9 LÖSNINGSFÖRSLAG TILL TENTAMEN I MATEMATISK STATISTIK Multivariat dataaalys D, 5 poäg.. Assume that

More information

Lesson 15 ANOVA (analysis of variance)

Lesson 15 ANOVA (analysis of variance) Outlie Variability -betwee group variability -withi group variability -total variability -F-ratio Computatio -sums of squares (betwee/withi/total -degrees of freedom (betwee/withi/total -mea square (betwee/withi

More information

PSYCHOLOGICAL STATISTICS

PSYCHOLOGICAL STATISTICS UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION B Sc. Cousellig Psychology (0 Adm.) IV SEMESTER COMPLEMENTARY COURSE PSYCHOLOGICAL STATISTICS QUESTION BANK. Iferetial statistics is the brach of statistics

More information

CHAPTER 7: Central Limit Theorem: CLT for Averages (Means)

CHAPTER 7: Central Limit Theorem: CLT for Averages (Means) CHAPTER 7: Cetral Limit Theorem: CLT for Averages (Meas) X = the umber obtaied whe rollig oe six sided die oce. If we roll a six sided die oce, the mea of the probability distributio is X P(X = x) Simulatio:

More information

Measures of Spread and Boxplots Discrete Math, Section 9.4

Measures of Spread and Boxplots Discrete Math, Section 9.4 Measures of Spread ad Boxplots Discrete Math, Sectio 9.4 We start with a example: Example 1: Comparig Mea ad Media Compute the mea ad media of each data set: S 1 = {4, 6, 8, 10, 1, 14, 16} S = {4, 7, 9,

More information

Overview of some probability distributions.

Overview of some probability distributions. Lecture Overview of some probability distributios. I this lecture we will review several commo distributios that will be used ofte throughtout the class. Each distributio is usually described by its probability

More information

BASIC STATISTICS. f(x 1,x 2,..., x n )=f(x 1 )f(x 2 ) f(x n )= f(x i ) (1)

BASIC STATISTICS. f(x 1,x 2,..., x n )=f(x 1 )f(x 2 ) f(x n )= f(x i ) (1) BASIC STATISTICS. SAMPLES, RANDOM SAMPLING AND SAMPLE STATISTICS.. Radom Sample. The radom variables X,X 2,..., X are called a radom sample of size from the populatio f(x if X,X 2,..., X are mutually idepedet

More information

Chapter 14 Nonparametric Statistics

Chapter 14 Nonparametric Statistics Chapter 14 Noparametric Statistics A.K.A. distributio-free statistics! Does ot deped o the populatio fittig ay particular type of distributio (e.g, ormal). Sice these methods make fewer assumptios, they

More information

Chapter 6: Variance, the law of large numbers and the Monte-Carlo method

Chapter 6: Variance, the law of large numbers and the Monte-Carlo method Chapter 6: Variace, the law of large umbers ad the Mote-Carlo method Expected value, variace, ad Chebyshev iequality. If X is a radom variable recall that the expected value of X, E[X] is the average value

More information

OMG! Excessive Texting Tied to Risky Teen Behaviors

OMG! Excessive Texting Tied to Risky Teen Behaviors BUSIESS WEEK: EXECUTIVE EALT ovember 09, 2010 OMG! Excessive Textig Tied to Risky Tee Behaviors Kids who sed more tha 120 a day more likely to try drugs, alcohol ad sex, researchers fid TUESDAY, ov. 9

More information

Estimating Probability Distributions by Observing Betting Practices

Estimating Probability Distributions by Observing Betting Practices 5th Iteratioal Symposium o Imprecise Probability: Theories ad Applicatios, Prague, Czech Republic, 007 Estimatig Probability Distributios by Observig Bettig Practices Dr C Lych Natioal Uiversity of Irelad,

More information

GCSE STATISTICS. 4) How to calculate the range: The difference between the biggest number and the smallest number.

GCSE STATISTICS. 4) How to calculate the range: The difference between the biggest number and the smallest number. GCSE STATISTICS You should kow: 1) How to draw a frequecy diagram: e.g. NUMBER TALLY FREQUENCY 1 3 5 ) How to draw a bar chart, a pictogram, ad a pie chart. 3) How to use averages: a) Mea - add up all

More information

Systems Design Project: Indoor Location of Wireless Devices

Systems Design Project: Indoor Location of Wireless Devices Systems Desig Project: Idoor Locatio of Wireless Devices Prepared By: Bria Murphy Seior Systems Sciece ad Egieerig Washigto Uiversity i St. Louis Phoe: (805) 698-5295 Email: bcm1@cec.wustl.edu Supervised

More information

1 Computing the Standard Deviation of Sample Means

1 Computing the Standard Deviation of Sample Means Computig the Stadard Deviatio of Sample Meas Quality cotrol charts are based o sample meas ot o idividual values withi a sample. A sample is a group of items, which are cosidered all together for our aalysis.

More information

Modified Line Search Method for Global Optimization

Modified Line Search Method for Global Optimization Modified Lie Search Method for Global Optimizatio Cria Grosa ad Ajith Abraham Ceter of Excellece for Quatifiable Quality of Service Norwegia Uiversity of Sciece ad Techology Trodheim, Norway {cria, ajith}@q2s.tu.o

More information

CHAPTER 11 Financial mathematics

CHAPTER 11 Financial mathematics CHAPTER 11 Fiacial mathematics I this chapter you will: Calculate iterest usig the simple iterest formula ( ) Use the simple iterest formula to calculate the pricipal (P) Use the simple iterest formula

More information

THE TWO-VARIABLE LINEAR REGRESSION MODEL

THE TWO-VARIABLE LINEAR REGRESSION MODEL THE TWO-VARIABLE LINEAR REGRESSION MODEL Herma J. Bieres Pesylvaia State Uiversity April 30, 202. Itroductio Suppose you are a ecoomics or busiess maor i a college close to the beach i the souther part

More information

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES Read Sectio 1.5 (pages 5 9) Overview I Sectio 1.5 we lear to work with summatio otatio ad formulas. We will also itroduce a brief overview of sequeces,

More information

Center, Spread, and Shape in Inference: Claims, Caveats, and Insights

Center, Spread, and Shape in Inference: Claims, Caveats, and Insights Ceter, Spread, ad Shape i Iferece: Claims, Caveats, ad Isights Dr. Nacy Pfeig (Uiversity of Pittsburgh) AMATYC November 2008 Prelimiary Activities 1. I would like to produce a iterval estimate for the

More information

Methods in Sample Surveys 140.640 3rd Quarter, 2009

Methods in Sample Surveys 140.640 3rd Quarter, 2009 This work is licesed uder a Creative Commos Attributio-NoCommercial-ShareAlike Licese. Your use of this material costitutes accetace of that licese ad the coditios of use of materials o this site. Coyright

More information

CHAPTER 3 DIGITAL CODING OF SIGNALS

CHAPTER 3 DIGITAL CODING OF SIGNALS CHAPTER 3 DIGITAL CODING OF SIGNALS Computers are ofte used to automate the recordig of measuremets. The trasducers ad sigal coditioig circuits produce a voltage sigal that is proportioal to a quatity

More information

How to use what you OWN to reduce what you OWE

How to use what you OWN to reduce what you OWE How to use what you OWN to reduce what you OWE Maulife Oe A Overview Most Caadias maage their fiaces by doig two thigs: 1. Depositig their icome ad other short-term assets ito chequig ad savigs accouts.

More information

BENEFIT-COST ANALYSIS Financial and Economic Appraisal using Spreadsheets

BENEFIT-COST ANALYSIS Financial and Economic Appraisal using Spreadsheets BENEIT-CST ANALYSIS iacial ad Ecoomic Appraisal usig Spreadsheets Ch. 2: Ivestmet Appraisal - Priciples Harry Campbell & Richard Brow School of Ecoomics The Uiversity of Queeslad Review of basic cocepts

More information

.04. This means $1000 is multiplied by 1.02 five times, once for each of the remaining sixmonth

.04. This means $1000 is multiplied by 1.02 five times, once for each of the remaining sixmonth Questio 1: What is a ordiary auity? Let s look at a ordiary auity that is certai ad simple. By this, we mea a auity over a fixed term whose paymet period matches the iterest coversio period. Additioally,

More information

Quadrat Sampling in Population Ecology

Quadrat Sampling in Population Ecology Quadrat Samplig i Populatio Ecology Backgroud Estimatig the abudace of orgaisms. Ecology is ofte referred to as the "study of distributio ad abudace". This beig true, we would ofte like to kow how may

More information

Uncertainty Chapter 13. Mausam (Based on slides by UW-AI faculty)

Uncertainty Chapter 13. Mausam (Based on slides by UW-AI faculty) Ucertait Chapter 3 Mausam Based o slides b UW-AI facult Kowledge Represetatio KR Laguage Otological Commitmet Epistemological Commitmet ropositioal Logic facts true false ukow First Order Logic facts objects

More information

5 Boolean Decision Trees (February 11)

5 Boolean Decision Trees (February 11) 5 Boolea Decisio Trees (February 11) 5.1 Graph Coectivity Suppose we are give a udirected graph G, represeted as a boolea adjacecy matrix = (a ij ), where a ij = 1 if ad oly if vertices i ad j are coected

More information

Week 3 Conditional probabilities, Bayes formula, WEEK 3 page 1 Expected value of a random variable

Week 3 Conditional probabilities, Bayes formula, WEEK 3 page 1 Expected value of a random variable Week 3 Coditioal probabilities, Bayes formula, WEEK 3 page 1 Expected value of a radom variable We recall our discussio of 5 card poker hads. Example 13 : a) What is the probability of evet A that a 5

More information

FM4 CREDIT AND BORROWING

FM4 CREDIT AND BORROWING FM4 CREDIT AND BORROWING Whe you purchase big ticket items such as cars, boats, televisios ad the like, retailers ad fiacial istitutios have various terms ad coditios that are implemeted for the cosumer

More information

MEI Structured Mathematics. Module Summary Sheets. Statistics 2 (Version B: reference to new book)

MEI Structured Mathematics. Module Summary Sheets. Statistics 2 (Version B: reference to new book) MEI Mathematics i Educatio ad Idustry MEI Structured Mathematics Module Summary Sheets Statistics (Versio B: referece to ew book) Topic : The Poisso Distributio Topic : The Normal Distributio Topic 3:

More information

Option Pricing: A Simplified Approach

Option Pricing: A Simplified Approach Otio Pricig: A Simlified Aroach Joh C. Cox Massachusetts Istitute of Techology ad Staford Uiversity Stehe A. Ross Yale Uiversity Mark Rubistei Uiversity of Califoria, Berkeley March 1979 revised July 1979

More information

A probabilistic proof of a binomial identity

A probabilistic proof of a binomial identity A probabilistic proof of a biomial idetity Joatho Peterso Abstract We give a elemetary probabilistic proof of a biomial idetity. The proof is obtaied by computig the probability of a certai evet i two

More information

LECTURE 13: Cross-validation

LECTURE 13: Cross-validation LECTURE 3: Cross-validatio Resampli methods Cross Validatio Bootstrap Bias ad variace estimatio with the Bootstrap Three-way data partitioi Itroductio to Patter Aalysis Ricardo Gutierrez-Osua Texas A&M

More information

Time Value of Money, NPV and IRR equation solving with the TI-86

Time Value of Money, NPV and IRR equation solving with the TI-86 Time Value of Moey NPV ad IRR Equatio Solvig with the TI-86 (may work with TI-85) (similar process works with TI-83, TI-83 Plus ad may work with TI-82) Time Value of Moey, NPV ad IRR equatio solvig with

More information

Simple Annuities Present Value.

Simple Annuities Present Value. Simple Auities Preset Value. OBJECTIVES (i) To uderstad the uderlyig priciple of a preset value auity. (ii) To use a CASIO CFX-9850GB PLUS to efficietly compute values associated with preset value auities.

More information

The analysis of the Cournot oligopoly model considering the subjective motive in the strategy selection

The analysis of the Cournot oligopoly model considering the subjective motive in the strategy selection The aalysis of the Courot oligopoly model cosiderig the subjective motive i the strategy selectio Shigehito Furuyama Teruhisa Nakai Departmet of Systems Maagemet Egieerig Faculty of Egieerig Kasai Uiversity

More information

Subject CT5 Contingencies Core Technical Syllabus

Subject CT5 Contingencies Core Technical Syllabus Subject CT5 Cotigecies Core Techical Syllabus for the 2015 exams 1 Jue 2014 Aim The aim of the Cotigecies subject is to provide a groudig i the mathematical techiques which ca be used to model ad value

More information

Repeating Decimals are decimal numbers that have number(s) after the decimal point that repeat in a pattern.

Repeating Decimals are decimal numbers that have number(s) after the decimal point that repeat in a pattern. 5.5 Fractios ad Decimals Steps for Chagig a Fractio to a Decimal. Simplify the fractio, if possible. 2. Divide the umerator by the deomiator. d d Repeatig Decimals Repeatig Decimals are decimal umbers

More information

Factoring x n 1: cyclotomic and Aurifeuillian polynomials Paul Garrett <garrett@math.umn.edu>

Factoring x n 1: cyclotomic and Aurifeuillian polynomials Paul Garrett <garrett@math.umn.edu> (March 16, 004) Factorig x 1: cyclotomic ad Aurifeuillia polyomials Paul Garrett Polyomials of the form x 1, x 3 1, x 4 1 have at least oe systematic factorizatio x 1 = (x 1)(x 1

More information

Confidence intervals and hypothesis tests

Confidence intervals and hypothesis tests Chapter 2 Cofidece itervals ad hypothesis tests This chapter focuses o how to draw coclusios about populatios from sample data. We ll start by lookig at biary data (e.g., pollig), ad lear how to estimate

More information

Linear classifier MAXIMUM ENTROPY. Linear regression. Logistic regression 11/3/11. f 1

Linear classifier MAXIMUM ENTROPY. Linear regression. Logistic regression 11/3/11. f 1 Liear classifier A liear classifier predicts the label based o a weighted, liear combiatio of the features predictio = w 0 + w 1 f 1 + w 2 f 2 +...+ w m f m For two classes, a liear classifier ca be viewed

More information

Chapter 5: Basic Linear Regression

Chapter 5: Basic Linear Regression Chapter 5: Basic Liear Regressio 1. Why Regressio Aalysis Has Domiated Ecoometrics By ow we have focused o formig estimates ad tests for fairly simple cases ivolvig oly oe variable at a time. But the core

More information

Chapter 5 Unit 1. IET 350 Engineering Economics. Learning Objectives Chapter 5. Learning Objectives Unit 1. Annual Amount and Gradient Functions

Chapter 5 Unit 1. IET 350 Engineering Economics. Learning Objectives Chapter 5. Learning Objectives Unit 1. Annual Amount and Gradient Functions Chapter 5 Uit Aual Amout ad Gradiet Fuctios IET 350 Egieerig Ecoomics Learig Objectives Chapter 5 Upo completio of this chapter you should uderstad: Calculatig future values from aual amouts. Calculatig

More information

A gentle introduction to Expectation Maximization

A gentle introduction to Expectation Maximization A getle itroductio to Expectatio Maximizatio Mark Johso Brow Uiversity November 2009 1 / 15 Outlie What is Expectatio Maximizatio? Mixture models ad clusterig EM for setece topic modelig 2 / 15 Why Expectatio

More information

Inference on Proportion. Chapter 8 Tests of Statistical Hypotheses. Sampling Distribution of Sample Proportion. Confidence Interval

Inference on Proportion. Chapter 8 Tests of Statistical Hypotheses. Sampling Distribution of Sample Proportion. Confidence Interval Chapter 8 Tests of Statistical Hypotheses 8. Tests about Proportios HT - Iferece o Proportio Parameter: Populatio Proportio p (or π) (Percetage of people has o health isurace) x Statistic: Sample Proportio

More information

I. Why is there a time value to money (TVM)?

I. Why is there a time value to money (TVM)? Itroductio to the Time Value of Moey Lecture Outlie I. Why is there the cocept of time value? II. Sigle cash flows over multiple periods III. Groups of cash flows IV. Warigs o doig time value calculatios

More information

hp calculators HP 12C Statistics - average and standard deviation Average and standard deviation concepts HP12C average and standard deviation

hp calculators HP 12C Statistics - average and standard deviation Average and standard deviation concepts HP12C average and standard deviation HP 1C Statistics - average ad stadard deviatio Average ad stadard deviatio cocepts HP1C average ad stadard deviatio Practice calculatig averages ad stadard deviatios with oe or two variables HP 1C Statistics

More information

Confidence Intervals

Confidence Intervals Cofidece Itervals Cofidece Itervals are a extesio of the cocept of Margi of Error which we met earlier i this course. Remember we saw: The sample proportio will differ from the populatio proportio by more

More information

Vladimir N. Burkov, Dmitri A. Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT

Vladimir N. Burkov, Dmitri A. Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT Keywords: project maagemet, resource allocatio, etwork plaig Vladimir N Burkov, Dmitri A Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT The paper deals with the problems of resource allocatio betwee

More information

Agenda. Outsourcing and Globalization in Software Development. Outsourcing. Outsourcing here to stay. Outsourcing Alternatives

Agenda. Outsourcing and Globalization in Software Development. Outsourcing. Outsourcing here to stay. Outsourcing Alternatives Outsourcig ad Globalizatio i Software Developmet Jacques Crocker UW CSE Alumi 2003 jc@cs.washigto.edu Ageda Itroductio The Outsourcig Pheomeo Leadig Offshore Projects Maagig Customers Offshore Developmet

More information

Hypergeometric Distributions

Hypergeometric Distributions 7.4 Hypergeometric Distributios Whe choosig the startig lie-up for a game, a coach obviously has to choose a differet player for each positio. Similarly, whe a uio elects delegates for a covetio or you

More information

Domain 1: Identifying Cause of and Resolving Desktop Application Issues Identifying and Resolving New Software Installation Issues

Domain 1: Identifying Cause of and Resolving Desktop Application Issues Identifying and Resolving New Software Installation Issues Maual Widows 7 Eterprise Desktop Support Techicia (70-685) 1-800-418-6789 Domai 1: Idetifyig Cause of ad Resolvig Desktop Applicatio Issues Idetifyig ad Resolvig New Software Istallatio Issues This sectio

More information

Solving Logarithms and Exponential Equations

Solving Logarithms and Exponential Equations Solvig Logarithms ad Epoetial Equatios Logarithmic Equatios There are two major ideas required whe solvig Logarithmic Equatios. The first is the Defiitio of a Logarithm. You may recall from a earlier topic:

More information

Forecasting. Forecasting Application. Practical Forecasting. Chapter 7 OVERVIEW KEY CONCEPTS. Chapter 7. Chapter 7

Forecasting. Forecasting Application. Practical Forecasting. Chapter 7 OVERVIEW KEY CONCEPTS. Chapter 7. Chapter 7 Forecastig Chapter 7 Chapter 7 OVERVIEW Forecastig Applicatios Qualitative Aalysis Tred Aalysis ad Projectio Busiess Cycle Expoetial Smoothig Ecoometric Forecastig Judgig Forecast Reliability Choosig the

More information

Parameter estimation for nonlinear models: Numerical approaches to solving the inverse problem. Lecture 11 04/01/2008. Sven Zenker

Parameter estimation for nonlinear models: Numerical approaches to solving the inverse problem. Lecture 11 04/01/2008. Sven Zenker Parameter estimatio for oliear models: Numerical approaches to solvig the iverse problem Lecture 11 04/01/2008 Sve Zeker Review: Trasformatio of radom variables Cosider probability distributio of a radom

More information

UC Berkeley Department of Electrical Engineering and Computer Science. EE 126: Probablity and Random Processes. Solutions 9 Spring 2006

UC Berkeley Department of Electrical Engineering and Computer Science. EE 126: Probablity and Random Processes. Solutions 9 Spring 2006 Exam format UC Bereley Departmet of Electrical Egieerig ad Computer Sciece EE 6: Probablity ad Radom Processes Solutios 9 Sprig 006 The secod midterm will be held o Wedesday May 7; CHECK the fial exam

More information

THE ROLE OF EXPORTS IN ECONOMIC GROWTH WITH REFERENCE TO ETHIOPIAN COUNTRY

THE ROLE OF EXPORTS IN ECONOMIC GROWTH WITH REFERENCE TO ETHIOPIAN COUNTRY - THE ROLE OF EXPORTS IN ECONOMIC GROWTH WITH REFERENCE TO ETHIOPIAN COUNTRY BY: FAYE ENSERMU CHEMEDA Ethio-Italia Cooperatio Arsi-Bale Rural developmet Project Paper Prepared for the Coferece o Aual Meetig

More information

How To Calculate A Radom Umber From A Probability Fuctio

How To Calculate A Radom Umber From A Probability Fuctio Iteral Report SUF PFY/96 Stockholm, December 996 st revisio, 3 October 998 last modificatio September 7 Had-book o STATISTICAL DISTRIBUTIONS for experimetalists by Christia Walck Particle Physics Group

More information

Present Values, Investment Returns and Discount Rates

Present Values, Investment Returns and Discount Rates Preset Values, Ivestmet Returs ad Discout Rates Dimitry Midli, ASA, MAAA, PhD Presidet CDI Advisors LLC dmidli@cdiadvisors.com May 2, 203 Copyright 20, CDI Advisors LLC The cocept of preset value lies

More information