An Optimal Algorithm for On-line Bipartite Matching. University of California at Berkeley & International Computer Science Institute

Size: px
Start display at page:

Download "An Optimal Algorithm for On-line Bipartite Matching. University of California at Berkeley & International Computer Science Institute"

Transcription

1 A Optimal Algorithm for O-li Bipartit Matchig Richard M. Karp Uivrsity of Califoria at Brkly & Itratioal Computr Scic Istitut Umsh V. Vazirai Uivrsity of Califoria at Brkly Vijay V. Vazirai Corll Uivrsity 1. Itroductio Thr has b a grat dal of itrst rctly i th rlativ powr of o-li ad off-li algorithms. A o-li algorithm rcivs a squc of rqusts ad must rspod to ach rqust as soo as it is rcivd. A off-li algorithm may wait util all rqusts hav b rcivd bfor dtrmiig its rsposs. O approach to valuatig a o-li algorithm is to compar its prformac with that of th bst possibl off-li algorithm for th sam problm. Thus, giv a masur of "profit", th prformac of a o-li algorithm ca b masurd by th worst-cas ratio of its profit to that of th optimal off-li algorithm. This gral approach has b applid i a umbr of cotxts, icludig data structurs [SITa], bi packig [CoGaJo], graph colorig [GyL] ad th k-srvr problm [MaMcSI]. Hr w apply it to bipartit matchig ad show that a simpl radomizd o-li algorithm achivs th bst possibl prformac. 2. Problm Statmt Lt G (U,V,E) b a bipartit graph o 2 vrtics such that G cotais a prfct matchig. Lt B b a x matrix rprstig th structur of G (U,V,E). Th rows of B corrspod to vrtics i U (th boys) ad th colums to vrtics i V (th girls); ach dg is rprstd by a 1 i th appropriat positio. W cosidr th problm of costructig a larg matchig i G (U,V,E) o-li. Assum that th girl vrtics arriv i a prslctd ordr, ad that th dgs icidt to a vrtx ar rvald to us oly wh th vrtx arrivs. Th task is to dcid, as ach girl vrtx arrivs, which boy vrtx to match hr to, so that th siz of th matchig obtaid is maximizd. Altrativly, w ca viw th matchig as big costructd whil th matrix is rvald colum-by-colum. As a covtio w will assum that colums ar rvald i th ordr,-1, Th prformac of a radomizd algorithm A for this task is dotd by p (A) ad is dfid to b: MIN MIN E [siz of matchig achivd by A ] G ordr of girl vrtic~ whr th xpctatio is tak ovr th itral coi flips of A. Rmark: A grdy algorithm which always matchs a girl if possibl (to a arbitrarily chos boy amog th ligibl os), achivs a maximal matchig - ad thr for a matchig of siz at last ~-. O th othr had a advrsary ca limit ay dtrmiistic algorithm to a matchig of siz ~: for xampl, by lttig th first ~2 colums cotai all os ad th last ~ colums cotai os oly i thos rows which ar matchd by th dtr miistic algorithm i th first ~- stps. Prmissio to copy without f all or part of this matrial is gratd providd that th copis ar ot mad or distributd for dirct commrcial advatag, th ACM copyright otic ad th titl of th publicatio ad its dat appar, ad otic is giv that copyig is by prmissio of th Associatio for Computig Machiry. To copy othrwis, or to rpublish, rquirs a f ad/or spcific prmissio. May of th rsults i th litratur of o-li algorithms cocr th prformac of radomizd o-li algorithms agaist a adaptiv o-li advrsary [BBoKa- TaWi]. I th cotxt of th prst problm, adaptiv ACM /90/0005/0352 $

2 ss mas that th advrsary is prmittd to spcify th matrix colum-by-colum, ad to tak ito accout, i spcifyig ay giv colum, th dcisios that th radomizd algorithm has mad i rspos to th arrivals of arlir colums. Th fact that th advrsary is o-li mas that th advrsary must costruct his ow prfct matchig colum-by-colum, choosig th row to b matchd i ach colum at th sam tim as h spcifis th colum. A adaptiv o-li advrsary ca limit ay radomizd o-li algorithm to a matchig of xpctd siz /2+0 (log) by choosig th matrix, ad his ow prfct matchig, as follows: for i--0 to /2, thr is a 1 i positio j,-i if ad oly if row j dos ot li i th matchig costructd so far by th algorithm, ad also dos ot li i th matchig costructd so far by th advrsary; for his prfct matchig, th advrsary chooss a 1 i colum -i at radom. For i=/2+1 to, thr is a 1 i positio j,-i if ad oly if row j dos ot li i th matchig costructd so far by th advrsary; i this cas also, th advrsary chooss for his prfct matchig a radom 1 i colum -i. To show that o radomizd algorithm ca achiv mor tha /2+O (log) o th avrag agaist this advrsary, w argu as follows. First, ay o-grdy radomizd algorithm ca b rplacd by a grdy o that prforms at last as wll o th avrag. Scodly, for ay grdy algorithm A, lt T(A) b th st of rows that ar matchd i colums, /2+l by both A ad th advrsary. Th th xpctd cardiality of T(A) is O(log), ad th siz of th matchig producd by algorithm A dos ot xcd /2+ I T(A) I. Th Rakig Algorithm: W shall aalyz th prformac of th followig radomizd o-li matchig algorithm, which w shall rfr to as th RANKING algorithm: Iitializatio: Pick a radom prmutatio of th boy vrtics - thrby assigig to ach boy a radom priority or rakig. Matchig Phas: As ach girl arrivs, match hr to th ligibl boy (if ay) of highst rak. Rmark: At first sight it might appar mor atural to aalyz th algorithm RANDOM, which picks a boy at radom from amog th ligibl boys ach tim a girl arrivs. Howvr, RANDOM prforms arly as poorly as a dtrmiistic grdy algorithm; it achivs a matchig of xpctd siz oly +o (log) o th followig matrix: Bii=l if i=j or if ~<j< ad l~</2, ad 0 othrwis. RANDOM prforms poorly i this xampl bcaus it coctrats too much ffort o th ds uppr half of th matrix for th first -~ movs, thrby missig out o th crucial dgs i th spars lowr half of th matrix. RANKING has a implicit slfcorrctig mchaism that tds to favor thos currdy ligibl boys who hav b ligibl last oft i th past. It is this fatur of RANKING that allows it to prform wll v o graphs whr local dsity cosidratios ar misladig. 2. Aalysis of th Rakig Algorithm Th Duality Pricipl: Aftr th iitializatio phas of RANKING, thr is a ordrig o both th boy ad girl vrtics (th prslctd ordrig o girls ad th radomly chos ordrig o th boys). At this poit thr is a symmtry btw th boy vrtics ad th girl vrtics: th prformac of RANKING rmais uchagd if w itrchag th rols of th boys ad girls by lttig th boys arriv accordig to thir rakig ad pickig th highst rakd ligibl girl. Lmma 1: For ay fixd ordrigs of th boy ad girl vrtics, th matchig pickd durig th matchig phas of RANKING rmais uchagd if th rols of th boy ad girl vrtics ar itrchagd. Proof: Th proof is by iductio o th umbr of boys ad girls. Lt b b th highst rakd boy, ad g, th highst rakd girl that b has a dg to. Now, if th matchig is foud from th boys' sid, b will b matchd to g i th first stp. Also, if th matchig is foud from th girls' sid, th first tim that b is ligibl to b matchd is wh g arrivs; clarly, thy ar matchd at that tim. Th lmma follows by rmovig b ad g from th graph, ad applyig th iductio hypothsis to th rmaiig graph. Hcforth w shall rgard th colums as ordrd from 1 to with colum havig highst rak ad colum 1 lowst, ad th rows as arrivig i radom ordr. As ach row arrivs it is matchd to th highst rakig availabl ligibl colum. Viwig rows as 353

