Today s logistic regression topics. Lecture 15: Effect modification, and confounding in logistic regression. Variables. Example

Size: px
Start display at page:

Download "Today s logistic regression topics. Lecture 15: Effect modification, and confounding in logistic regression. Variables. Example"

Transcription

1 Today s stc rgrsson tocs Lctur 15: Effct modfcaton, and confoundng n stc rgrsson Sandy Eckl sckl@jhsh.du 16 May 28 Includng catgorcal rdctor crat dummy/ndcator varabls just lk for lnar rgrsson Comarng nstd modls that dffr by two or mor varabls for stc rgrsson Ch-squar (X 2 ) Tst of Dvanc.., lklhood rato tst anaous to th F-tst for nstd modls n lnar rgrsson Effct Modfcaton and Confoundng 1 2 Examl Man SAT scors wr comard for th 5 US stats. Th goal of th study was to comar ovrall SAT scors usng stat-wd rdctors such as r-ul xndturs avrag tachrs salary Varabls Outcom Total SAT scor [sat_low] 1=low, =hgh Prmary rdctor Avrag xndturs r ul [xn] n thousands Contnuous, rang: , man: 5.9 Dosn t nclud : cntr at $5, r ul Scondary rdctor Man tachr salary n thousands, n quartls salary1 lowst quartl salary2 2 nd quartl salary3 3 rd quartl salary4 hghst quartl four dummy varabls for four catgors; must xclud on catgory to crat a rfrnc grou 3 4

2 Analyss Plan Modls and Rsults (not that only xonntatd slos ar shown) Assss rmary rlatonsh (arnt modl) Add scondary rdctor n sarat modl (xtndd modl) Dtrmn f scondary rdctor s statstcally sgnfcant How? Us th Ch-squar tst of dvanc 5 = β + ( Exndtur 5) Modl 1 (Parnt): Only rmary rdctor sat_low Odds Rato Std. Err. z P> z [95% Conf. Intrval] xnc = β + ( Exndtur 5) + I ( Salary = 2) + I( Salary = 3) + β4i ( Salary = Modl 2 (Extndd): Prmary Prdctor and Scondary Prdctor sat_low Odds Rato Std. Err. z P> z [95% Conf. Intrval] xnc salary salary salary ) 6 Th X 2 Tst of Dvanc Prformng th Ch-squar tst of dvanc for nstd stc rgrsson W want to comar th arnt modl to an xtndd modl, whch dffrs by th thr dummy varabls for th four salary quartls. Th X 2 tst of dvanc comars nstd stc rgrsson modls W us t for nstd modls that dffr by two or mor varabls bcaus th Wald tst cannot b usd n that stuaton 1. Gt th lklhood (LL) from both modls Parnt modl: LL = Extndd modl: LL = Fnd th dvanc for both modls Dvanc = -2( lklhood) Parnt modl: Dvanc = -2(-28.94) = Extndd modl: Dvanc = -2(-28.25) = 56.5 Dvanc s anaous to rsdual sums of squars (RSS) n lnar rgrsson; t masurs th dvaton stll avalabl n th modl A saturatd modl s on n whch vry Y s rfctly rdctd 7 8

3 Prformng th Ch-squar tst of dvanc for nstd stc rgrsson, cont Th Ch-squar tst of dvanc for our nstd stc rgrsson xaml 3. Fnd th chang n dvanc btwn th nstd modls = dvanc arnt dvanc xtndd = = 1.38 = Tst Statstc (X 2 ) 4. Evaluat th chang n dvanc Th chang n dvanc s an obsrvd Ch-squar statstc df = # of varabls addd H : all nw β s ar n th oulaton.., H : th arnt modl s bttr 9 H : Aftr adjustng for r-ul xndturs, all th slos on salary ndcators ar (β 2 = β 3 = β 4 = ) X 2 obs = 1.38 df = 3 Wth 3 df and α=.5, X 2 cr s 7.81 X 2 obs < X 2 cr Fal to rjct H Conclud: Aftr adjustng for r-ul xndtur, tachrs salary s not a statstcally sgnfcant rdctor of low SAT scors 1 Nots about Ch-squar dvanc tst Th dvanc tst gvs us a framwork n whch to add svral rdctors to a modl smultanously Can only handl nstd modls Anaous to F-tst for lnar rgrsson Also known as "lklhood rato tst" 11 How can I do th Ch-squar dvanc tst n R? 1. Ft arnt modl ft.arnt <- glm(y~x1, famly=bnomal()) 2. Ft th xtndd modl (arnt modl s nstd wthn th xtndd modl) ft.xtndd <- glm(y~x1+x2+x3, famly=bnomal()) 3. Prform th Ch-squar dvanc tst anova(ft.arnt, ft.xtndd, tst="ch") Examl outut: Analyss of Dvanc Tabl Modl 1: y ~ x1 Ch-squar Tst Statstc Modl 2: y ~ x1 + x2 + x3 Rsd. Df Rsd. Dv Df Dvanc P(> Ch ) P-valu Dgrs of frdom 12

4 Effct modfcaton n stc rgrsson Effct Modfcaton and Confoundng n Logstc Rgrsson Hart Dsas Smokng and Coff Examl Just lk wth lnar rgrsson, w may want to allow dffrnt rlatonshs btwn th rmary rdctor and outcom across lvls of anothr covarat W can modl such rlatonshs by fttng ntracton trms n stc rgrssons Modllng ffct modfcaton wll rqur dalng wth two or mor covarats Logstc modls wth two covarats t() = β + β 1 X 1 + β 2 X 2 Thn: t( X 1 =X 1 +1,X 2 =X 2 ) = β + β 1 (X 1 +1)+ β 2 X 2 t( X 1 =X 1,X 2 =X 2 ) = β + β 1 (X 1 )+ β 2 X 2 n -odds = β 1 β 1 s th chang n -odds for a 1 unt chang n X 1 rovdd X 2 s hld constant. 15 Intrrtaton n Gnral Also: = β odds(y = 1 X + 1,X ) odds(y = 1 X,X ) 1 2 And: OR = x(β 1 )!! x(β 1 ) s th multlcatv chang n odds for a 1 unt ncras n X 1 rovdd X 2 s hld constant. Th rsult s smlar for X 2 What f th ffcts of ach of X 1 and X 2 dnd on th rsnc of th othr? Effct modfcaton! 16

5 Data: Coronary Hart Dsas (CHD), Smokng and Coff Study Informaton n = 151 Study Facts: Cas-Control study (dsas = CHD) 4-5 yar-old mals rvously n good halth Study qustons: Is smokng and/or coff rlatd to an ncrasd odds of CHD? Is th assocaton of coff wth CHD hghr among smokrs? That s, s smokng an ffct modfr of th coff-chd assocatons? Fracton wth CHD by smokng and coff Poold data (gnorng smokng) Numbr n ach cll s th roorton of th total numbr of ndvduals wth that smokng/coff combnaton that hav CHD 19 Odds rato of CHD comarng coff to noncoff drnkrs.53/(1.53) = /(1.34) 95% CI = (1.14, 4.24) 2

6 Among Non-Smokrs Among Smokrs P(CHD Coff drnkr) = 15/(15+21) =.42 P(CHD Not Coff drnkr) = 15/(15+42) =.26 Odds rato of CHD comarng coff to noncoff drnkrs.42 /(1.42) = /(1.26) 95% CI = (.82, 4.9) P(CHD Coff drnkr) = 25/(25+14) =.64 P(CHD Not Coff drnkr) = 11/(11+8) =.58 Odds rato of CHD comarng coff to noncoff drnkrs.64 /(1.64) = /(1.58) 95% CI = (.42, 4.) Plot Odds Ratos and 95% CIs Dfn Varabls Y = 1 f CHD cas, f control coff = 1 f Coff Drnkr, f not smok = 1 f Smokr, f not = Pr (Y = 1) n = Numbr obsrvd at attrn of Xs 23 24

7 Logstc Rgrsson Modl Y ar ndndnt Random art Y ar from a Bnomal (n, ) dstrbuton Systmatc art odds (Y =1) (or t( Y =1) ) s a functon of Coff Smokng and coff-smokng ntracton = + coff + smok + coff smok β 25 Intrrtatons stratfy by smokng status = + coff + smok + coff smok β = β + coff 1 If smok = If smok = 1 = β + coff + 1+ coff 1 = ( β + ) + ( + ) 1 x(β 1 ): odds rato of bng a CHD cas for coff drnkrs -vs- non-drnkrs among non-smokrs x(β 1 +β 3 ): odds rato of bng a CHD cas for coff drnkrs -vs- non-drnkrs among smokrs coff 26 Intrrtatons stratfy by coff drnkng = + coff + smok + coff smok β = β + smok 1 If coff = If coff = 1 = β + 1+ smok + 1 smok = ( β + ) + ( + ) 1 x(β 2 ): odds rato of bng a CHD cas for smokrs -vs- non-smokrs among noncoff drnkrs x(β 2 +β 3 ): odds rato of bng a CHD cas for smokrs -vs- non-smokrs among coff drnkrs smok 27 Intrrtatons = + coff + smok + coff smok β β β 1 + Probablty of CHD f all X s ar zro.., fracton of cass among non- smokng noncoff drnkng ndvduals n th saml (dtrmnd by samlng lan) x(β 3 ): rato of odds ratos What do w man by ths? 28

8 x(β 3 ) Intrrtatons = + coff + smok + coff smok β x(β 3 ): factor by whch odds rato of bng a CHD cas for coff drnkrs -vs- nondrnkrs s multld for smokrs as comard to non-smokrs or x(β 3 ): factor by whch odds rato of bng a CHD cas for smokrs -vs- non-smokrs s multld for coff drnkrs as comard to non-coff drnkrs COMMON IDEA: Addtonal multlcatv chang n th odds rato byond th smokng or coff drnkng ffct alon whn you hav both of ths rsk factors rsnt 29 Som Scal Cass: No smokng or coff drnkng ffcts Gvn coff smok coff smok = β If β 1 = β 2 = β 3 = Nthr smokng nor coff drnkng s assocatd wth ncrasd rsk of CHD 3 Som Scal Cass: Only on ffct Som Scal Cass Gvn = + coff + smok + coff smok β If β 2 = β 3 = Coff drnkng, but not smokng, s assocatd wth ncrasd rsk of CHD If β 1 = β 3 = Smokng, but not coff drnkng, s assocatd wth ncrasd rsk of CHD 31 = + coff + smok + coff smok β If β 3 = Smokng and coff drnkng ar both assocatd wth rsk of CHD but th odds rato of CHD-smokng s th sam at both lvls of coff Smokng and coff drnkng ar both assocatd wth rsk of CHD but th odds rato of CHD-coff s th sam at both lvls of smokng Common da: th ffcts of ach of ths rsk factors s urly addtv (on th -odds scal), thr s no ntracton 32

9 Modl 1: man ffct of coff = β + coff Logt stmats Numbr of obs = 151 LR ch2(1) = 5.65 Prob > ch2 =.175 Log lklhood = Psudo R2 =.273 chd Cof. Std. Err. z P> z [95% Conf. Intrval] coff (Intrct) Modl 2: man ffcts of coff and smok = β + coff + smok 1 Logt stmats Numbr of obs = 151 LR ch2(2) = Prob > ch2 =.5 Log lklhood = Psudo R2 =.734 chd Cof. Std. Err. z P> z [95% Conf. Intrval] coff smok (Intrct) Modl 3: man ffcts of coff and smok AND thr ntracton Comarng Modls 1 & 2 Quston: Is smokng a confoundr? = + coff + smok + coff smok β Logt stmats Numbr of obs = 151 LR ch2(3) = Prob > ch2 =.14 Log lklhood = Psudo R2 =.751 Varabl Intrct Coff Est s Modl z chd Cof. Std. Err. z P> z [95% Conf. Intrval] coff smok coff_smok (Intrct) Intrct Coff Smokng Modl

10 Look at Confdnc Intrvals Wthout Smokng OR =.79 = % CI for (OR):.79 ± 1.96(.33) = (.13, 1.44) 95% CI for OR: (.13, 1.44 ) = (1.14, 4.24) Wth Smokng (adjustng for smokng) OR =.53 = 1.7 Smokng dos not confound th rlatonsh btwn coff drnkng and CHD snc 1.7 s n th 95% CI from th modl wthout Concluson rgardng confoundng So, gnorng smokng, th CHD and coff OR s 2.2 (95% CI: ) Adjustng for smokng, gvs mor modst vdnc for a coff ffct Howvr, smokng dos not aar to b an mortant confoundr smokng Intracton Modl Quston: Is smokng an ffct modfr of CHDcoff assocaton? Intrct Coff Smokng Varabl Coff*Smokng Est Modl s z Tstng Intracton Trm Z= -.59, -valu =.554 W fal to rjct H : ntracton slo= And w conclud thr s lttl vdnc that smokng s an ffct modfr! 39 4

11 Fttd Valus W can us transform to gt fttd robablts and comar wth obsrvd roortons usng ach of th thr modls Quston: Modl slcton What modl should w choos to dscrb th rlatonsh of coff and smokng wth CHD? 41 Modl 1: Modl 2: Modl 3: -.65 ˆ = ˆ = 1+ ˆ = +.79Coff Coff.53Coff+ 1.1Smokng Coff+ 1.1Smokng Coff+ 1.3Smokng-.43(Coff*Smokng) Coff+ 1.3Smokng-.43(Coff*Smokng) 42 Obsrvd vs Fttd Valus Saturatd Modl Not that fttd valus from Modl 3 xactly match th obsrvd valus ndcatng a saturatd modl that gvs rfct rdctons Although th saturatd modl wll always rsult n a rfct ft, t s usually not th bst modl (.g., whn thr ar contnuous covarats or many covarats) 43 44