3 arrivig i radom ordr givs us a w otio of tim which is crucial to our aalysis of th algorithm. Lt 6(1).. or() b a ordrig of th rows. By tim t w ma th istat of th t th row arrival, i.. 6(t). W xt giv a tchical lmma that will b usful at svral poits. Cosidr a variat of RANKING which, as ach boy arrivs, ithr matchs him to th highst rakig ligibl girl, or ls rfuss to match him at all, v though o or mor ligibl girls may b availabl. Th rul that dtrmis whthr this algorithm rfuss may b quit arbitrary. Lmma 2: For ay fixd ordrig of th boys ad rakig of th girls, th st of girls matchd by RANKING is a suprst of th st matchd by ay rfusal algorithm. Proof: By iductio o t. By th iductio hypothsis, th st of girls ligibl to b matchd at tim t+l by th rfusal algorithm forms a suprst of thos ligibl to RANKING. Now, sic both algorithms us th sam rakig o th girls, if th rfusal algorithm chooss to match a girl who is also ligibl for RANKING, th RANKING must match hr too. Thus, i all cass, th st of girls matchd by RANKING rmais a suprst of th st matchd by th rfusal algorithm. Nxt, w prov that w ca assum w.l.o.g, that th adjaccy matrix B of th graph is uppr-triagular. Lmma 3: Th xpctd siz of th matchig producd by RANKING is miimum for som uppr-triagular matrix. Proof: Lt B b ay matrix. Rumbr th rows of B so that a prfct matchig sits o th mai diagoal (i.. Bil = 1 for l #_/<). This rumbrig has o ffct o th prformac of RANKING, sic th rows arriv i a radom ordr. Lt B' b th matrix obtaid wh all tris of B blow th mai diagoal ar rplacd by 0 (i.. B'ij = Bij if i <j ad 0 if i >j). Now RANKING o B" may b viwd as a rfusal algorithm o B. Thus, by lmma 2, th xpctd siz of matchig obtaid by rakig o B" is at most as larg as o B. [] Rmark: W cojctur that i fact th xpctd siz of matchig achivd by RANKING is miimizd by th complt uppr-triagular matrix. Howvr, w do ot kow how to prov this dirctly. W shall show a prformac guarat for RANKING that is matchd to withi low ordr trms by its prformac o th complt uppr-triagular matrix, thus provig idirctly that this is th worst cas (to withi lowr ordr trms). Provig th cojctur will yild th strogr rsult that RANKING has th bst prformac guarat. Hcforth w will assum that B is upprtriagular, with diagoal tris 1, corrspodig to th uiqu prfct matchig i th graph. Cosidr th symmtric diffrc of this prfct matchig with th maximal matchig M producd by RANKING. If I M I = /2, ach coctd compot of th symmtric diffrc is a augmtig path is of lgth 3, ad o diagoal tris ar pickd. I this cas, for ach i, ithr row i or colum i is matchd, but ot both. O th othr had, whvr may diagoal lmts ar chos or may log augmtig paths occur, thr will corrspodigly b a larg umbr of idics i such that row i ad colum i ar both matchd. Th ida bhid our proof is that, udr a radom ordrig of th rows, RANKING is likly to yild a larg umbr of such idics, ad hc a larg matchig. This last implicatio is mad prcis i th followig lmma. Lmma 4: Lt B b a x uppr triagular matrix with diagoal tris 1. Lt M b ay matchig i th associatd graph such that for ach i.ithr row i or colum i is matchd, ad lt D ={i: row i ad colum i ar both matchd i M}. Th IMI= + ID I 2 Proof: For ach i, ithr row i or colum i is matchd, i.. covrd by som dg i M. I D I= umbr of i such that both row i ad colum i ar covrd. Now, th umbr of vrtics covrd by M is + I DI ad th +ldi umbr of dgs i M is 2 Corollary: E[IMI] =/2+ 1/2E[IDI]. W will lowr-boud E [ IM I ] by lowr-boudig E[IDI] = ~; Pr [colum i ad row i both gt matchd], i=1 whr th probability is ovr radom row arrivals. For th purpos of aalyzig th prformac of RANK- ING, it is usful to cosidr a modificatio - th algorithm EARLY - which rfuss to match row i if it arrivs aftr colum i has alrady b matchd. Notic that o th complt uppr-triagular matrix algorithm EARLY is idtical to RANKING. Lmma 5: For vry ordrig of th rows, RANKING producs at last as larg a matchig as that producd by algorithm EARLY. 354

4 Proof: This follows from Lmma 2, sic EARLY is a rfusal algorithm. W will lowr-boud E[IDI] for algorithm EARLY. Algorithm EARLY has th proprty that row i gts matchd if ad oly if colum i is ot alrady matchd wh row i arrivs. I particular, if i som ordrig colum i gts matchd at tim t ad row i arrivd at tim <t th row i must also gt matchd (bcaus, i particular, colum i was availabl for row i). Idx i trs th st D i prcisly this way. Dfiitio: Lt cr b a prmutatio of th rows, ad lt c~ ~) b th squc obtaid by dltig i from its origial positio i ff ad movig it to th last positio. If EARLY dos ot match colum i udr a, th dfi W(c,i) = 0. Othrwis, dfi W(~,/) to b th tim at which colum i gts matchd udr th prmutatio ff i); if colum i rmais umatchd udr c~ i) th dfi W (or,i) =. Now, dfi w[ = Pr [W(~,i) = t] for O~_t<. whr ff is a radom prmutatio of th rows. Clarly, Pr [colum i gts matchd] = Z w~. Th xt lmma shows what fractio of this probability corrspods to th favorabl vt that colum i ad row i both gt matchd. Lmma 6: Lt W(c,i) = t ad t<. Obtai prmutatio o" from c~ i) by movig row i ito th jth positio. Th, udr o", EARLY will match row i as wll as colum i by tim t+l, ifj<_t, ad will ot match row i at all ifj>t. Proof." Ifj>t th colum i will gt matchd udr o" at tim t, bfor row i arrivs, so row i will ot gt matchd. If j<t th th i th colum is ligibl wh row i arrivs; thrfor EARLY matchs row i. Ruig EARLY o ~(z) for t stps ca b rgardd as a rfusal algorithm o o J ru for t+l stps. So by lmma 2, th colums matchd udr o by tim t+l form a supr-st of th colums matchd udr a i) by tim t; hc colum i gts matchd udr o" by tim t+l. Lmma 7: Pr[row i ad colum i both gt matchd] = --' w;.!l Proof: Firstly, otic that if W~r,/) =, th row i must hav arrivd at or bfor th ~ wh colum i got matchd i a, ad hc row~'must also hav gott matchd. Cosidr ay tim t, l<t<, ad cosidr th ordrigs such that W(c~,/) = t. Say that two such ordr- igs ff ad rc ar quivalt if c~ I) = ~ i). Clarly, ach quivalc class has ordrigs, ad row i falls i o of th first t positios i t of ths. Th proof follows by Lmma 6. [] - ~:t Ltwt= Zlw ~., ByLmma6, E[IDI]= --W,. W will ow lowr-boud E[ID I] by lowr-boudig th right had sid. W first prst a asy boud stablishig that th xpctd siz of th matchig is at last (2-~r-2). Lmma 8: If colum i gts matchd at tim t udr c~ th udr O "(i) colum i ithr rmais umatchd, or gts matchd at som tim >t-1. Proof: Th algorithm udr a (i) for th first t-1 stps ca b rgardd as a rfusal algorithm for our algorithm ru o c~ for t stps. Now th lmma follows by applyig lmma 2. Dfiitio: Lt mt = Pr [som colum is matchd at tim t ]. Corollary: E ws < E ms. s~t s~t+l Lmma 9: EARLY producs a matchig of siz at last (2--/--2) o a >< uppr-triagular matrix. Proof: Lt c~ b th siz of matchig producd. Th, by Lmmas 3 ad 6, I ~ Iwt. ff. > ~ + -~,=1 Sic mt < 1 ad ~: wt = c~, w s by th corollary to lmma 7 that Z twt is miimizd by sttig ml=m2 = -'' =ma= 1~, Wl=ml+m 2 ad wt =mr+l, t>l. Substitutig th rsultig boud ito th abov iquality yilds ~ 2-~--2. [] I Lmma 9, w hav mad th pssimistic assumptio that mt = 1 for l<t<_ct, which would ma that th first x rows to arriv all gt matchd. This is, of cours, ot th cas, sic, v arly i th procss, a row may arriv aftr its colum is alrady matchd. Thus th mt 's, ad hc also th wt 's, ar sprad out i tim. Lmma 10 maks this obsrvatio mor prcis. Lmma 10: For all t, mt= 1 - s~<'t " Proof: Lt m[ =Pr[row i occurs at tim t ad gts 355