12 Lklhood Rato Tst Examl summary wrt-u Th Lklhood Rato Tst wll hl dcd whthr or not addtonal trm(s) sgnfcantly mrov th modl ft Lklhood Rato Tst (LRT) statstc for comarng nstd modls s -2 tms th dffrnc btwn th lklhoods (LLs) for th Null -vs- Extndd modls W v alrady don ths arlr n today s lctur!! Ch-squar (X 2 ) Tst of Dvanc s th sam thng as th Lklhood Rato Tst Usd to comar any ar of nstd stc rgrsson modls and gt a -valu assocatd wth th H : th nw β s all= 45 A cas-control study was conductd wth 151 subjcts, 66 (44%) of whom had CHD, to assss th rlatv mortanc of smokng and coff drnkng as rsk factors. Th obsrvd fractons of CHD cass by smokng, coff strata ar 46 Examl Summary: Unadjustd ORs Examl Summary: Adjustd ORs Th odds of CHD was stmatd to b 3.4 tms hghr among smokrs comard to non-smokrs 95% CI: (1.7, 7.9) Th odds of CHD was stmatd to b 2.2 tms hghr among coff drnkrs comard to non-coff drnkrs 95% CI: (1.1, 4.3) Controllng for th otntal confoundng of smokng, th coff odds rato was stmatd to b 1.7 wth 95% CI: (.85, 3.4). Hnc, th vdnc n ths data ar nsuffcnt to conclud coff has an ndndnt ffct on CHD byond that of smokng

13 Examl Summary: ffct modfcaton Fnally, w stmatd th coff odds rato saratly for smokrs and non-smokrs to assss whthr smokng s an ffct modfr of th coff-chd rlatonsh. For th smokrs and non-smokrs, th coff odds rato was stmatd to b 1.3 (95% CI:.42, 4.) and 2. (95% CI:.82, 4.9) rsctvly. Thr s lttl vdnc of ffct modfcaton n ths data. Summary of Lctur 15 Includng catgorcal rdctors n stc rgrsson crat dummy/ndcator varabls just lk for lnar rgrsson Comarng nstd modls that dffr by two or mor varabls for stc rgrsson Ch-squar (X 2 ) Tst of Dvanc.., lklhood rato tst anaous to th F-tst for nstd modls n lnar rgrsson Effct Modfcaton and Confoundng n stc rgrsson 49 5

Logistic Regression I. HRP 261 2/10/ am

Logistic Regression I. HRP 261 2/10/ am Logstc Rgrsson I HRP 26 2/0/03 0- am Outln Introducton/rvw Th smplst logstc rgrsson from a 2x2 tabl llustrats how th math works Stp-by-stp xampls to b contnud nxt tm Dummy varabls Confoundng and ntracton

More information

ST 524 NCSU - Fall 2008 One way Analysis of variance Variances not homogeneous