5 matchd]. Th clarly mt = Z m~. Now, Pr [row i occurs at i--1 tim t ad dos ot gt matchd] = 1 II E w,/. i.. pick a prmutatio o such that W(c,i) <t, ad mov row i ito th t ~ plac. Thrfor, m[ = 1 1 y. w~. i Th lmma follows by summig ovr i. [] II tl s <t Lt om b th xpctd siz of matchig producd pl by EARLY. W d to lowr-boud Y. twt subjct to: (i). ~ wt=a (ii). mt= 1-1 I; ws, ad s<t (iii). Zws< Z ms. s~ s~t+l Th solutio is much simplr if coditio (iii) is rplacd by coditio (iii)' blow: (iii)' Y. ws -< 2; ms s.~t sst Also, w will drop coditio (ii) for t= (this dos ot affct th validity of our boud). Lmma 11 stablishs that rplacig (iii) by coditio (iii)' dos ot chag th dsird lowr-boud by much. Lmma 12 assrts that, subjct to (i), (ii) ad (iii)', ~ twt is miimizd by pick ig th wi's grdily, i.. by makig ach w i,i=1,2, i tur as larg as possibl. Lmma 11: Lt ff = (w 1,w2, w, ) b ay solutio to coditios (i), (ii), ad (iii). Th thr is a solutio x = (xl,x2, "" x~ ) to coditios (i), (ii) ad (iii)' such that th L 1 orm of (ff - ~) is at most 2. s<t Proof: By coditios (ii) ad (iii) w hav (iv). Y. ws < t+l- 1 y. (t+l-s)ws. a~ a~t ~" is obtaid from ~ by movig o uit from th lowst k possibl idics to w, Pick k such that ~ wi --- I ad k+l i=i 5". wi > 1. St xl = 0 for 1~ < k, i=1 k xk+l = wk+l -- (1-- ie1 wi ) ad x, = w~+l. Th rmaiig idics of ar th sam as thos of ft. Clarly if satisfis (iv), th ~ satisfis coditio (v) statd blow, ad th L 1 orm of (ff - x--) is at most 2. Lmma 12: Subjct to coditios (i), (ii) ad (iii)' ~; twt is miimizd by pickig wi "s grdily. Proof: By coditios (ii) ad (iii)' w hav: (v) y. w, _< t - ± z (t-s) w, s.~t I'1 s <t Suppos for cotradictio that th wi "s that miimiz Ft ~: twt ar ot pickd grdily accordig to coditios (i) ad (v). Lt t b th last tim such that wt is ot as larg as possibl. Lt th dficicy i wt b. Icras wt by, dcras wt+ 1 by (l+l/), ad icras w, by /. Th w wi's satisfy (i) ad (v), ad hav a smallr Y. twt. Cotradictio. [] Rmark: Th grdy solutio rsultig from coditio (v) is w, = (1-1 ),-1 Thorm 1: Th prformac of algorithm EARLY is (1-1)+o () Proof: By Lmma I0 ad I 1, it is sufficit to pick wi "s grdily subjct to coditios (i), (ii) ad (iii)'. This yilds w, =(1-1) t-i,for,2... T T whr T is such that E wt = o~. Substitutig for wt ad solvig for T yilds T< - I(l-c0. Lt (1-1) = 0. Th, 0 r = 1-a. Now, T T Z t w, = Y~ to'-1= (1--(0r)-- TOT (1--0)) > (1-0) 2 2 (Ot+(1-01(1 -a)) Substitutig this ito our lowr-boud of /2 + E [ID I] o th siz of th matchig yilds: 1 T ~. >- "-~ + -~ t~=l twt > -~ + ~ (~ + (1-~) I (1-~)) This givs ( t-1) > (1-o01(/- 0 Thus c~2 (1-1 ). [] Rmark: A simpl cosquc of our proof is that if RANKING is applid to a matrix B for which th siz of th maximum matchig is m <, th th xpctd siz of th matchig producd by RANKING is at last (l-lira + o(m). 356

6 3. Boudig th Prformac of Ay O-Li Algorithm I this sctio w will show that RANKING is optimal, up to lowr ordr trms. Thorm 2: Th prformac of ay o-li bipartit matchig algorithm is < (1- ) + o (). Lt T b th x complt uppr-triagular matrix. As bfor, w assum that th colums of T arriv i th ordr, By th k *h colum arrival w ma th arrival of colum umbr -k+l. Cosidr th algorithm RANDOM, which matchs ach colum to a radomly chos ligibl row. Dfiitio: Lt T b th complt uppr-triagular matrix. With vry prmutatio o (1, -.. } associat a problm istac (T,), whr th adjaccy matrix is obtaid by prmutig th rows of T udr, ad th colums arriv i th ordr,-i, 1. Lt P dot th uiform probability distributio ovr ths! istacs. Lmma 13: Lt A b a dtrmiistic o-li algorithm that is 'grdy' i th ss that it vr lavs a colum umatchd if thr is a ligibl row. Th, th xpctd siz of matchig producd by A wh giv a istac (T,~) from P is th sam as th xpctd siz of matchig producd by RANDOM o T. Proof: Th lmma follows from th two claims listd blow, which may b provd by a straightforward iductio o tim: 1. For algorithm A o (T,r0, as wll as for RANDOM o T, if thr ar k ligibl rows at tim t, th thy ar qually likly to b ay st of k rows from amog th first -t+l rows of T. 2. For ach k, th probability that thr ar k ligibl rows at tim t is th sam for RANDOM ru o T as it is for A ru o (T,). [] Lmma 14: Th prformac of ay o-li matchig algorithm is uppr boudd by th xpctd siz of matchig producd by th algorithm RANDOM o th complt uppr-triagular matrix. Proof: Lt E [R (T,~)] dot th xpctd siz of matchig producd by th giv radomizd o-li algorithm, ad lt E[A(P)] dot th xpctd siz of matchig producd by a dtrmiistic algorithm A wh giv a iput from distributio P. By Yao's lmma [Ya], mi{e [R (T,r0]} <_max{e [A(P)]}. A whr th maximum is ovr all dtrmiistic algorithms. W.l.o.g. th bst dtrmiistic algorithm is grdy (by simulatig A, ad matchig th currt colum to th row matchd by A, if th row is availabl, ad to a arbitrary ligibl row othrwis). Th proof follows from Lmma 13. [] Lmma 16: Th xpctd siz of matchig producd by algorithm RANDOM o T is (1-1) + o(). Proof: Th proof rsts o th followig crucial obsrvatio mad i Lmma 13: giv that thr ar l rows still ligibl at th k *h arrival colum, thy ar qually likly to b ay st of I rows from amog th first -k+l rows of T. Lt x (t) ad y (t) b radom variabls rprstig th umbr of colums rmaiig ad th umbr of rows still ligibl at tim t. Lt Ax =x(t+l)-x(t) ad Ay =y(t+l)-y(t). Th Ax =-1 ad Ay is -2 if th diagoal try i th t+l a colum was ligibl but was ot matchd, ad -1 othrwis. Usig th fact that th st of ligibl rows is radomly chos from amog th first -t: E[Ay] =-1- y(t). y(t)--1 =-1- y(t)-i x(t) y(t) x(t) Thrfor E[Ay] = 1+ y(t)-i E[Ax] x(t) " Kurtz's thorm [Ku] says that with probability tdig to 1 as tds to ifiity, th solutios of th abov stochastic diffrc quatio ar closly approximatd by th solutio of th diffrtial quatio: dy = 1+Y-1 dx x Solvig this diffrtial quatio with th iitial coditio x--y =, w gt y = 1 + x (-1 - I x) So, wh oly o row is ligibl, th umbr of colums rmaiig is + o (). Thrfor, th xpctd siz of, i matchig producd is (1--~ ) + o (). Rmark: 1) Thr is a itrstig altrativ dscriptio of th bhavior of algorithm RANDOM o T. I this dscriptio, th algorithm bgis by spcifyig a radom prmutatio r=(cs(1), s(2)... cs()) of {1, 2... }. Th, as ach colum -i arrivs, RANDOM matchs that colum with row x, whr x is th first lmt of cs which has ot prviously b matchd ad is lss tha or 357

7 qual to -i. It is asy to s that this is a faithful dscriptio of RANDOM, ad as a cosquc, th followig two radom variabls hav th sam distributio: (i) th siz of th matchig producd by RANDOM o T; (ii) th lgth of th logst subsquc of a radom prmutatio such that, for all k, th k th lmt of th subsquc is gratr tha or qual to k. Thus, as a byproduct of Lmma 16 w obtai th itrstig combiatorial rsult that th xpctatio of this lattr radom, i variabl is (1---I)+o (). 2). It is asy to show that th xpctd siz of matchig producd by RANDOM ad RANKING is th sam o T. So, provig th cojctur that T is th worst matrix for RANKING togthr with Lmmas 13 ad 14 will show that RANKING is th bst possibl o-li bipartit matchig algorithm. [Ku] T. G. Kurtz, "Solutios of Ordiary Diffrtial Equatios as Limits of Pur Jump Markov Procsss', Joural of Applid Probability, vol. 7, 1970, pp [MaMcSI] M. Maass, L.A. McGoch, D. Slator, "Comptitiv Algorithms for Oli Problms', STOC 1988, pp [S1,Ta] D. Slator, R.E. Tarja, "Amortizd Efficicy of List Updat ad Pagig Ruls', Comm. ACM, vol. 28, 1985, pp [Ya] A.C. Yao, "Probabilistic Computatios: Towards a Uifid Masur of Complxity', FOCS 1977, pp Op Qustios: 1. Is th complt uppr-triagular matrix th worst-cas iput for RANKING? 2. Is RANKING a optimal o-li matchig algorithm i th o-bipartit cas? Ackowldgmts: W would lik to ackowldg hlpful discussios with Rajv Motwai. Rfrcs: [BBoKaTaWi] S. B-David, A. Borodi, R. Karp, G. Tardos, A. Wigdrso, "O th Powr of Radomizatio i O-Li Algorithms', STOC [CoGaJo] E. G. Coffma, M. R. Gary, D. S. Johso, 'Dyamic Bi Packig', SIAM J. comput., vol 12, 1983, pp [Gy,L] A. Gyarfas, J. Lhl, 'Oli ad First Fit Colorigs of Graphs', J. Graph thory, Vol. 12, No. 2, pp ,

Problem Set 6 Solutions

Problem Set 6 Solutions 6.04/18.06J Mathmatics for Computr Scic March 15, 005 Srii Dvadas ad Eric Lhma Problm St 6 Solutios Du: Moday, March 8 at 9 PM Problm 1. Sammy th Shar is a fiacial srvic providr who offrs loas o th followig

More information

TIME VALUE OF MONEY: APPLICATION AND RATIONALITY- AN APPROACH USING DIFFERENTIAL EQUATIONS AND DEFINITE INTEGRALS

TIME VALUE OF MONEY: APPLICATION AND RATIONALITY- AN APPROACH USING DIFFERENTIAL EQUATIONS AND DEFINITE INTEGRALS MPRA Muich Prsoal RPEc Archiv TIME VALUE OF MONEY: APPLICATION AND RATIONALITY- AN APPROACH USING DIFFERENTIAL EQUATIONS AND DEFINITE INTEGRALS Mahbub Parvz Daffodil Itratioal Uivrsy 6. Dcmbr 26 Oli at

More information

Approximate Counters for Flash Memory

Approximate Counters for Flash Memory Approximat Coutrs for Flash Mmory Jack Cichoń ad Wojcich Macya Istitut of Mathmatics ad Computr Scic Wrocław Uivrsity of Tchology, Polad Abstract Flash mmory bcoms th a vry popular storag dvic Du to its

More information

GROUP MEDICAL INSURANCE PROPOSAL FORM GROUP MEDICAL INSURANCE PROPOSAL FORM

GROUP MEDICAL INSURANCE PROPOSAL FORM GROUP MEDICAL INSURANCE PROPOSAL FORM Call us: 920012331 www.acig.com.sa Allid Cooprativ Isurac Group (ACIG) شركة املجموعة املتحدة للتاأمني التعاوين ) أ سيج( GROUP MEDICAL INSURANCE GROUP MEDICAL INSURANCE Clit Dtails: - GROUP MEDICAL INSURANCE

More information

Numerical and Experimental Study on Nugget Formation in Resistance Spot Welding for High Strength Steel Sheets in Automobile Bodies

Numerical and Experimental Study on Nugget Formation in Resistance Spot Welding for High Strength Steel Sheets in Automobile Bodies rasactios of JWRI, ol.38 (9), No. rasactios of JWRI, ol.38 (9), No. Numrical ad Exprimtal Study o Nuggt Formatio i Rsistac Spot Wldig for High Strgth Stl Shts i Automobil Bodis MA Nishu* ad MURAKAWA Hidkazu**

More information

Adverse Selection and Moral Hazard in a Model With 2 States of the World

Adverse Selection and Moral Hazard in a Model With 2 States of the World Advrs Slction and Moral Hazard in a Modl With 2 Stats of th World A modl of a risky situation with two discrt stats of th world has th advantag that it can b natly rprsntd using indiffrnc curv diagrams,

More information

Question 3: How do you find the relative extrema of a function?

Question 3: How do you find the relative extrema of a function? ustion 3: How do you find th rlativ trma of a function? Th stratgy for tracking th sign of th drivativ is usful for mor than dtrmining whr a function is incrasing or dcrasing. It is also usful for locating

More information

Assessing the cost of Outsourcing: Efficiency, Effectiveness and Risk

Assessing the cost of Outsourcing: Efficiency, Effectiveness and Risk Assssig th cost of Outsourcig: Efficicy, Effctivss ad Risk Todd Littl Ladark Graphics [email protected] Abstract Offshor outsourcig is a popular approach for copais lookig to rduc softwar dvlopt costs. W hav

More information

Sharp bounds for Sándor mean in terms of arithmetic, geometric and harmonic means

Sharp bounds for Sándor mean in terms of arithmetic, geometric and harmonic means Qian t al. Journal of Inqualitis and Applications (015) 015:1 DOI 10.1186/s1660-015-0741-1 R E S E A R C H Opn Accss Sharp bounds for Sándor man in trms of arithmtic, gomtric and harmonic mans Wi-Mao Qian

More information

Econ 371: Answer Key for Problem Set 1 (Chapter 12-13)

Econ 371: Answer Key for Problem Set 1 (Chapter 12-13) con 37: Answr Ky for Problm St (Chaptr 2-3) Instructor: Kanda Naknoi Sptmbr 4, 2005. (2 points) Is it possibl for a country to hav a currnt account dficit at th sam tim and has a surplus in its balanc

More information

at 10 knots to avoid the hurricane, what could be the maximum CPA? 59 miles - 54 nm STEP 1 Ship s Speed Radius (e-r) 10 k - 1.0 nm every 6 minutes

at 10 knots to avoid the hurricane, what could be the maximum CPA? 59 miles - 54 nm STEP 1 Ship s Speed Radius (e-r) 10 k - 1.0 nm every 6 minutes :1 Navigatio :1 Gal 1 1 1 Rf: P, Huica You a udway o cous T ad you axiu spd is 1 kots. Th y of a huica bas 1 T, ils fo you positio. Th huica is ovig towads T at 1 kots. If you auv at 1 kots to avoid th

More information

Lecture 20: Emitter Follower and Differential Amplifiers

Lecture 20: Emitter Follower and Differential Amplifiers Whits, EE 3 Lctur 0 Pag of 8 Lctur 0: Emittr Followr and Diffrntial Amplifirs Th nxt two amplifir circuits w will discuss ar ry important to lctrical nginring in gnral, and to th NorCal 40A spcifically.

More information

ME 612 Metal Forming and Theory of Plasticity. 6. Strain

ME 612 Metal Forming and Theory of Plasticity. 6. Strain Mtal Forming and Thory of Plasticity -mail: [email protected] Makin Mühndisliği Bölümü Gbz Yüksk Tknoloji Enstitüsü 6.1. Uniaxial Strain Figur 6.1 Dfinition of th uniaxial strain (a) Tnsil and (b) Comprssiv.

More information

QUANTITATIVE METHODS CLASSES WEEK SEVEN

QUANTITATIVE METHODS CLASSES WEEK SEVEN QUANTITATIVE METHODS CLASSES WEEK SEVEN Th rgrssion modls studid in prvious classs assum that th rspons variabl is quantitativ. Oftn, howvr, w wish to study social procsss that lad to two diffrnt outcoms.

More information

Free ACA SOLUTION (IRS 1094&1095 Reporting)

Free ACA SOLUTION (IRS 1094&1095 Reporting) Fr ACA SOLUTION (IRS 1094&1095 Rporting) Th Insuranc Exchang (301) 279-1062 ACA Srvics Transmit IRS Form 1094 -C for mployrs Print & mail IRS Form 1095-C to mploys HR Assist 360 will gnrat th 1095 s for

More information

STATEMENT OF INSOLVENCY PRACTICE 3.2

STATEMENT OF INSOLVENCY PRACTICE 3.2 STATEMENT OF INSOLVENCY PRACTICE 3.2 COMPANY VOLUNTARY ARRANGEMENTS INTRODUCTION 1 A Company Voluntary Arrangmnt (CVA) is a statutory contract twn a company and its crditors undr which an insolvncy practitionr

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

BASIC DEFINITIONS AND TERMINOLOGY OF SOILS

BASIC DEFINITIONS AND TERMINOLOGY OF SOILS 1 BASIC DEFINITIONS AND TERMINOLOGY OF SOILS Soil i a thr pha atrial hich coit of olid particl hich ak up th oil klto ad void hich ay b full of atr if th oil i aturatd, ay b full of air if th oil i dry,

More information

CPS 220 Theory of Computation REGULAR LANGUAGES. Regular expressions

CPS 220 Theory of Computation REGULAR LANGUAGES. Regular expressions CPS 22 Thory of Computation REGULAR LANGUAGES Rgular xprssions Lik mathmatical xprssion (5+3) * 4. Rgular xprssion ar built using rgular oprations. (By th way, rgular xprssions show up in various languags:

More information

Finite Dimensional Vector Spaces.

Finite Dimensional Vector Spaces. Lctur 5. Ft Dmsoal Vctor Spacs. To b rad to th musc of th group Spac by D.Maruay DEFINITION OF A LINEAR SPACE Dfto: a vctor spac s a st R togthr wth a oprato calld vctor addto ad aothr oprato calld scalar

More information

5 2 index. e e. Prime numbers. Prime factors and factor trees. Powers. worked example 10. base. power

5 2 index. e e. Prime numbers. Prime factors and factor trees. Powers. worked example 10. base. power Prim numbrs W giv spcial nams to numbrs dpnding on how many factors thy hav. A prim numbr has xactly two factors: itslf and 1. A composit numbr has mor than two factors. 1 is a spcial numbr nithr prim

More information

Remember you can apply online. It s quick and easy. Go to www.gov.uk/advancedlearningloans. Title. Forename(s) Surname. Sex. Male Date of birth D

Remember you can apply online. It s quick and easy. Go to www.gov.uk/advancedlearningloans. Title. Forename(s) Surname. Sex. Male Date of birth D 24+ Advancd Larning Loan Application form Rmmbr you can apply onlin. It s quick and asy. Go to www.gov.uk/advancdlarningloans About this form Complt this form if: you r studying an ligibl cours at an approvd

More information

The example is taken from Sect. 1.2 of Vol. 1 of the CPN book.

The example is taken from Sect. 1.2 of Vol. 1 of the CPN book. Rsourc Allocation Abstract This is a small toy xampl which is wll-suitd as a first introduction to Cnts. Th CN modl is dscribd in grat dtail, xplaining th basic concpts of C-nts. Hnc, it can b rad by popl

More information

5.4 Exponential Functions: Differentiation and Integration TOOTLIFTST:

5.4 Exponential Functions: Differentiation and Integration TOOTLIFTST: .4 Eponntial Functions: Diffrntiation an Intgration TOOTLIFTST: Eponntial functions ar of th form f ( ) Ab. W will, in this sction, look at a spcific typ of ponntial function whr th bas, b, is.78.... This

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

A Fuzzy Inventory System with Deteriorating Items under Supplier Credits Linked to Ordering Quantity

A Fuzzy Inventory System with Deteriorating Items under Supplier Credits Linked to Ordering Quantity JOURNAL OF INFORMAION SCIENCE AND ENGINEERING 6, 3-53 () A Fuzzy Ivtory Syst with Dtrioratig Its udr Supplir Crdits Likd to Ordrig Quatity LIANG-YUH OUYANG, JINN-SAIR ENG AND MEI-CHUAN CHENG 3 Dpartt of

More information

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 8

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 8 CME 30: NUMERICAL LINEAR ALGEBRA FALL 005/06 LECTURE 8 GENE H GOLUB 1 Positive Defiite Matrices A matrix A is positive defiite if x Ax > 0 for all ozero x A positive defiite matrix has real ad positive

More information

WORKERS' COMPENSATION ANALYST, 1774 SENIOR WORKERS' COMPENSATION ANALYST, 1769

WORKERS' COMPENSATION ANALYST, 1774 SENIOR WORKERS' COMPENSATION ANALYST, 1769 08-16-85 WORKERS' COMPENSATION ANALYST, 1774 SENIOR WORKERS' COMPENSATION ANALYST, 1769 Summary of Dutis : Dtrmins City accptanc of workrs' compnsation cass for injurd mploys; authorizs appropriat tratmnt

More information

In nite Sequences. Dr. Philippe B. Laval Kennesaw State University. October 9, 2008

In nite Sequences. Dr. Philippe B. Laval Kennesaw State University. October 9, 2008 I ite Sequeces Dr. Philippe B. Laval Keesaw State Uiversity October 9, 2008 Abstract This had out is a itroductio to i ite sequeces. mai de itios ad presets some elemetary results. It gives the I ite Sequeces

More information

Department of Computer Science, University of Otago

Department of Computer Science, University of Otago Departmet of Computer Sciece, Uiversity of Otago Techical Report OUCS-2006-09 Permutatios Cotaiig May Patters Authors: M.H. Albert Departmet of Computer Sciece, Uiversity of Otago Micah Colema, Rya Fly

More information

PREFERRED LIFE INSURANCE NORTH AMERICA

PREFERRED LIFE INSURANCE NORTH AMERICA PREFERRED LIFE INSURANCE NORTH AMERICA Dat: Spt, 2011 Ditr Gaubatz Agda 1. Copt 2. History 3. Data 4. Futur 1 Copt No-prfrrd plas Normal mortality risk valuatio pross P r v a l ^ i r a s Issud at stadard

More information

Long run: Law of one price Purchasing Power Parity. Short run: Market for foreign exchange Factors affecting the market for foreign exchange

Long run: Law of one price Purchasing Power Parity. Short run: Market for foreign exchange Factors affecting the market for foreign exchange Lctur 6: Th Forign xchang Markt xchang Rats in th long run CON 34 Mony and Banking Profssor Yamin Ahmad xchang Rats in th Short Run Intrst Parity Big Concpts Long run: Law of on pric Purchasing Powr Parity

More information

by John Donald, Lecturer, School of Accounting, Economics and Finance, Deakin University, Australia

by John Donald, Lecturer, School of Accounting, Economics and Finance, Deakin University, Australia Studnt Nots Cost Volum Profit Analysis by John Donald, Lcturr, School of Accounting, Economics and Financ, Dakin Univrsity, Australia As mntiond in th last st of Studnt Nots, th ability to catgoris costs

More information

AP Calculus AB 2008 Scoring Guidelines

AP Calculus AB 2008 Scoring Guidelines AP Calculus AB 8 Scoring Guidlins Th Collg Board: Conncting Studnts to Collg Succss Th Collg Board is a not-for-profit mmbrship association whos mission is to connct studnts to collg succss and opportunity.

More information

Upper Bounding the Price of Anarchy in Atomic Splittable Selfish Routing

Upper Bounding the Price of Anarchy in Atomic Splittable Selfish Routing Uppr Bounding th Pric of Anarchy in Atomic Splittabl Slfish Routing Kamyar Khodamoradi 1, Mhrdad Mahdavi, and Mohammad Ghodsi 3 1 Sharif Univrsity of Tchnology, Thran, Iran, [email protected] Sharif

More information

Who uses our services? We have a growing customer base. with institutions all around the globe.

Who uses our services? We have a growing customer base. with institutions all around the globe. not taking xpr Srvic Guid 2013 / 2014 NTE i an affordabl option for audio to txt convrion. Our rvic includ not or dirct trancription rvic from prviouly rcordd audio fil. Our rvic appal pcially to tudnt

More information

Taking DCOP to the Real World: Efficient Complete Solutions for Distributed Multi-Event Scheduling

Taking DCOP to the Real World: Efficient Complete Solutions for Distributed Multi-Event Scheduling Taig DCOP to the Real World: Efficiet Complete Solutios for Distributed Multi-Evet Schedulig Rajiv T. Maheswara, Milid Tambe, Emma Bowrig, Joatha P. Pearce, ad Pradeep araatham Uiversity of Souther Califoria

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

Online school frequency and time service of high precision clock based on the generalized regression model of GPS

Online school frequency and time service of high precision clock based on the generalized regression model of GPS COMPUER MODELLING & NEW ECHNOLOGIES 2014 18(12C) 710-714 Oli school frqucy ad tim srvic of high prcisio cloc basd o th gralizd rgrssio modl of GPS Abstract Jiazhu Zhg, Yhmi Gao Najig Forstry Uivrsity,

More information

Factorials! Stirling s formula

Factorials! Stirling s formula Author s not: This articl may us idas you havn t larnd yt, and might sm ovrly complicatd. It is not. Undrstanding Stirling s formula is not for th faint of hart, and rquirs concntrating on a sustaind mathmatical

More information

Expert-Mediated Search

Expert-Mediated Search Exprt-Mdiatd Sarch Mnal Chhabra Rnsslar Polytchnic Inst. Dpt. of Computr Scinc Troy, NY, USA [email protected] Sanmay Das Rnsslar Polytchnic Inst. Dpt. of Computr Scinc Troy, NY, USA [email protected] David

More information

Budget Optimization in Search-Based Advertising Auctions

Budget Optimization in Search-Based Advertising Auctions Budgt Optimization in Sarch-Basd Advrtising Auctions ABSTRACT Jon Fldman Googl, Inc. Nw York, NY [email protected] Martin Pál Googl, Inc. Nw York, NY [email protected] Intrnt sarch companis sll advrtismnt

More information

Rural and Remote Broadband Access: Issues and Solutions in Australia

Rural and Remote Broadband Access: Issues and Solutions in Australia Rural and Rmot Broadband Accss: Issus and Solutions in Australia Dr Tony Warrn Group Managr Rgulatory Stratgy Tlstra Corp Pag 1 Tlstra in confidnc Ovrviw Australia s gographical siz and population dnsity

More information

THE EFFECT OF GROUND SETTLEMENTS ON THE AXIAL RESPONSE OF PILES: SOME CLOSED FORM SOLUTIONS CUED/D-SOILS/TR 341 (Aug 2005) By A. Klar and K.

THE EFFECT OF GROUND SETTLEMENTS ON THE AXIAL RESPONSE OF PILES: SOME CLOSED FORM SOLUTIONS CUED/D-SOILS/TR 341 (Aug 2005) By A. Klar and K. THE EFFECT OF GROUND SETTEMENTS ON THE AXIA RESPONSE OF PIES: SOME COSED FORM SOUTIONS CUED/D-SOIS/TR 4 Aug 5 By A. Klr d K. Sog Klr d Sog "Th Effct of Groud Displcmt o Axil Rspos of Pils: Som Closd Form

More information

Lecture 3: Diffusion: Fick s first law

Lecture 3: Diffusion: Fick s first law Lctur 3: Diffusion: Fick s first law Today s topics What is diffusion? What drivs diffusion to occur? Undrstand why diffusion can surprisingly occur against th concntration gradint? Larn how to dduc th

More information

MAXIMAL CHAINS IN THE TURING DEGREES

MAXIMAL CHAINS IN THE TURING DEGREES MAXIMAL CHAINS IN THE TURING DEGREES C. T. CHONG AND LIANG YU Abstract. W study th problm of xistnc of maximal chains in th Turing dgrs. W show that:. ZF + DC+ Thr xists no maximal chain in th Turing dgrs

More information

B-285141. April 21, 2000. The Honorable Charles B. Rangel Ranking Minority Member Committee on Ways and Means House of Representatives

B-285141. April 21, 2000. The Honorable Charles B. Rangel Ranking Minority Member Committee on Ways and Means House of Representatives Unit Stats Gnral Accounting Offic Washington, DC 20548 Halth, Eucation, an Human Srvics Division B-285141 April 21, 2000 Th Honorabl Charls B. Rangl Ranking Minority Mmbr Committ on Ways an Mans Hous of

More information

Parallel and Distributed Programming. Performance Metrics

Parallel and Distributed Programming. Performance Metrics Paralll and Distributd Programming Prformanc! wo main goals to b achivd with th dsign of aralll alications ar:! Prformanc: th caacity to rduc th tim to solv th roblm whn th comuting rsourcs incras;! Scalability:

More information

Running Time ( 3.1) Analysis of Algorithms. Experimental Studies ( 3.1.1) Limitations of Experiments. Pseudocode ( 3.1.2) Theoretical Analysis

Running Time ( 3.1) Analysis of Algorithms. Experimental Studies ( 3.1.1) Limitations of Experiments. Pseudocode ( 3.1.2) Theoretical Analysis Ruig Time ( 3.) Aalysis of Algorithms Iput Algorithm Output A algorithm is a step-by-step procedure for solvig a problem i a fiite amout of time. Most algorithms trasform iput objects ito output objects.

More information

(Analytic Formula for the European Normal Black Scholes Formula)

(Analytic Formula for the European Normal Black Scholes Formula) (Analytic Formula for th Europan Normal Black Schols Formula) by Kazuhiro Iwasawa Dcmbr 2, 2001 In this short summary papr, a brif summary of Black Schols typ formula for Normal modl will b givn. Usually

More information

Traffic Flow Analysis (2)

Traffic Flow Analysis (2) Traffic Flow Analysis () Statistical Proprtis. Flow rat distributions. Hadway distributions. Spd distributions by Dr. Gang-Ln Chang, Profssor Dirctor of Traffic safty and Oprations Lab. Univrsity of Maryland,

More information

WHEN IS THE (CO)SINE OF A RATIONAL ANGLE EQUAL TO A RATIONAL NUMBER?

WHEN IS THE (CO)SINE OF A RATIONAL ANGLE EQUAL TO A RATIONAL NUMBER? WHEN IS THE (CO)SINE OF A RATIONAL ANGLE EQUAL TO A RATIONAL NUMBER? JÖRG JAHNEL 1. My Motivatio Some Sort of a Itroductio Last term I tought Topological Groups at the Göttige Georg August Uiversity. This

More information

FACULTY SALARIES FALL 2004. NKU CUPA Data Compared To Published National Data

FACULTY SALARIES FALL 2004. NKU CUPA Data Compared To Published National Data FACULTY SALARIES FALL 2004 NKU CUPA Data Compard To Publishd National Data May 2005 Fall 2004 NKU Faculty Salaris Compard To Fall 2004 Publishd CUPA Data In th fall 2004 Northrn Kntucky Univrsity was among

More information

Medicaid Eligibility in Michigan: 40 Ways

Medicaid Eligibility in Michigan: 40 Ways C E N T E R F O R H E A LT H C A R E R E S E A R C H & T R A N S F O R M AT I O N Policy Papr July 2012 Mdicaid Eligibility i Michiga: 40 Ways 503 id 1 U Pla F irst! hil d k Wor aivr Childr s W N wb to

More information

Convexity, Inequalities, and Norms

Convexity, Inequalities, and Norms Covexity, Iequalities, ad Norms Covex Fuctios You are probably familiar with the otio of cocavity of fuctios. Give a twicedifferetiable fuctio ϕ: R R, We say that ϕ is covex (or cocave up) if ϕ (x) 0 for

More information

Chapter 5 O A Cojecture Of Erdíos Proceedigs NCUR VIII è1994è, Vol II, pp 794í798 Jeærey F Gold Departmet of Mathematics, Departmet of Physics Uiversity of Utah Do H Tucker Departmet of Mathematics Uiversity

More information

1. Online Event Registration 2. Event Marketing 3. Automated Event Progress Reports 4. Web based Point of Sale Terminal 5. Email Marketing System

1. Online Event Registration 2. Event Marketing 3. Automated Event Progress Reports 4. Web based Point of Sale Terminal 5. Email Marketing System 2 t v E S d Ivit 3 M o it o r ro la 1 r g 1 Oli Evt Rgitratio 2 Evt Marktig 3 Automatd Evt rogr Rport 4 Wb bad oit of Sal Trmial 5 Email Marktig Sytm ag 1 of 6 Copyright 2004-2011 myvillag oli Evt Maagmt

More information

SPECIAL VOWEL SOUNDS

SPECIAL VOWEL SOUNDS SPECIAL VOWEL SOUNDS Plas consult th appropriat supplmnt for th corrsponding computr softwar lsson. Rfr to th 42 Sounds Postr for ach of th Spcial Vowl Sounds. TEACHER INFORMATION: Spcial Vowl Sounds (SVS)

More information

Chapter 4. Adaptive Filter Theory and Applications

Chapter 4. Adaptive Filter Theory and Applications Chaptr 4 Adaptiv Filtr hory ad Applicatios frcs: B.Widro ad M..Hoff, Adaptiv sitchig circuits, Proc. Of WSCON Cov. c., part 4, pp.96-4, 96 B.Widro ad S.D.Stars, Adaptiv Sigal Procssig, Prtic-Hall, 985

More information

http://www.wwnorton.com/chemistry/tutorials/ch14.htm Repulsive Force

http://www.wwnorton.com/chemistry/tutorials/ch14.htm Repulsive Force ctivation nrgis http://www.wwnorton.com/chmistry/tutorials/ch14.htm (back to collision thory...) Potntial and Kintic nrgy during a collision + + ngativly chargd lctron cloud Rpulsiv Forc ngativly chargd

More information

Entity-Relationship Model

Entity-Relationship Model Entity-Rlationship Modl Kuang-hua Chn Dpartmnt of Library and Information Scinc National Taiwan Univrsity A Company Databas Kps track of a company s mploys, dpartmnts and projcts Aftr th rquirmnts collction

More information

Category 7: Employee Commuting

Category 7: Employee Commuting 7 Catgory 7: Employ Commuting Catgory dscription This catgory includs missions from th transportation of mploys 4 btwn thir homs and thir worksits. Emissions from mploy commuting may aris from: Automobil

More information

CLOUD COMPUTING BUSINESS MODELS

CLOUD COMPUTING BUSINESS MODELS da MODLS Atlir d l iova CLOUD COMPUTING MODLS Chair coomi d l iova - Mourad Zroukhi C d chrch Écoomi t Maagmt Uivrsité d Chair coomi d l iova - da MODLS AGNDA Cloud Computig : What is it? Cloud Dploymt

More information

5.3. Generalized Permutations and Combinations

5.3. Generalized Permutations and Combinations 53 GENERALIZED PERMUTATIONS AND COMBINATIONS 73 53 Geeralized Permutatios ad Combiatios 53 Permutatios with Repeated Elemets Assume that we have a alphabet with letters ad we wat to write all possible

More information

Mathematics. Mathematics 3. hsn.uk.net. Higher HSN23000

Mathematics. Mathematics 3. hsn.uk.net. Higher HSN23000 hsn uknt Highr Mathmatics UNIT Mathmatics HSN000 This documnt was producd spcially for th HSNuknt wbsit, and w rquir that any copis or drivativ works attribut th work to Highr Still Nots For mor dtails

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

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

Vector Network Analyzer

Vector Network Analyzer Cours on Microwav Masurmnts Vctor Ntwork Analyzr Prof. Luca Prrgrini Dpt. of Elctrical, Computr and Biomdical Enginring Univrsity of Pavia -mail: [email protected] wb: microwav.unipv.it Microwav Masurmnts

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

AP Calculus BC 2003 Scoring Guidelines Form B

AP Calculus BC 2003 Scoring Guidelines Form B AP Calculus BC Scorig Guidelies Form B The materials icluded i these files are iteded for use by AP teachers for course ad exam preparatio; permissio for ay other use must be sought from the Advaced Placemet

More information

THE ABRACADABRA PROBLEM

THE ABRACADABRA PROBLEM THE ABRACADABRA PROBLEM FRANCESCO CARAVENNA Abstract. We preset a detailed solutio of Exercise E0.6 i [Wil9]: i a radom sequece of letters, draw idepedetly ad uiformly from the Eglish alphabet, the expected

More information

Cloud and Big Data Summer School, Stockholm, Aug., 2015 Jeffrey D. Ullman

Cloud and Big Data Summer School, Stockholm, Aug., 2015 Jeffrey D. Ullman Cloud and Big Data Summr Scool, Stockolm, Aug., 2015 Jffry D. Ullman Givn a st of points, wit a notion of distanc btwn points, group t points into som numbr of clustrs, so tat mmbrs of a clustr ar clos

More information

C H A P T E R 1 Writing Reports with SAS

C H A P T E R 1 Writing Reports with SAS C H A P T E R 1 Writing Rports with SAS Prsnting information in a way that s undrstood by th audinc is fundamntally important to anyon s job. Onc you collct your data and undrstand its structur, you nd

More information

A Portfolio Risk Management Perspective of Outsourcing

A Portfolio Risk Management Perspective of Outsourcing A Portolio Risk Maagt Prsptiv o Outsourig Todd Littl, Ladark Graphis O o th hallgig issus with outsourig, partiularly wh lookig to oshor providrs, is dtriig whih projts to outsour ad how to bala a ovrall

More information

Logo Design/Development 1-on-1

Logo Design/Development 1-on-1 Logo Dsign/Dvlopmnt 1-on-1 If your company is looking to mak an imprssion and grow in th marktplac, you ll nd a logo. Fortunatly, a good graphic dsignr can crat on for you. Whil th pric tags for thos famous

More information

Lecture notes: 160B revised 9/28/06 Lecture 1: Exchange Rates and the Foreign Exchange Market FT chapter 13

Lecture notes: 160B revised 9/28/06 Lecture 1: Exchange Rates and the Foreign Exchange Market FT chapter 13 Lctur nots: 160B rvisd 9/28/06 Lctur 1: xchang Rats and th Forign xchang Markt FT chaptr 13 Topics: xchang Rats Forign xchang markt Asst approach to xchang rats Intrst Rat Parity Conditions 1) Dfinitions

More information

Magic Message Maker Amaze your customers with this Gift of Caring communication piece

Magic Message Maker Amaze your customers with this Gift of Caring communication piece Magic Mssag Makr maz your customrs with this Gift of aring communication pic Girls larn th powr and impact of crativ markting with this attntion grabbing communication pic that will hlp thm o a World of

More information

Department of Natural Resources

Department of Natural Resources Dpartt o Natura Rsourcs DIVISION OF AGRICULTURE Northr Rio Oic 1648 S. Cusha St. #201 Fairbas, Aasa 99701-6206 Mai: 907.328.190 Far to Schoo Cha Ectroic Appicatio Istructios 1. Pas i out th ctroic survy

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

A Note on Approximating. the Normal Distribution Function

A Note on Approximating. the Normal Distribution Function Applid Mathmatical Scincs, Vol, 00, no 9, 45-49 A Not on Approimating th Normal Distribution Function K M Aludaat and M T Alodat Dpartmnt of Statistics Yarmouk Univrsity, Jordan Aludaatkm@hotmailcom and

More information

Lecture 2: Karger s Min Cut Algorithm

Lecture 2: Karger s Min Cut Algorithm priceto uiv. F 3 cos 5: Advaced Algorithm Desig Lecture : Karger s Mi Cut Algorithm Lecturer: Sajeev Arora Scribe:Sajeev Today s topic is simple but gorgeous: Karger s mi cut algorithm ad its extesio.

More information

Cooley-Tukey. Tukey FFT Algorithms. FFT Algorithms. Cooley

Cooley-Tukey. Tukey FFT Algorithms. FFT Algorithms. Cooley Cooley Cooley-Tuey Tuey FFT Algorithms FFT Algorithms Cosider a legth- sequece x[ with a -poit DFT X[ where Represet the idices ad as +, +, Cooley Cooley-Tuey Tuey FFT Algorithms FFT Algorithms Usig these

More information

A Theoretical Model of Public Response to the Homeland Security Advisory System

A Theoretical Model of Public Response to the Homeland Security Advisory System A Thortical Modl of Public Rspons to th Homland Scurity Advisory Systm Amy (Wnxuan) Ding Dpartmnt of Information and Dcision Scincs Univrsity of Illinois Chicago, IL 60607 wxding@uicdu Using a diffrntial

More information

Lecture 4: Cauchy sequences, Bolzano-Weierstrass, and the Squeeze theorem

Lecture 4: Cauchy sequences, Bolzano-Weierstrass, and the Squeeze theorem Lecture 4: Cauchy sequeces, Bolzao-Weierstrass, ad the Squeeze theorem The purpose of this lecture is more modest tha the previous oes. It is to state certai coditios uder which we are guarateed that limits

More information

AP Calculus AB 2006 Scoring Guidelines Form B

AP Calculus AB 2006 Scoring Guidelines Form B AP Calculus AB 6 Scorig Guidelies Form B The College Board: Coectig Studets to College Success The College Board is a ot-for-profit membership associatio whose missio is to coect studets to college success

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

Chapter 5: Inner Product Spaces

Chapter 5: Inner Product Spaces Chapter 5: Ier Product Spaces Chapter 5: Ier Product Spaces SECION A Itroductio to Ier Product Spaces By the ed of this sectio you will be able to uderstad what is meat by a ier product space give examples

More information

PERFORMANCE EVALUATION ON THIN-WHITETOPPING

PERFORMANCE EVALUATION ON THIN-WHITETOPPING IJRET: Itratioal Joural of Rsarch i Egirig a Tchology ISSN: 2319-1163 pissn: 2321-7308 PERFORMANCE EVALUATION ON THIN-WHITETOPPING BN Skaa kumar 1, Suhas R 2, Bhava V 3 1 Assistat profssor, Civil girig

More information

1. MATHEMATICAL INDUCTION

1. MATHEMATICAL INDUCTION 1. MATHEMATICAL INDUCTION EXAMPLE 1: Prove that for ay iteger 1. Proof: 1 + 2 + 3 +... + ( + 1 2 (1.1 STEP 1: For 1 (1.1 is true, sice 1 1(1 + 1. 2 STEP 2: Suppose (1.1 is true for some k 1, that is 1

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

EFFECT OF GEOMETRICAL PARAMETERS ON HEAT TRANSFER PERFORMACE OF RECTANGULAR CIRCUMFERENTIAL FINS

EFFECT OF GEOMETRICAL PARAMETERS ON HEAT TRANSFER PERFORMACE OF RECTANGULAR CIRCUMFERENTIAL FINS 25 Vol. 3 () January-March, pp.37-5/tripathi EFFECT OF GEOMETRICAL PARAMETERS ON HEAT TRANSFER PERFORMACE OF RECTANGULAR CIRCUMFERENTIAL FINS *Shilpa Tripathi Dpartmnt of Chmical Enginring, Indor Institut

More information

Elementary Theory of Russian Roulette

Elementary Theory of Russian Roulette Elemetary Theory of Russia Roulette -iterestig patters of fractios- Satoshi Hashiba Daisuke Miematsu Ryohei Miyadera Itroductio. Today we are goig to study mathematical theory of Russia roulette. If some

More information

Intermediate Macroeconomic Theory / Macroeconomic Analysis (ECON 3560/5040) Final Exam (Answers)

Intermediate Macroeconomic Theory / Macroeconomic Analysis (ECON 3560/5040) Final Exam (Answers) Intrmdiat Macroconomic Thory / Macroconomic Analysis (ECON 3560/5040) Final Exam (Answrs) Part A (5 points) Stat whthr you think ach of th following qustions is tru (T), fals (F), or uncrtain (U) and brifly

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

STRONGEST IRELAND SERIOUS ILLNESS PLAN. The. LifeProtect. Market Comparison. 19% more Heart Attack and 17% more Stroke claims.

STRONGEST IRELAND SERIOUS ILLNESS PLAN. The. LifeProtect. Market Comparison. 19% more Heart Attack and 17% more Stroke claims. LifProtct Markt Compariso Th STRONGEST SERIOUS ILLNESS PLAN IN IRELAND simplifid dfiitios will rsult i us payig out up to 19% mor Hart Attack ad 17% mor Strok claims. Sourc: Risurr Rsarch, Ju 2014 For

More information