ST 524 NCSU - Fall 2008 One way Analysis of variance Variances not homogeneous ST 54 NCSU - Fall 008 On way Analyss of varanc Varancs not homognous On way Analyss of varanc Exampl (Yandll, 997) A plant scntst masurd th concntraton of a partcular vrus n plant sap usng ELISA (nzym-lnkd

More information

Analyzing Frequencies

Analyzing Frequencies Frquncy (# ndvduals) Frquncy (# ndvduals) /3/16 H o : No dffrnc n obsrvd sz frquncs and that prdctd by growth modl How would you analyz ths data? 15 Obsrvd Numbr 15 Expctd Numbr from growth modl 1 1 5

More information

Chapter 6 Student Lecture Notes 6-1

Chapter 6 Student Lecture Notes 6-1 Chaptr 6 Studnt Lctur Nots 6-1 Chaptr Goals QM353: Busnss Statstcs Chaptr 6 Goodnss-of-Ft Tsts and Contngncy Analyss Aftr compltng ths chaptr, you should b abl to: Us th ch-squar goodnss-of-ft tst to dtrmn

More information

EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 12

EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 12 EEC 686/785 Modlng & Prformanc Evaluaton of Computr Systms Lctur Dpartmnt of Elctrcal and Computr Engnrng Clvland Stat Unvrsty wnbng@.org (basd on Dr. Ra Jan s lctur nots) Outln Rvw of lctur k r Factoral

More information

Lecture Outline. Biost 518 Applied Biostatistics II. Logistic Regression. Simple Logistic Regression

Lecture Outline. Biost 518 Applied Biostatistics II. Logistic Regression. Simple Logistic Regression Ald Bostatstcs II, WIN 28 January 23, 28 Bost 58 Ald Bostatstcs II Scott S. Emrson, M.D., Ph.D. Profssor of Bostatstcs Unvrsty of Washngton Lctur 5: Rvw of Sml Rgrsson II Lctur Outln Gnral Rgrsson Sttng

More information

Lecture 12: Effect modification, and confounding in logistic regression

Lecture 12: Effect modification, and confounding in logistic regression Lecture 12: Effect modification, and confounding in logistic regression Ani Manichaikul amanicha@jhsph.edu 4 May 2007 Today Categorical predictor create dummy variables just like for linear regression

More information

Lecture Outline Biost 518 / Biost 515 Applied Biostatistics II / Biostatistics II

Lecture Outline Biost 518 / Biost 515 Applied Biostatistics II / Biostatistics II Lctur 5: Sml Logstc, Posson Rgrsson January 5, 24 Lctur Outln Bost 58 / Bost 55 Ald Bostatstcs II / Bostatstcs II Scott S. Emrson, M.D., Ph.D. Profssor of Bostatstcs Unvrsty of Washngton Rgrsson wth Bnary

More information

Outlier-tolerant parameter estimation

Outlier-tolerant parameter estimation Outlr-tolrant paramtr stmaton Baysan thods n physcs statstcs machn larnng and sgnal procssng (SS 003 Frdrch Fraundorfr fraunfr@cg.tu-graz.ac.at Computr Graphcs and Vson Graz Unvrsty of Tchnology Outln

More information

Review - Probabilistic Classification

Review - Probabilistic Classification Mmoral Unvrsty of wfoundland Pattrn Rcognton Lctur 8 May 5, 6 http://www.ngr.mun.ca/~charlsr Offc Hours: Tusdays Thursdays 8:3-9:3 PM E- (untl furthr notc) Gvn lablld sampls { ɛc,,,..., } {. Estmat Rvw

More information

A Note on Estimability in Linear Models

A Note on Estimability in Linear Models Intrnatonal Journal of Statstcs and Applcatons 2014, 4(4): 212-216 DOI: 10.5923/j.statstcs.20140404.06 A Not on Estmablty n Lnar Modls S. O. Adymo 1,*, F. N. Nwob 2 1 Dpartmnt of Mathmatcs and Statstcs,

More information

Lucas Test is based on Euler s theorem which states that if n is any integer and a is coprime to n, then a φ(n) 1modn.

Lucas Test is based on Euler s theorem which states that if n is any integer and a is coprime to n, then a φ(n) 1modn. Modul 10 Addtonal Topcs 10.1 Lctur 1 Prambl: Dtrmnng whthr a gvn ntgr s prm or compost s known as prmalty tstng. Thr ar prmalty tsts whch mrly tll us whthr a gvn ntgr s prm or not, wthout gvng us th factors

More information

Econ107 Applied Econometrics Topic 10: Dummy Dependent Variable (Studenmund, Chapter 13)

Econ107 Applied Econometrics Topic 10: Dummy Dependent Variable (Studenmund, Chapter 13) Pag- Econ7 Appld Economtrcs Topc : Dummy Dpndnt Varabl (Studnmund, Chaptr 3) I. Th Lnar Probablty Modl Suppos w hav a cross scton of 8-24 yar-olds. W spcfy a smpl 2-varabl rgrsson modl. Th probablty of

More information

Soft k-means Clustering. Comp 135 Machine Learning Computer Science Tufts University. Mixture Models. Mixture of Normals in 1D

Soft k-means Clustering. Comp 135 Machine Learning Computer Science Tufts University. Mixture Models. Mixture of Normals in 1D Comp 35 Machn Larnng Computr Scnc Tufts Unvrsty Fall 207 Ron Khardon Th EM Algorthm Mxtur Modls Sm-Suprvsd Larnng Soft k-mans Clustrng ck k clustr cntrs : Assocat xampls wth cntrs p,j ~~ smlarty b/w cntr

More information

Grand Canonical Ensemble

Grand Canonical Ensemble Th nsmbl of systms mmrsd n a partcl-hat rsrvor at constant tmpratur T, prssur P, and chmcal potntal. Consdr an nsmbl of M dntcal systms (M =,, 3,...M).. Thy ar mutually sharng th total numbr of partcls

More information

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding Recall: man dea of lnear regresson Lecture 9: Lnear regresson: centerng, hypothess testng, multple covarates, and confoundng Sandy Eckel seckel@jhsph.edu 6 May 8 Lnear regresson can be used to study an

More information

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding Lecture 9: Lnear regresson: centerng, hypothess testng, multple covarates, and confoundng Sandy Eckel seckel@jhsph.edu 6 May 008 Recall: man dea of lnear regresson Lnear regresson can be used to study

More information

Observer Bias and Reliability By Xunchi Pu

Observer Bias and Reliability By Xunchi Pu Obsrvr Bias and Rliability By Xunchi Pu Introduction Clarly all masurmnts or obsrvations nd to b mad as accuratly as possibl and invstigators nd to pay carful attntion to chcking th rliability of thir

More information

UNIT 8 TWO-WAY ANOVA WITH m OBSERVATIONS PER CELL

UNIT 8 TWO-WAY ANOVA WITH m OBSERVATIONS PER CELL UNIT 8 TWO-WAY ANOVA WITH OBSERVATIONS PER CELL Two-Way Anova wth Obsrvatons Pr Cll Structur 81 Introducton Obctvs 8 ANOVA Modl for Two-way Classfd Data wth Obsrvatons r Cll 83 Basc Assutons 84 Estaton

More information

Lecture Outline Biost 517 Applied Biostatistics I

Lecture Outline Biost 517 Applied Biostatistics I Lctur Outln Bost 57 Appld Bostatstcs I Scott S. Emrson, M.D., Ph.D. Profssor of Bostatstcs Unvrsty of Washngton Lctur 5: Smpl Rgrsson Dcmbr 3, 22 Gnral Rgrsson Sttng Smpl Rgrsson Modls Lnar Rgrsson Infrnc

More information

10/7/14. Mixture Models. Comp 135 Introduction to Machine Learning and Data Mining. Maximum likelihood estimation. Mixture of Normals in 1D

10/7/14. Mixture Models. Comp 135 Introduction to Machine Learning and Data Mining. Maximum likelihood estimation. Mixture of Normals in 1D Comp 35 Introducton to Machn Larnng and Data Mnng Fall 204 rofssor: Ron Khardon Mxtur Modls Motvatd by soft k-mans w dvlopd a gnratv modl for clustrng. Assum thr ar k clustrs Clustrs ar not rqurd to hav

More information

A Probabilistic Characterization of Simulation Model Uncertainties

A Probabilistic Characterization of Simulation Model Uncertainties A Proalstc Charactrzaton of Sulaton Modl Uncrtants Vctor Ontvros Mohaad Modarrs Cntr for Rsk and Rlalty Unvrsty of Maryland 1 Introducton Thr s uncrtanty n odl prdctons as wll as uncrtanty n xprnts Th

More information

Ερωτήσεις και ασκησεις Κεφ. 10 (για μόρια) ΠΑΡΑΔΟΣΗ 29/11/2016. (d)

Ερωτήσεις και ασκησεις Κεφ. 10 (για μόρια) ΠΑΡΑΔΟΣΗ 29/11/2016. (d) Ερωτήσεις και ασκησεις Κεφ 0 (για μόρια ΠΑΡΑΔΟΣΗ 9//06 Th coffcnt A of th van r Waals ntracton s: (a A r r / ( r r ( (c a a a a A r r / ( r r ( a a a a A r r / ( r r a a a a A r r / ( r r 4 a a a a 0 Th

More information

??? Dynamic Causal Modelling for M/EEG. Electroencephalography (EEG) Dynamic Causal Modelling. M/EEG analysis at sensor level. time.

??? Dynamic Causal Modelling for M/EEG. Electroencephalography (EEG) Dynamic Causal Modelling. M/EEG analysis at sensor level. time. Elctroncphalography EEG Dynamc Causal Modllng for M/EEG ampltud μv tm ms tral typ 1 tm channls channls tral typ 2 C. Phllps, Cntr d Rchrchs du Cyclotron, ULg, Blgum Basd on slds from: S. Kbl M/EEG analyss

More information

Binary Choice. Multiple Choice. LPM logit logistic regresion probit. Multinomial Logit

Binary Choice. Multiple Choice. LPM logit logistic regresion probit. Multinomial Logit (c Pogsa Porchawssul, Faculty of Ecoomcs, Chulalogor Uvrsty (c Pogsa Porchawssul, Faculty of Ecoomcs, Chulalogor Uvrsty 3 Bary Choc LPM logt logstc rgrso probt Multpl Choc Multomal Logt (c Pogsa Porchawssul,

More information

Physics 256: Lecture 2. Physics

Physics 256: Lecture 2. Physics Physcs 56: Lctur Intro to Quantum Physcs Agnda for Today Complx Numbrs Intrfrnc of lght Intrfrnc Two slt ntrfrnc Dffracton Sngl slt dffracton Physcs 01: Lctur 1, Pg 1 Constructv Intrfrnc Ths wll occur

More information

Heisenberg Model. Sayed Mohammad Mahdi Sadrnezhaad. Supervisor: Prof. Abdollah Langari

Heisenberg Model. Sayed Mohammad Mahdi Sadrnezhaad. Supervisor: Prof. Abdollah Langari snbrg Modl Sad Mohammad Mahd Sadrnhaad Survsor: Prof. bdollah Langar bstract: n ths rsarch w tr to calculat analtcall gnvalus and gnvctors of fnt chan wth ½-sn artcls snbrg modl. W drov gnfuctons for closd

More information

HANDY REFERENCE SHEET HRP/STATS 261, Discrete Data

HANDY REFERENCE SHEET HRP/STATS 261, Discrete Data Bary prdctor Bary outcom HANDY REFERENCE SHEE HRP/SAS 6, Dscrt Data x Cotgcy abls Dsas (D No Dsas (~D Exposd (E a b Uxposd (~E c d Masurs of Assocato a /( a + b Rs Rato = c /( c + d RR * xp a /( a+ b c

More information

Unit 7 Introduction to Analysis of Variance

Unit 7 Introduction to Analysis of Variance PubHlth 640 Sprng 04 7. Introducton to Analyss of Varanc Pag of 8 Unt 7 Introducton to Analyss of Varanc Always graph rsults of an analyss of varanc - Grald van Bll. Analyss of varanc s a spcal cas of

More information

Lecture 6: Introduction to Linear Regression

Lecture 6: Introduction to Linear Regression Lecture 6: Introducton to Lnear Regresson An Manchakul amancha@jhsph.edu 24 Aprl 27 Lnear regresson: man dea Lnear regresson can be used to study an outcome as a lnear functon of a predctor Example: 6

More information

A NEW GENERALISATION OF SAM-SOLAI S MULTIVARIATE ADDITIVE GAMMA DISTRIBUTION*

A NEW GENERALISATION OF SAM-SOLAI S MULTIVARIATE ADDITIVE GAMMA DISTRIBUTION* A NEW GENERALISATION OF SAM-SOLAI S MULTIVARIATE ADDITIVE GAMMA DISTRIBUTION* Dr. G.S. Davd Sam Jayakumar, Assstant Profssor, Jamal Insttut of Managmnt, Jamal Mohamd Collg, Truchraall 620 020, South Inda,

More information

Lecture 14. Relic neutrinos Temperature at neutrino decoupling and today Effective degeneracy factor Neutrino mass limits Saha equation

Lecture 14. Relic neutrinos Temperature at neutrino decoupling and today Effective degeneracy factor Neutrino mass limits Saha equation Lctur Rlc nutrnos mpratur at nutrno dcoupln and today Effctv dnracy factor Nutrno mass lmts Saha quaton Physcal Cosmoloy Lnt 005 Rlc Nutrnos Nutrnos ar wakly ntractn partcls (lptons),,,,,,, typcal ractons

More information

Applied Statistics II - Categorical Data Analysis Data analysis using Genstat - Exercise 2 Logistic regression

Applied Statistics II - Categorical Data Analysis Data analysis using Genstat - Exercise 2 Logistic regression Applid Statistics II - Catgorical Data Analysis Data analysis using Gnstat - Exrcis 2 Logistic rgrssion Analysis 2. Logistic rgrssion for a 2 x k tabl. Th tabl blow shows th numbr of aphids aliv and dad

More information

CHAPTER 33: PARTICLE PHYSICS

CHAPTER 33: PARTICLE PHYSICS Collg Physcs Studnt s Manual Chaptr 33 CHAPTER 33: PARTICLE PHYSICS 33. THE FOUR BASIC FORCES 4. (a) Fnd th rato of th strngths of th wak and lctromagntc forcs undr ordnary crcumstancs. (b) What dos that

More information

BLOCKS REPLICATION EXPERIMENTAL UNITS RANDOM VERSUS FIXED EFFECTS

BLOCKS REPLICATION EXPERIMENTAL UNITS RANDOM VERSUS FIXED EFFECTS DESIGN CONCEPTS: BLOCKS REPLICATION EXPERIMENTAL UNITS RANDOM VERSUS FIXED EFFECTS TREATMENT DESIGNS (PLANS) VS. EXPERIMENTAL DESIGNS Outln: Blockd dsgns Random Block Effcts REML analyss Incomplt Blocks

More information

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved.

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved. 6.1 Intgration by Parts and Prsnt Valu Copyright Cngag Larning. All rights rsrvd. Warm-Up: Find f () 1. F() = ln(+1). F() = 3 3. F() =. F() = ln ( 1) 5. F() = 6. F() = - Objctivs, Day #1 Studnts will b

More information

te Finance (4th Edition), July 2017.

te Finance (4th Edition), July 2017. Appndx Chaptr. Tchncal Background Gnral Mathmatcal and Statstcal Background Fndng a bas: 3 2 = 9 3 = 9 1 /2 x a = b x = b 1/a A powr of 1 / 2 s also quvalnt to th squar root opraton. Fndng an xponnt: 3

More information

Outline. Types of Experimental Designs. Terminology. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 12

Outline. Types of Experimental Designs. Terminology. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 12 EEC 686/785 Modlng & Prformanc Evaluaton of Computr Sytm Lctur Outln Rvw of lctur r Factoral Dgn wth Rplcaton Dpartmnt of Elctrcal and Computr Engnrng Clvland Stat Unvrty wnbng@.org (bad on Dr. Ra Jan

More information

EXST Regression Techniques Page 1

EXST Regression Techniques Page 1 EXST704 - Rgrssion Tchniqus Pag 1 Masurmnt rrors in X W hav assumd that all variation is in Y. Masurmnt rror in this variabl will not ffct th rsults, as long as thy ar uncorrlatd and unbiasd, sinc thy

More information

Logistic regression with one predictor. STK4900/ Lecture 7. Program

Logistic regression with one predictor. STK4900/ Lecture 7. Program Logstc regresson wth one redctor STK49/99 - Lecture 7 Program. Logstc regresson wth one redctor 2. Maxmum lkelhood estmaton 3. Logstc regresson wth several redctors 4. Devance and lkelhood rato tests 5.

More information

Households Demand for Food Commodities: Evidence from Kurunegala Divisional Secretarial Division, Sri Lanka

Households Demand for Food Commodities: Evidence from Kurunegala Divisional Secretarial Division, Sri Lanka Housholds Dmand for Food Commodts: Evdnc from Kurungala Dvsonal Scrtaral Dvson, Sr Lanka U.W.B.M. Kumar and John Ngl Dpartmnt of Economcs and Statstcs, Unvrsty of Pradnya, Sr Lanka Kywords: Houshold dmand;

More information

Fakultät III Wirtschaftswissenschaften Univ.-Prof. Dr. Jan Franke-Viebach

Fakultät III Wirtschaftswissenschaften Univ.-Prof. Dr. Jan Franke-Viebach Unvrstät Sgn Fakultät III Wrtschaftswssnschaftn Unv.-rof. Dr. Jan Frank-Vbach Exam Intrnatonal Fnancal Markts Summr Smstr 206 (2 nd Exam rod) Avalabl tm: 45 mnuts Soluton For your attnton:. las do not

More information

What are those βs anyway? Understanding Design Matrix & Odds ratios

What are those βs anyway? Understanding Design Matrix & Odds ratios Ral paramtr stimat WILD 750 - Wildlif Population Analysis of 6 What ar thos βs anyway? Undrsting Dsign Matrix & Odds ratios Rfrncs Hosmr D.W.. Lmshow. 000. Applid logistic rgrssion. John Wily & ons Inc.

More information

The Hyperelastic material is examined in this section.

The Hyperelastic material is examined in this section. 4. Hyprlastcty h Hyprlastc matral s xad n ths scton. 4..1 Consttutv Equatons h rat of chang of ntrnal nrgy W pr unt rfrnc volum s gvn by th strss powr, whch can b xprssd n a numbr of dffrnt ways (s 3.7.6):

More information

On Properties of the difference between two modified C p statistics in the nested multivariate linear regression models

On Properties of the difference between two modified C p statistics in the nested multivariate linear regression models Global Journal o Pur Ald Mathatcs. ISSN 0973-1768 Volu 1, Nubr 1 (016),. 481-491 Rsarch Inda Publcatons htt://www.rublcaton.co On Prorts o th drnc btwn two odd C statstcs n th nstd ultvarat lnar rgrsson

More information

Einstein Equations for Tetrad Fields

Einstein Equations for Tetrad Fields Apiron, Vol 13, No, Octobr 006 6 Einstin Equations for Ttrad Filds Ali Rıza ŞAHİN, R T L Istanbul (Turky) Evry mtric tnsor can b xprssd by th innr product of ttrad filds W prov that Einstin quations for

More information

8-node quadrilateral element. Numerical integration

8-node quadrilateral element. Numerical integration Fnt Elmnt Mthod lctur nots _nod quadrlatral lmnt Pag of 0 -nod quadrlatral lmnt. Numrcal ntgraton h tchnqu usd for th formulaton of th lnar trangl can b formall tndd to construct quadrlatral lmnts as wll

More information

Econometrics (10163) MTEE Fall 2010

Econometrics (10163) MTEE Fall 2010 Economtrcs 063 MTEE Fall 00 Lctur nots for Mcro conomtrc part. Man rfrnc: Grn Wllam H. 008. Economtrc analyss. Uppr Saddl Rvr N.J.: rntc Hall. 6th Edton. Wllam Nlsson Dpartmnt of Appld Economcs Unvrstat

More information

Reminder: Nested models. Lecture 9: Interactions, Quadratic terms and Splines. Effect Modification. Model 1

Reminder: Nested models. Lecture 9: Interactions, Quadratic terms and Splines. Effect Modification. Model 1 Lecture 9: Interactons, Quadratc terms and Splnes An Manchakul amancha@jhsph.edu 3 Aprl 7 Remnder: Nested models Parent model contans one set of varables Extended model adds one or more new varables to

More information

ph People Grade Level: basic Duration: minutes Setting: classroom or field site

ph People Grade Level: basic Duration: minutes Setting: classroom or field site ph Popl Adaptd from: Whr Ar th Frogs? in Projct WET: Curriculum & Activity Guid. Bozman: Th Watrcours and th Council for Environmntal Education, 1995. ph Grad Lvl: basic Duration: 10 15 minuts Stting:

More information

Task 1: Repetition - Precision & Recall

Task 1: Repetition - Precision & Recall SS 208 Exrcis 9 - July 28, 208 Task : Rptition - Prcision & Rcall Considr an information nd for which thr ar 5 rlvant documnts in th collction. Givn is th following list of rlvant ( R ) and non-rlvant

More information

Introduction to logistic regression

Introduction to logistic regression Itroducto to logstc rgrsso Gv: datast D { 2 2... } whr s a k-dmsoal vctor of ral-valud faturs or attrbuts ad s a bar class labl or targt. hus w ca sa that R k ad {0 }. For ampl f k 4 a datast of 3 data

More information

COMPLEX NUMBER PAIRWISE COMPARISON AND COMPLEX NUMBER AHP

COMPLEX NUMBER PAIRWISE COMPARISON AND COMPLEX NUMBER AHP ISAHP 00, Bal, Indonsa, August -9, 00 COMPLEX NUMBER PAIRWISE COMPARISON AND COMPLEX NUMBER AHP Chkako MIYAKE, Kkch OHSAWA, Masahro KITO, and Masaak SHINOHARA Dpartmnt of Mathmatcal Informaton Engnrng

More information

Naresuan University Journal: Science and Technology 2018; (26)1

Naresuan University Journal: Science and Technology 2018; (26)1 Narsuan Unvrsty Journal: Scnc and Tchnology 018; (6)1 Th Dvlopmnt o a Corrcton Mthod or Ensurng a Contnuty Valu o Th Ch-squar Tst wth a Small Expctd Cll Frquncy Kajta Matchma 1 *, Jumlong Vongprasrt and

More information

BIO Lab 2: TWO-LEVEL NORMAL MODELS with school children popularity data

BIO Lab 2: TWO-LEVEL NORMAL MODELS with school children popularity data Lab : TWO-LEVEL NORMAL MODELS wth school chldren popularty data Purpose: Introduce basc two-level models for normally dstrbuted responses usng STATA. In partcular, we dscuss Random ntercept models wthout

More information

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore Sesson Outlne Introducton to classfcaton problems and dscrete choce models. Introducton to Logstcs Regresson. Logstc functon and Logt functon. Maxmum Lkelhood Estmator (MLE) for estmaton of LR parameters.

More information

SCITECH Volume 5, Issue 1 RESEARCH ORGANISATION November 17, 2015

SCITECH Volume 5, Issue 1 RESEARCH ORGANISATION November 17, 2015 Journal of Informaton Scncs and Computng Tchnologs(JISCT) ISSN: 394-966 SCITECH Volum 5, Issu RESEARCH ORGANISATION Novmbr 7, 5 Journal of Informaton Scncs and Computng Tchnologs www.sctcrsarch.com/journals

More information

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches.

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches. Subjct Chmistry Papr No and Titl Modul No and Titl Modul Tag 8/ Physical Spctroscopy / Brakdown of th Born-Oppnhimr approximation. Slction ruls for rotational-vibrational transitions. P, R branchs. CHE_P8_M

More information

:2;$-$(01*%<*=,-./-*=0;"%/;"-*

:2;$-$(01*%<*=,-./-*=0;%/;-* !"#$%'()%"*#%*+,-./-*+01.2(.*3+456789*!"#$%"'()'*+,-."/0.%+1'23"45'46'7.89:89'/' ;8-,"$4351415,8:+#9' Dr. Ptr T. Gallaghr Astrphyscs Rsarch Grup Trnty Cllg Dubln :2;$-$(01*%

More information

Economics 600: August, 2007 Dynamic Part: Problem Set 5. Problems on Differential Equations and Continuous Time Optimization

Economics 600: August, 2007 Dynamic Part: Problem Set 5. Problems on Differential Equations and Continuous Time Optimization THE UNIVERSITY OF MARYLAND COLLEGE PARK, MARYLAND Economcs 600: August, 007 Dynamc Part: Problm St 5 Problms on Dffrntal Equatons and Contnuous Tm Optmzaton Quston Solv th followng two dffrntal quatons.

More information

The root mean square value of the distribution is the square root of the mean square value of x: 1/2. Xrms

The root mean square value of the distribution is the square root of the mean square value of x: 1/2. Xrms Background and Rfrnc Matral Probablty and Statstcs Probablty Dstrbuton P(X) s a robablty dstrbuton for obsrvng a valu X n a data st of multl obsrvatons. It can dscrb thr a dscrt ( = 1 to N) data st or

More information

SPECTRUM ESTIMATION (2)

SPECTRUM ESTIMATION (2) SPECTRUM ESTIMATION () PARAMETRIC METHODS FOR POWER SPECTRUM ESTIMATION Gnral consdraton of aramtrc modl sctrum stmaton: Autorgrssv sctrum stmaton: A. Th autocorrlaton mthod B. Th covaranc mthod C. Modfd

More information

Unit 7 Introduction to Analysis of Variance

Unit 7 Introduction to Analysis of Variance PubHlth 640 Sprng 05 7. Introducton to Analyss of Varanc Pag of 7 Unt 7 Introducton to Analyss of Varanc Always graph rsults of an analyss of varanc - Grald van Bll. Analyss of varanc s a spcal cas of

More information

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17)

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17) MCB37: Physical Biology of th Cll Spring 207 Homwork 6: Ligand binding and th MWC modl of allostry (Du 3/23/7) Hrnan G. Garcia March 2, 207 Simpl rprssion In class, w drivd a mathmatical modl of how simpl

More information

A primary objective of a phase II trial is to screen for antitumor activity; agents which are found to have substantial antitumor activity and an

A primary objective of a phase II trial is to screen for antitumor activity; agents which are found to have substantial antitumor activity and an SURVIVAL ANALYSIS A prmary objctv of a phas II tral s to scrn for anttumor actvty; agnts whch ar found to hav substantal anttumor actvty and an approprat spctrum of toxcty ar lkly ncorporatd nto combnatons

More information

Chapter 15 - Multiple Regression

Chapter 15 - Multiple Regression Chapter - Multple Regresson Chapter - Multple Regresson Multple Regresson Model The equaton that descrbes how the dependent varable y s related to the ndependent varables x, x,... x p and an error term

More information

Physics of Very High Frequency (VHF) Capacitively Coupled Plasma Discharges

Physics of Very High Frequency (VHF) Capacitively Coupled Plasma Discharges Physcs of Vry Hgh Frquncy (VHF) Capactvly Coupld Plasma Dschargs Shahd Rauf, Kallol Bra, Stv Shannon, and Kn Collns Appld Matrals, Inc., Sunnyval, CA AVS 54 th Intrnatonal Symposum Sattl, WA Octobr 15-19,

More information

STAT 405 BIOSTATISTICS (Fall 2016) Handout 15 Introduction to Logistic Regression

STAT 405 BIOSTATISTICS (Fall 2016) Handout 15 Introduction to Logistic Regression STAT 45 BIOSTATISTICS (Fall 26) Handout 5 Introducton to Logstc Regresson Ths handout covers materal found n Secton 3.7 of your text. You may also want to revew regresson technques n Chapter. In ths handout,

More information

Department of Statistics University of Toronto STA305H1S / 1004 HS Design and Analysis of Experiments Term Test - Winter Solution

Department of Statistics University of Toronto STA305H1S / 1004 HS Design and Analysis of Experiments Term Test - Winter Solution Department of Statstcs Unversty of Toronto STA35HS / HS Desgn and Analyss of Experments Term Test - Wnter - Soluton February, Last Name: Frst Name: Student Number: Instructons: Tme: hours. Ads: a non-programmable

More information

You already learned about dummies as independent variables. But. what do you do if the dependent variable is a dummy?

You already learned about dummies as independent variables. But. what do you do if the dependent variable is a dummy? CHATER 5: DUMMY DEENDENT VARIABLES AND NON-LINEAR REGRESSION. Th roblm of Dummy Dpndnt Varabls You alrady larnd about dumms as ndpndnt varabls. But what do you do f th dpndnt varabl s a dummy? On answr

More information

An Overview of Markov Random Field and Application to Texture Segmentation

An Overview of Markov Random Field and Application to Texture Segmentation An Ovrvw o Markov Random Fld and Applcaton to Txtur Sgmntaton Song-Wook Joo Octobr 003. What s MRF? MRF s an xtnson o Markov Procss MP (D squnc o r.v. s unlatral (causal: p(x t x,

More information

APPENDIX: STATISTICAL TOOLS

APPENDIX: STATISTICAL TOOLS I. Nots o radom samplig Why do you d to sampl radomly? APPENDI: STATISTICAL TOOLS I ordr to masur som valu o a populatio of orgaisms, you usually caot masur all orgaisms, so you sampl a subst of th populatio.

More information

Errata. Items with asterisks will still be in the Second Printing

Errata. Items with asterisks will still be in the Second Printing Errata Itms with astrisks will still b in th Scond Printing Author wbsit URL: http://chs.unl.du/edpsych/rjsit/hom. P7. Th squar root of rfrrd to σ E (i.., σ E is rfrrd to not Th squar root of σ E (i..,

More information

Discrete Shells Simulation

Discrete Shells Simulation Dscrt Shlls Smulaton Xaofng M hs proct s an mplmntaton of Grnspun s dscrt shlls, th modl of whch s govrnd by nonlnar mmbran and flxural nrgs. hs nrgs masur dffrncs btwns th undformd confguraton and th

More information

IV. First Law of Thermodynamics. Cooler. IV. First Law of Thermodynamics

IV. First Law of Thermodynamics. Cooler. IV. First Law of Thermodynamics D. Applcatons to stady flow dvcs. Hat xchangrs - xampl: Clkr coolr for cmnt kln Scondary ar 50 C, 57,000 lbm/h Clkr? C, 5 ton/h Coolr Clkr 400 C, 5 ton/h Scondary ar 0 C, 57,000 lbm/h a. Assumptons. changs

More information

Jones vector & matrices

Jones vector & matrices Jons vctor & matrcs PY3 Colást na hollscol Corcagh, Ér Unvrst Collg Cork, Irland Dpartmnt of Phscs Matr tratmnt of polarzaton Consdr a lght ra wth an nstantanous -vctor as shown k, t ˆ k, t ˆ k t, o o

More information

Equil. Properties of Reacting Gas Mixtures. So far have looked at Statistical Mechanics results for a single (pure) perfect gas

Equil. Properties of Reacting Gas Mixtures. So far have looked at Statistical Mechanics results for a single (pure) perfect gas Shool of roa Engnrng Equl. Prort of Ratng Ga Mxtur So far hav lookd at Stattal Mhan rult for a ngl (ur) rft ga hown how to gt ga rort (,, h, v,,, ) from artton funton () For nonratng rft ga mxtur, gt mxtur

More information

Reliability of time dependent stress-strength system for various distributions

Reliability of time dependent stress-strength system for various distributions IOS Joural of Mathmatcs (IOS-JM ISSN: 78-578. Volum 3, Issu 6 (Sp-Oct., PP -7 www.osrjourals.org lablty of tm dpdt strss-strgth systm for varous dstrbutos N.Swath, T.S.Uma Mahswar,, Dpartmt of Mathmatcs,

More information

2. Grundlegende Verfahren zur Übertragung digitaler Signale (Zusammenfassung) Informationstechnik Universität Ulm

2. Grundlegende Verfahren zur Übertragung digitaler Signale (Zusammenfassung) Informationstechnik Universität Ulm . Grundlgnd Vrfahrn zur Übrtragung dgtalr Sgnal (Zusammnfassung) wt Dc. 5 Transmsson of Dgtal Sourc Sgnals Sourc COD SC COD MOD MOD CC dg RF s rado transmsson mdum Snk DC SC DC CC DM dg DM RF g physcal

More information

Unbalanced Panel Data Models

Unbalanced Panel Data Models Ubalacd Pal Data odls Chaptr 9 from Baltag: Ecoomtrc Aalyss of Pal Data 5 by Adrás alascs 4448 troducto balacd or complt pals: a pal data st whr data/obsrvatos ar avalabl for all crosssctoal uts th tr

More information

Journal of Theoretical and Applied Information Technology 10 th January Vol. 47 No JATIT & LLS. All rights reserved.

Journal of Theoretical and Applied Information Technology 10 th January Vol. 47 No JATIT & LLS. All rights reserved. Journal o Thortcal and Appld Inormaton Tchnology th January 3. Vol. 47 No. 5-3 JATIT & LLS. All rghts rsrvd. ISSN: 99-8645 www.att.org E-ISSN: 87-395 RESEARCH ON PROPERTIES OF E-PARTIAL DERIVATIVE OF LOGIC

More information

First derivative analysis

First derivative analysis Robrto s Nots on Dirntial Calculus Chaptr 8: Graphical analysis Sction First drivativ analysis What you nd to know alrady: How to us drivativs to idntiy th critical valus o a unction and its trm points

More information

Mor Tutorial at www.dumblittldoctor.com Work th problms without a calculator, but us a calculator to chck rsults. And try diffrntiating your answrs in part III as a usful chck. I. Applications of Intgration

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 0 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat th

More information

This test is for two independent Populations. The test is sometimes called the Mann-Whitney U test or the Rank Sum Wilcoxon. They are equivalent.

This test is for two independent Populations. The test is sometimes called the Mann-Whitney U test or the Rank Sum Wilcoxon. They are equivalent. wo indpndnt Sampls his tst is for two indpndnt Populations. h tst is somtims calld th Mann-Whitny U tst or th Rank Sum Wilcoxon. hy ar quivalnt. h main assumption is that th two sampls ar indpndnt and

More information

5.80 Small-Molecule Spectroscopy and Dynamics

5.80 Small-Molecule Spectroscopy and Dynamics MIT OpnCoursWar http://ocw.mit.du 5.80 Small-Molcul Spctroscopy and Dynamics Fall 008 For information about citing ths matrials or our Trms of Us, visit: http://ocw.mit.du/trms. Lctur # 3 Supplmnt Contnts

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 07 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat

More information

Lecture 1: Empirical economic relations

Lecture 1: Empirical economic relations Ecoomcs 53 Lctur : Emprcal coomc rlatos What s coomtrcs? Ecoomtrcs s masurmt of coomc rlatos. W d to kow What s a coomc rlato? How do w masur such a rlato? Dfto: A coomc rlato s a rlato btw coomc varabls.

More information

Abstract Interpretation: concrete and abstract semantics

Abstract Interpretation: concrete and abstract semantics Abstract Intrprtation: concrt and abstract smantics Concrt smantics W considr a vry tiny languag that manags arithmtic oprations on intgrs valus. Th (concrt) smantics of th languags cab b dfind by th funzcion

More information

Chapter 3 Exponential and Logarithmic Functions. Section a. In the exponential decay model A. Check Point Exercises

Chapter 3 Exponential and Logarithmic Functions. Section a. In the exponential decay model A. Check Point Exercises Chaptr Eponntial and Logarithmic Functions Sction. Chck Point Erciss. a. A 87. Sinc is yars aftr, whn t, A. b. A A 87 k() k 87 k 87 k 87 87 k.4 Thus, th growth function is A 87 87.4t.4t.4t A 87..4t 87.4t

More information

SAS program: SAB_blood_table_figure_TEQ1998_DF Procedure: PROC B Created by: BH Last Update: WC & BH 06/30/2007

SAS program: SAB_blood_table_figure_TEQ1998_DF Procedure: PROC B Created by: BH Last Update: WC & BH 06/30/2007 BLOOD DIOXIN CONCENTRATIONS: Wightd TEQ DF17-1998 by rgion Nots: TEQ DF17-1998 is th TEF-wightd avrag of th 17 dioxin congnrs (xcluding th PCBs) basd on WHO 1998 TEFs TEQ DF17-1998 (ppt) Zon N Man S.E.

More information

167 T componnt oftforc on atom B can b drvd as: F B =, E =,K (, ) (.2) wr w av usd 2 = ( ) =2 (.3) T scond drvatv: 2 E = K (, ) = K (1, ) + 3 (.4).2.2

167 T componnt oftforc on atom B can b drvd as: F B =, E =,K (, ) (.2) wr w av usd 2 = ( ) =2 (.3) T scond drvatv: 2 E = K (, ) = K (1, ) + 3 (.4).2.2 166 ppnd Valnc Forc Flds.1 Introducton Valnc forc lds ar usd to dscrb ntra-molcular ntractons n trms of 2-body, 3-body, and 4-body (and gr) ntractons. W mplmntd many popular functonal forms n our program..2

More information

4.8 Huffman Codes. Wordle. Encoding Text. Encoding Text. Prefix Codes. Encoding Text

4.8 Huffman Codes. Wordle. Encoding Text. Encoding Text. Prefix Codes. Encoding Text 2/26/2 Word A word a word coag. A word contrctd ot of on of th ntrctor ar: 4.8 Hffan Cod word contrctd ng th java at at word.nt word a randozd grdy agorth to ov th ackng rob Encodng Txt Q. Gvn a txt that

More information

DISTRIBUTION OF DIFFERENCE BETWEEN INVERSES OF CONSECUTIVE INTEGERS MODULO P

DISTRIBUTION OF DIFFERENCE BETWEEN INVERSES OF CONSECUTIVE INTEGERS MODULO P DISTRIBUTION OF DIFFERENCE BETWEEN INVERSES OF CONSECUTIVE INTEGERS MODULO P Tsz Ho Chan Dartmnt of Mathmatics, Cas Wstrn Rsrv Univrsity, Clvland, OH 4406, USA txc50@cwru.du Rcivd: /9/03, Rvisd: /9/04,

More information

Dealing with quantitative data and problem solving life is a story problem! Attacking Quantitative Problems

Dealing with quantitative data and problem solving life is a story problem! Attacking Quantitative Problems Daling with quantitati data and problm soling lif is a story problm! A larg portion of scinc inols quantitati data that has both alu and units. Units can sa your butt! Nd handl on mtric prfixs Dimnsional

More information

Chemical Physics II. More Stat. Thermo Kinetics Protein Folding...

Chemical Physics II. More Stat. Thermo Kinetics Protein Folding... Chmical Physics II Mor Stat. Thrmo Kintics Protin Folding... http://www.nmc.ctc.com/imags/projct/proj15thumb.jpg http://nuclarwaponarchiv.org/usa/tsts/ukgrabl2.jpg http://www.photolib.noaa.gov/corps/imags/big/corp1417.jpg

More information

NON-SYMMETRY POWER IN THREE-PHASE SYSTEMS

NON-SYMMETRY POWER IN THREE-PHASE SYSTEMS O-YMMETRY OWER THREE-HAE YTEM Llana Marlna MATCA nvrsty of Orada, nvrstat str., no., 487, Orada; lmatca@uorada.ro Abstract. For thr-phas lctrcal systms, n non-symmtrcal stuaton, an analyz mthod costs on

More information

Solution of Assignment #2

Solution of Assignment #2 olution of Assignmnt #2 Instructor: Alirza imchi Qustion #: For simplicity, assum that th distribution function of T is continuous. Th distribution function of R is: F R ( r = P( R r = P( log ( T r = P(log

More information

Consider a system of 2 simultaneous first order linear equations

Consider a system of 2 simultaneous first order linear equations Soluon of sysms of frs ordr lnar quaons onsdr a sysm of smulanous frs ordr lnar quaons a b c d I has h alrna mar-vcor rprsnaon a b c d Or, n shorhand A, f A s alrady known from con W know ha h abov sysm

More information

Search sequence databases 3 10/25/2016

Search sequence databases 3 10/25/2016 Sarch squnc databass 3 10/25/2016 Etrm valu distribution Ø Suppos X is a random variabl with probability dnsity function p(, w sampl a larg numbr S of indpndnt valus of X from this distribution for an

More information