College of William & Mary Department of Computer Science

Size: px
Start display at page:

Download "College of William & Mary Department of Computer Science"

Transcription

1 1 Techncal Repor WM-CS College of Wllam & Mary Deparmen of Compuer Scence WM-CS Onlne Vecor Schedulng and Generalzed Load Balancng Xaojun Zhu, Qun L, Wezhen Mao, Guha Chen March 5, 2012

2 Onlne Vecor Schedulng and Generalzed Load Balancng Xaojun Zhu, Qun L, Wezhen Mao and Guha Chen Sae Key Laboraory for Novel Sofware Technology, Nanjng Unversy, Nanjng, P. R. Chna Deparmen of Compuer Scence, he College of Wllam and Mary, Wllamsburg, VA, USA Emal: Absrac We gve an approxmaon-preservng reducon from vecor schedulng problem (VS) o generalzed load balancng problem (GLB). The reducon brdges exsng resuls of he wo problems. Specfcally, he hardness resul for VS holds also for GLB and any algorhm for GLB can be used o solve VS. Based on hs, we ge wo new resuls. Frs, GLB does no have consan approxmaon algorhms ha run n polynomal me unless P = NP. Second, here s an onlne algorhm (vecors comng n an onlne fashon) ha solves VS wh approxmaon bound e log(md), where e s he narual number, m s he number of parons and d s he dmenson of vecors. The algorhm s borrowed from GLB leraure and s very smple n ha each vecor only needs o mnmze he L ln(md) norm of he resulng load. However, s unclear wheher hs algorhm runs n polynomal me, due o he rraonal and non-neger naure of ln(md). We address hs ssue by roundng ln(md) o he nex neger. We prove ha he resulng algorhm runs n polynomal e log(e) ln(md)+1 me wh approxmaon bound e log(md) + whch s n O(ln(md)). Ths mproves he O(ln 2 d) bound of he exsng polynomal me algorhm for VS. I. INTRODUCTION Schedulng wh coss s a very well suded problem n combnaoral opmzaon. The radonal paradgm assumes sngle-cos scenaro: each job ncurs a sngle cos o he machne ha s assgned o. The load of a machne s he oal cos ncurred by he jobs serves. The objecve s o mnmze he makespan, he maxmum machne load. Vecor schedulng and generalzed load balancng exend he scenaro n dfferen drecons. Vecor schedulng assumes ha each job ncurs a vecor cos o he machne ha s assgned o. The load of a machne s defned as he maxmum cos among all dmensons. The objecve s o mnmze he makespan. Vecor schedulng s a mul-dmensonal generalzaon of he radonal paradgm. I fnds applcaon n mul-dmensonal resource schedulng n parallel query opmzaon [1], where s no suable o represen dfferen requess (such as CPU, memory, nework resource, ec.) as a sngle scalar. To solve vecor schedulng, here are hree approxmaon soluons [1]. Two of hem are deermnsc algorhms based on derandomzaon of a randomzed algorhm, wh one provdng O(ln 2 d) approxmaon 1, where d s he dmenson The work was done when he frs auhor was vsng he College of Wllam and Mary. 1 In hs paper, e denoes he naural number, ln( ) denoes he naural logarhm, and log( ) denoes he logarhm base 2. of vecors, and he oher provdng O(ln d) approxmaon wh runnng me polynomal n n d, where n s he number of vecors. The hrd algorhm s a randomzed algorhm, whch assgns each vecor o a unformly and randomly chosen paron. I gves O(ln dm/ ln ln dm) approxmaon wh hgh probably, where m s he number of parons (servers). For fxed d, here exss a polynomal me approxmaon scheme (PTAS) [1]. A PTAS has also been proposed for a wde class of cos funcons (raher han max) [2]. Generalzed load balancng s recenly nroduced o model he effec of wreless nerference [3][4]. Each job ncurs coss o all machnes, no maer whch machne s assgned o. The exac cos ncurred by a job o a specfc machne s dependen on whch machne he job s assgned o. The load of a machne s he oal cos ncurred by all he jobs, nsead of jus he jobs serves. Ths model s well sued for wreless ransmsson, snce, n wreless nework, a user may nfluence all APs n s ransmsson range due o he broadcas naure of wreless sgnal. To solve he generalzed load balancng problem, he curren soluon s an onlne algorhm, adaped from he recen progress n onlne schedulng on radonal model [5]. The soluon, hough provdes good approxmaon, s raher smple: each job selecs he machne o mnmze he L norm of he resulng loads a all machnes where s a parameer. To avod confuson, we keep he wo erms job and machne unchanged for generalzed load balancng, whle refer o job and machne n he vecor schedulng model as vecor and paron respecvely. We make wo conrbuons. Frs, we presen an approach o encode any vecor schedulng nsance by an nsance of generalzed load balancng problem. Ths encodng mehod brngs he recen progress n generalzed load balancng no he vecor schedulng doman, and akes he hardness resul of vecor schedulng o generalzed load balancng problem. Second, he exsng soluon o GLB needs o compue he L ln l norm (l s he number of machnes), bu s unclear wheher hs norm can be compued n polynomal me. We elmnae hs uncerany by roundng ln l o he nex neger, guaraneeng polynomal runnng me. In addon, we prove ha he approxmaon loss due o roundng s small. We conclude hs secon by he followng wo defnons.

3 A. Vecor Schedulng We are gven posve negers n, d, m. There are a se V of n raonal and d-dmensonal vecors p 1, p 2,..., p n from [0, ) d. Denoe vecor p = (p 1,..., p d ). We need o paron he vecors n V no m ses A 1,..., A m. The problem s o fnd a paron o mnmze max 1 m A where A = j A p j s he sum of he vecors n A, and A s he nfny norm defned as he maxmum elemen n he vecor A. For he case m n, here s a rval opmal soluon ha assgns vecors o dsnc parons. Therefore, we only consder he case m < n. For ease of presenaon, we gve an equvalen neger program formulaon. Le x j be he ndcaor varable such ha x j = 1 f and only f vecor p s assgned o paron A j. Then A j x j p k 1 k d The vecor schedulng problem can be rewren as mn max x j,k x j p k subjec o x j = 1, j x j {0, 1}, B. Generalzed Load Balancng, j (VS) Ths formulaon frs appears n [4]. We reformulae wh slghly dfferen noaons. There are a se M of ndependen machnes, and a se J of jobs. If job s assgned o machne j, here s non-negave cos c jk o machne k. The load of a machne s defned as s oal cos. The problem s o fnd an assgnmen (or schedule) o mnmze he makespan, he maxmum load of all he machnes. Ths problem can be formally defned as follows. mn max x k x j c jk,j subjec o x j = 1, j x j {0, 1}, J J, j M (GLB) J M where x {0, 1} s he assgnmen marx wh elemens x j = 1 f and only f job s assgned o machne j. The wo consrans requre each job o be assgned o one machne. II. ENCODING VECTOR SCHEDULING BY GENERALIZED LOAD BALANCING We frs creae a GLB nsance for any VS nsance, hen prove her equvalence. A las, we dscuss he hardness of GLB and exend he VS model. A. Creang GLB Insances Comparng VS o GLB, we can fnd ha hey manly dffer n he subscrps of max and. Our consrucon s nspred by hs observaon. Gven as npu o VS he vecor se V and m parons, we consruc he GLB nsance as follows. We se he jobs J = V. For each paron A j and s k-h dmenson, we consruc a machne, denoed by he par (j, k). Thus, he consruced machne se M s {(j, k) j = 1, 2,..., m and k = 1, 2,..., d}. We refer o a machne as a par of ndces so ha we can map he machne back o s correspondng paron and dmenson easly. For a machne = (j, k) where M, we refer o he paron j as 1, and he dmenson k as 2,.e., = ( 1, 2 ). We can see ha here are oally d machnes ( ncluded) correspondng o he same paron as he machne. We denoe [] as he se of hese machnes,.e., [] = {(j, 1), (j, 2),..., (j, d)}, where j = 1. Among hese d machnes, we selec he frs one (j, 1) as he anchor machne, denoed by, such ha a vecor chooses paron A j n VS f and only f he correspondng job chooses n he new GLB problem. The ncurred cos c s of job o machne f chooses machne s s defned as p 2 f s = (1) c s = f s [] s (2) 0 f s / [] (3) where (1)(2) are for he suaon where s and correspond o he same paron. They force a job o selec only he anchor machnes. (3) s for he suaon where s and correspond o dfferen parons. In hs case, here s no load ncrease. The resulng GLB nsance s defned as VS-GLB: mn max x,s x sc s subjec o x s = 1, s x s {0, 1}, J J, s M (VS-GLB) To avod he confuson wh he general GLB problem, we nenonally use dfferen noaons x, s and. The noaon s kep snce s n 1-1 correspondence wh he vecors n VS. As an example, consder he case when d = 1. All vecors n VS have only one elemen, and here s only one machne n VS-GLB represenng a paron n VS. The objecve of VS becomes max j x jp 1. On he oher hand, he objecve of VS-GLB s max x c x p 1. Snce any machne corresponds o a dsnc paron A j, smply changng subscrps shows ha he wo problems are equvalen. For he case when d > 1, he proof s much nvolved, whch we delay o Secon II-B. Theorem 1. The consrucon of VS-GLB can be done n polynomal me.

4 Proof: An nsance of VS needs Ω(nd) bs. The consruced VS-GLB nsance has n jobs, md machnes and n(md) 2 coss. Snce m < n, all hree erms are polynomals n n and d. The heorem follows mmedaely. The followng heorem shows ha he consruced VS-GLB problem s equvalen o s correspondng VS problem. Le T be a posve consan. Theorem 2. There s a feasble soluon x o VS wh objecve value T f and only f here s a feasble soluon x o VS-GLB wh he same objecve value T. Ths heorem shows ha VS and s correspondng VS- GLB have he same opmal value. In addon, any c- approxmaon soluon o VS-GLB, afer ransformaon, s also a c-approxmaon soluon o VS, vce versa. We prove hs heorem n Secon II-B. I s worh menonng ha VS-GLB s a specal nsance of GLB. Snce VS-GLB s convered from VS, VS s a specal nsance of GLB, whch mples ha VS should have approxmaon algorhms a leas as good as GLB. Unforunaely, on he conrary, he leraure shows beer approxmaon algorhm for GLB han ha for VS. Hence, s worh applyng algorhms of GLB o VS. B. Proof of Equvalence We frs sudy he properes of feasble soluons o VS- GLB n Lemma 1 and Lemma 2, and hen prove Theorem 2. Lemma 1. Gven a feasble soluon x o VS-GLB yeldng objecve value T, for any J, we have 1) s s, x s = 0; 2) j such ha for s = (j, 1), x s = 1. Proof: For 1), suppose x s = 1 for some s wh s s. Then x s c ss = > T, conradcng wh max,s x sc s = T. For 2), snce s x s = 1, here exss some s such ha = 1. Due o 1), we mus have s = s. x s Lemma 2. Gven a machne, a job, and a feasble soluon x o VS-GLB yeldng objecve value T, we have s x s c s = x p 2. Proof: Recall ha [] = {( 1, 1), ( 1, 2),..., ( 1, d)}. We have x sc s = x sc s + x sc s s s [] s/ [] = s [] x sc s (4) = x c (5) = x p 2 (6) where (4) s due o (3), (5) s due o Lemma 1, and (6) s due o (1). Wh he wo lemmas, we can now prove he equvalence. Proof of Theorem 2: = Gven a feasble soluon x o VS, consruc a feasble soluon x o VS-GLB as follows. Se x s = x s 1 and all ohers o be 0. We frs show ha x s a feasble soluon o VS-GLB. Obvously, x s an neger assgnmen. We wll check ha s x s = 1. Observe ha x s = 0 f s s. We only need o consder m machnes (1, 1), (2, 1),..., (m, 1). Snce x s a feasble soluon o VS, hen for any V, here exss one and only one paron A j such ha x,j = 1. Our ransformaon ses x s = 1 where s = (j, 1). So s x s = 1. Second, we prove ha he objecve values of he wo feasble soluons are equal. max x sc s x sc s (7),s j,k s [] x c (8) x 1 p 2 x j p k, where (7) s due o ha c s = 0 f s / [], and (8) s due o our assgnmen of x ha x s = 0 f s s. = Gven x for VS-GLB, consruc x for VS as follows. Se x j = x s where s 1 = j. We show ha x s a feasble soluon o VS. Due o Lemma 1, for any, here exss one s such ha x s = 1 and s = s. Therefore, here exss one j such ha x j = 1. On he oher hand, here canno be wo js boh wh x j = 1, oherwse x s no a feasble soluon o VS-GLB. For he objecve value, we have max x j p k x 1 p 2 j,k =(j,k) x p 2 x sc s, (9) where (9) s due o Lemma 2. Ths complees our proof. C. Inapproxmably for GLB I has been proved ha no polynomal me algorhm can gve c-approxmaon soluon o VS for any c > 1 unless NP = ZP P [1]. Combnng hs resul wh Theorem 2, we have he followng heorem. Theorem 3. For any consan c > 1, here does no exs a polynomal me c-approxmaon algorhm for GLB, unless NP = ZP P. Proof: Snce VS-GLB s a specal nsance of GLB, any c-approxmaon algorhm for GLB can be used o oban c- approxmaon soluon o VS-GLB. By Theorem 2, any c- approxmaon soluon o VS-GLB s also a c-approxmaon soluon o he correspondng VS. Therefore, he approxmaon algorhm s also a c-approxmaon algorhm for VS, a conradcon.,s

5 We can oban a sronger resul by relaxng he assumpon N P ZP P o P N P. (I s a relaxaon because P ZP P N P.) Ths can be done by examnng he napproxmably proof for VS [1]. The napproxmably proof reles on he resul ha no polynomal me algorhm can approxmae chromac number o whn n 1 ɛ for any ɛ > 0 unless NP = ZP P. Recenly, has been proved ha no polynomal me algorhm can approxmae chromac number o whn n 1 ɛ for any ɛ > 0 unless P = NP [6]. Thus, we can change he assumpon NP ZP P o P NP safely. Theorem 4. For any consan c > 1, here does no exs a polynomal me c-approxmaon algorhm for GLB, unless P = NP. D. Exendng o generalzed VS Our consrucon of VS-GLB and proof can be easly exended o a general verson of vecor schedulng. In he curren VS defnon, all machnes (parons) are dencal so ha any job (vecor) ncurs he same vecor cos o all machnes. The machnes can be generalzed o be heerogeneous so ha each job ncurs a dfferen vecor cos o dfferen machnes. Formally, job ncurs vecor cos p (j) o machne j f s assgned o machne j. The formulaon and ransformaons can be slghly changed as follows. In he neger program formulaon of VS, change he objecve o max j,k x jp (j) k. Change p 2 n equaon (1) o be p (1) 2. For Lemma 2, change x p 2 o x p(1) 2. I can be verfed ha he proof of Theorem 2 s sll vald wh mnor modfcaons. The onlne algorhm adoped laer s also vald for hs general verson of vecor schedulng. For smplcy, we manly focus on he orgnal VS model. III. ONLINE ALGORITHM FOR VS Based on Theorem 2, we can solve VS by s correspondng VS-GLB. We revew he approxmaon algorhm [3] for GLB, and hen modfy o solve VS. Gven a GLB nsance and a posve number, he algorhm [3] consders jobs one by one (n an arbrary order) and assgns he curren job o a machne o mnmze he L norm 2 of he resulng load of all machnes. Specfcally, suppose jobs are numbered as 1, 2,..., n, he same as he consdered order. Suppose he load of machne k afer jobs 1, 2,..., 1 are assgned s l 1 k. Then job s assgned o he machne arg mn j ( k (l 1 k + c jk ) ) 1/. The above opmzaon problem can be solved by ryng each possble machne. Durng he opmzaon, he compuaon of he las sep of L norm, ( ) 1/, can be omed. In addon, because he algorhm does no requre he order of jobs and each job s assgned once, can be mplemened n an onlne fashon. Ths algorhm was orgnally proposed 2 L norm of a vecor x = (x 1, x 2,..., x ) s defned as ( x )1/. for he radonal load balancng problem [5], and recenly exended o he GLB problem [3]. The parameer conrols he approxmaon rao of he algorhm, as shown n he followng lemma. Lemma 3 ([5], [3]). Mnmzng L norm gves ln(2) l1/ approxmaon rao o solve GLB where l s he number of machnes. Seng = ln l yelds he bes approxmaon rao e log l. However, s unclear wheher he compuaon of L ln l can be done n polynomal me. We consder hs ssue laer. A. Adapng o VS To apply he above algorhm o VS, we can frs solve VS-GLB and ransform he soluon o VS. Ths process can be smplfed by omng he ransformaon beween VS and VS-GLB. Recall ha he algorhm s o assgn vecors one by one. Consder a vecor p n VS. To solve VS-GLB, hs vecor should choose a machne o mnmze he L norm of he resulng load. Due o he consrucon of VS-GLB, hs vecor can only choose from he anchor machnes, oherwse, he resulng L norm would be nfne (defnely no he opmal choce). Thus, hs s equvalen o pckng from he correspondng parons n VS. Afer he assgnmen of any number of vecors ha leads o parons A 1, A 2,..., A m, he L norm of he load of machnes n VS-GLB s, n fac, equal o f () (A 1,..., A m ) = ( A A m ) 1/ where A j = k A j p k Suppose he assgnmen of vecors p 1, p 2,..., p 1 leads o parons A 1, A 2,..., A m. Le f (),j be L norm of he resulng load f vecor p chooses paron A j,.e., f (),j = f () (A 1,..., A j {p },..., A m ). Then, accordng o he algorhm, vecor p should be assgned o he paron arg mn f (),j. j The procedure s descrbed n Algorhm 1. For each ncomng vecor, only needs o execue Lnes 5-9. Algorhm 1 wh = ln(md) s an e log(md) approxmaon algorhm o solve he correspondng VS-GLB. Thus, we have he followng resul due o Theorem 2. Lemma 4. Algorhm 1 wh = ln(md) s an e log(md) approxmaon algorhm o solve VS. However, s unclear wheher Algorhm 1 wh = ln(md) can ermnae whn polynomal me. The algorhm requres he compuaon of x ln(md) for some x. Frs, he number ln(md) s rraonal, hus canno be represened by.

6 Algorhm 1: Vecor Schedulng Inpu: m, he number of parons; d, he dmenson of each vecor; p 1, p 2,..., p n, he n vecors o be scheduled;, he norm Oupu: A 1,..., A m, he m parons 1 begn 2 for j from 1 o m do 3 A j ; 4 for from 1 o n do 5 f A j, A j = hen 6 A j A j {p }; 7 else 8 fnd j o mnmze f (),j ; 9 A j A j {p }; polynomal bs o acheve arbrary resoluon. Second, even hough we can approxmae by a raonal number wh accepable resoluon, he number x may sll be rraonal, where s he raonal approxmaon o. For example, when = 1.5, here are los of values of x such ha x 1.5 are rraonal. Though we can sll approxmae by a raonal number, s complcaed o heorecally analyze wheher he approxmaon rao sll holds and how he runnng me ncreases wh respec o raonal number approxmaon accuracy. Ths problem has no been addressed n leraure. Our soluon s o round ln(md) o he nex neger ln(md) and compue he L ln(md) norm. Ths guaranees polynomal runnng me, bu causes he loss of approxmaon rao. We show n he followng ha he loss s very small. B. Guaraneeng Polynomal Runnng Tme To deal wh he rraonal number ssue, we round ln(md) o he nex neger ln(md). In he followng, we analyze he resulng approxmaon rao. Theorem 5. Le l be he number of machnes. Mnmzng L ln l norm gves e log(l) + e log(e) ln l+1 approxmaon rao o solve GLB. Proof: Ths resul s obaned from Lemma 3 by performng calculus analyss. Le g(x) = x ln(2) l1/x. Consder he dervave of g, ( g (x) = l1/x 1 ln l ). ln 2 x For x ln l, holds ha g (x) 0 so ha he funcon g(x) s monooncally ncreasng. Snce ln(l) ln(l) ) ln(l) + 1, we have g( ln(l) ) g(ln l) g(ln l + 1) g(ln l). In addon, consder he wo pons (ln l, g(ln l)) and (ln l + 1, g(ln l + 1)). Due o Langrange s mean value heorem n calculus, here exss ξ [ln l, ln l + 1] such ha g(ln l + 1) g(ln l) = g (ξ). Snce ξ ln l, we have l 1/ξ e. Addonally, ( ξ ln l ) + 1, so 1 ln l ξ 1 ln l+1. Therefore, g (ξ) e ln(2) 1 ln l ξ. We have e log(e) ln l+1 g( ln l ) g(ln l) g(ln l + 1) g(ln l) e log(e) ln l + 1 Noe ha g(ln l) = e log(l). Ths complees our proof. Ths heorem holds for general GLB problem, such as he one consdered n [3] [5] and [4]. Of course, holds for VS- GLB as well. To have an nuon on he loss, we plo he wo approxmaon raos wh respec o he number of machnes n Fgure 1. We can see ha he loss s small. approxmaon rao before roundng afer roundng number of machnes Fg. 1. Approxmaon rao loss due o roundng. Before roundng, he approxmaon rao s y = e log(x) and becomes y = e log(x) + e log(e) ln(x)+1 afer roundng. We have he followng corollary due o Theorem 5. Corollary 1. Wh = ln(md), Algorhm 1 s an e log(md) + e log(e) ln(md)+1 approxmaon algorhm o VS, and runs n polynomal me. The polynomal runnng me can be shown by he followng analyss. We assume = ln(md) f no specfed. The man me consumng sep s o mnmze f (),j over j for gven. We can om he compuaon of he ouer 1/ power snce funcon x y s monoonc for x 0 and y > 0. In compung L norm, here s a basc operaon, he neger power of a number, a, where a s an elemen n any vecor A j. The nave approach, whch mulples a eravely, nvolves 1 mulplcaons. Ths can be mproved by ulzng paral mulplcaon resuls. For example, compung a 8 as ((a 2 ) 2 ) 2 only needs 3 mulplcaons. Generally, compung a requres log() +ν() 1 mulplcaons, where ν() s he number of 1s n he bnary represenaon of (Chaper n [7]). In he followng, we pu an upper bound 2 log o he number of mulplcaons needed o compue a. To compue f (),j for gven and j, needs d + m 1 addons (addng p o A j, suppose A j s mananed n each eraon) and 2md log() mulplcaons (md numbers, each needs o compue s power). To fnd he opmal j for gven, we need o compue f (),j for all j, and selec he opmal one by comparson. Ths procedure needs m(d + m 1)

7 addons, 2d log()m 2 mulplcaons, and m 1 comparsons. In summary, akes O(d log()m 2 ) me for one vecor. For he overall algorhm, akes O(d log()nm 2 ) me. The compuaons can be sped up by explong he problem srucure. The complexy can be reduced o O(d log()mn), droppng one m facor, as shown n he followng. C. Compuaon Speedup Towards VS-GLB, we have he followng lemma. Noe ha hs lemma does no hold for he general GLB problem. Lemma 5. For any j 1, j 2, holds ha f (),j 1 only f A j1 {p } Aj1 > Aj2 {p } > f (),j 2 Aj2 f and Proof: Addng A A m o boh sdes proves he lemma. Algorhm 2 shows he fnal desgn. For each paron A j, he algorhm manans wo varables, he vecor A j (µ j n he algorhm) and s norm A j (δ j n he algorhm). If here s no empy paron, hen each ncomng vecor searches over all parons o fnd he j o mnmze A j {p } A j (Lnes 12-24). As Lemma 5 shows, hs s equvalen o mnmze f (),j. For he runnng me, consder a new vecor ha canno fnd an empy paron. There are md addons (Lnes 13,16), 2md log() mulplcaons (Lnes 14,17), 2(m 1) subracons and m 1 comparsons (Lne 18). The domnang facor s md log(). Ths s for one vecor. For all n vecors, he runnng me s O(mnd log()), compared o O(m 2 nd log ) before speedup. Subsung = ln(md) no he formula yelds O(nmd ln ln(md)) runnng me, polynomal n he npu lengh (noe m < n). Ths analyss, ogeher wh Corollary 1 and Lemma 5, gves he followng heorem. Theorem 6. Algorhm 2 s an e log(md) + e log(e) ln(md)+1 approxmaon algorhm o VS. I runs n O(nmd ln ln(md)) me. I should be noed ha we rea mulplcaons as basc operaons n he above runnng me analyss. The runnng me wll be dfferen f we furher consder he complexy of compung mulplcaons. Mulplyng wo n-b negers akes me O(n 1.59 ) for a recursve algorhm (Chaper 5.5 n [8]). Applyng such analyss o Algorhm 2, however, requres he consderaon of he lengh of he bnary represenaon of each numerc value n he vecors, whch may be complcaed. Neverheless, s clear ha mulplcaons run n polynomal me n he npu lengh. Thus Algorhm 2 ermnaes ceranly n polynomal me. IV. CONCLUSION In hs work, we connec he vecor schedulng problem wh he generalzed load balancng problem, and oban new resuls by applyng exsng resuls o each oher. On one hand, we show ha generalzed load balancng does no adm consan approxmaon algorhms unless P = N P. On he oher hand, Algorhm 2: Sped-up Vecor Schedulng wh = ln(md) Inpu: m, he number of parons; d, he dmenson of each vecor; p 1, p 2,..., p n, he n vecors o be scheduled Oupu: A 1,..., A m, he m parons 1 begn 2 for j from 1 o m do 3 A j ; 4 µ j 0; // vecor A j 5 δ j 0 ; // scalar A j 6 for from 1 o n do 7 8 f A j, A j = hen A j A j {p }; 9 µ j p ; 10 δ j p ; 11 else 12 j mn 1; // paron ndex 13 µ mn µ 1 + p 1 ; 14 δ mn µ mn ; 15 for j from 2 o m do 16 µ µ j + p ; // vecor addon 17 δ µ ; 18 f δ mn δ jmn > δ δ j hen 19 j mn j; 20 µ mn µ; 21 δ mn δ; 22 µ jmn µ mn ; δ jmn δ mn ; A jmn A jmn {p }; we desgn a polynomal me algorhm for vecor schedulng by usng an exsng algorhm for GLB and modfyng o guaranee polynomal runnng me. The resulng algorhm has wo advanages. I can be performed n an onlne fashon, and provdes beer approxmaon bound o solve VS han exsng offlne polynomal me algorhm. Noe ha we round ln(md) o an neger o guaranee polynomal runnng me, whch causes a small approxmaon rao loss. I s unclear wheher compung L ln(md) norm drecly, whou roundng, can be done n polynomal me. REFERENCES [1] C. Chekur and S. Khanna, On muldmensonal packng problems, SIAM J. Compu., vol. 33, pp , Aprl [2] L. Epsen and T. Tassa, Vecor assgnmen problems: a general framework, J. Algorhms, Sepember [3] F. Xu, C. C. Tan, Q. L, G. Yan, and J. Wu, Desgnng a praccal access pon assocaon proocol, n Proceedngs of INFOCOM 10. [4] F. Xu, X. Zhu, C. C. Tan, Q. L, G. Yan, and W. Je, Smarassoc: Decenralzed access pon selecon algorhm o mprove hroughpu, under submsson. [5] I. Caraganns, Beer bounds for onlne load balancng on unrelaed machnes, n Proceedngs of SODA 08.

8 [6] D. Zuckerman, Lnear degree exracors and he napproxmably of max clque and chromac number, n Proceedngs of STOC 06. [7] D. E. Knuh, The ar of compuer programmng, volume 2 (2nd ed.): semnumercal algorhms. Addson-Wesley Longman Publshng Co., Inc., [8] J. Klenberg and E. Tardos, Algorhm Desgn. Addson-Wesley Longman Publshng Co., Inc., 2005.

( ) () we define the interaction representation by the unitary transformation () = ()

( ) () we define the interaction representation by the unitary transformation () = () Hgher Order Perurbaon Theory Mchael Fowler 3/7/6 The neracon Represenaon Recall ha n he frs par of hs course sequence, we dscussed he chrödnger and Hesenberg represenaons of quanum mechancs here n he chrödnger

More information

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS R&RATA # Vol.) 8, March FURTHER AALYSIS OF COFIDECE ITERVALS FOR LARGE CLIET/SERVER COMPUTER ETWORKS Vyacheslav Abramov School of Mahemacal Scences, Monash Unversy, Buldng 8, Level 4, Clayon Campus, Wellngon

More information

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!") i+1,q - [(!

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!) i+1,q - [(! ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL The frs hng o es n wo-way ANOVA: Is here neracon? "No neracon" means: The man effecs model would f. Ths n urn means: In he neracon plo (wh A on he horzonal

More information

Lecture 6: Learning for Control (Generalised Linear Regression)

Lecture 6: Learning for Control (Generalised Linear Regression) Lecure 6: Learnng for Conrol (Generalsed Lnear Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure 6: RLSC - Prof. Sehu Vjayakumar Lnear Regresson

More information

Chapter 6: AC Circuits

Chapter 6: AC Circuits Chaper 6: AC Crcus Chaper 6: Oulne Phasors and he AC Seady Sae AC Crcus A sable, lnear crcu operang n he seady sae wh snusodal excaon (.e., snusodal seady sae. Complee response forced response naural response.

More information

On One Analytic Method of. Constructing Program Controls

On One Analytic Method of. Constructing Program Controls Appled Mahemacal Scences, Vol. 9, 05, no. 8, 409-407 HIKARI Ld, www.m-hkar.com hp://dx.do.org/0.988/ams.05.54349 On One Analyc Mehod of Consrucng Program Conrols A. N. Kvko, S. V. Chsyakov and Yu. E. Balyna

More information

Tight results for Next Fit and Worst Fit with resource augmentation

Tight results for Next Fit and Worst Fit with resource augmentation Tgh resuls for Nex F and Wors F wh resource augmenaon Joan Boyar Leah Epsen Asaf Levn Asrac I s well known ha he wo smple algorhms for he classc n packng prolem, NF and WF oh have an approxmaon rao of

More information

Comparison of Differences between Power Means 1

Comparison of Differences between Power Means 1 In. Journal of Mah. Analyss, Vol. 7, 203, no., 5-55 Comparson of Dfferences beween Power Means Chang-An Tan, Guanghua Sh and Fe Zuo College of Mahemacs and Informaon Scence Henan Normal Unversy, 453007,

More information

GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS. Youngwoo Ahn and Kitae Kim

GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS. Youngwoo Ahn and Kitae Kim Korean J. Mah. 19 (2011), No. 3, pp. 263 272 GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS Youngwoo Ahn and Kae Km Absrac. In he paper [1], an explc correspondence beween ceran

More information

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005 Dynamc Team Decson Theory EECS 558 Proec Shruvandana Sharma and Davd Shuman December 0, 005 Oulne Inroducon o Team Decson Theory Decomposon of he Dynamc Team Decson Problem Equvalence of Sac and Dynamc

More information

Lecture VI Regression

Lecture VI Regression Lecure VI Regresson (Lnear Mehods for Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure VI: MLSC - Dr. Sehu Vjayakumar Lnear Regresson Model M

More information

DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL

DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL Sco Wsdom, John Hershey 2, Jonahan Le Roux 2, and Shnj Waanabe 2 Deparmen o Elecrcal Engneerng, Unversy o Washngon, Seale, WA, USA

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 0 Canoncal Transformaons (Chaper 9) Wha We Dd Las Tme Hamlon s Prncple n he Hamlonan formalsm Dervaon was smple δi δ Addonal end-pon consrans pq H( q, p, ) d 0 δ q ( ) δq ( ) δ

More information

Online Supplement for Dynamic Multi-Technology. Production-Inventory Problem with Emissions Trading

Online Supplement for Dynamic Multi-Technology. Production-Inventory Problem with Emissions Trading Onlne Supplemen for Dynamc Mul-Technology Producon-Invenory Problem wh Emssons Tradng by We Zhang Zhongsheng Hua Yu Xa and Baofeng Huo Proof of Lemma For any ( qr ) Θ s easy o verfy ha he lnear programmng

More information

TSS = SST + SSE An orthogonal partition of the total SS

TSS = SST + SSE An orthogonal partition of the total SS ANOVA: Topc 4. Orhogonal conrass [ST&D p. 183] H 0 : µ 1 = µ =... = µ H 1 : The mean of a leas one reamen group s dfferen To es hs hypohess, a basc ANOVA allocaes he varaon among reamen means (SST) equally

More information

John Geweke a and Gianni Amisano b a Departments of Economics and Statistics, University of Iowa, USA b European Central Bank, Frankfurt, Germany

John Geweke a and Gianni Amisano b a Departments of Economics and Statistics, University of Iowa, USA b European Central Bank, Frankfurt, Germany Herarchcal Markov Normal Mxure models wh Applcaons o Fnancal Asse Reurns Appendx: Proofs of Theorems and Condonal Poseror Dsrbuons John Geweke a and Gann Amsano b a Deparmens of Economcs and Sascs, Unversy

More information

CS286.2 Lecture 14: Quantum de Finetti Theorems II

CS286.2 Lecture 14: Quantum de Finetti Theorems II CS286.2 Lecure 14: Quanum de Fne Theorems II Scrbe: Mara Okounkova 1 Saemen of he heorem Recall he las saemen of he quanum de Fne heorem from he prevous lecure. Theorem 1 Quanum de Fne). Le ρ Dens C 2

More information

FTCS Solution to the Heat Equation

FTCS Solution to the Heat Equation FTCS Soluon o he Hea Equaon ME 448/548 Noes Gerald Reckenwald Porland Sae Unversy Deparmen of Mechancal Engneerng gerry@pdxedu ME 448/548: FTCS Soluon o he Hea Equaon Overvew Use he forward fne d erence

More information

Testing a new idea to solve the P = NP problem with mathematical induction

Testing a new idea to solve the P = NP problem with mathematical induction Tesng a new dea o solve he P = NP problem wh mahemacal nducon Bacground P and NP are wo classes (ses) of languages n Compuer Scence An open problem s wheher P = NP Ths paper ess a new dea o compare he

More information

Volatility Interpolation

Volatility Interpolation Volaly Inerpolaon Prelmnary Verson March 00 Jesper Andreasen and Bran Huge Danse Mares, Copenhagen wan.daddy@danseban.com brno@danseban.com Elecronc copy avalable a: hp://ssrn.com/absrac=69497 Inro Local

More information

How about the more general "linear" scalar functions of scalars (i.e., a 1st degree polynomial of the following form with a constant term )?

How about the more general linear scalar functions of scalars (i.e., a 1st degree polynomial of the following form with a constant term )? lmcd Lnear ransformaon of a vecor he deas presened here are que general hey go beyond he radonal mar-vecor ype seen n lnear algebra Furhermore, hey do no deal wh bass and are equally vald for any se of

More information

Variants of Pegasos. December 11, 2009

Variants of Pegasos. December 11, 2009 Inroducon Varans of Pegasos SooWoong Ryu bshboy@sanford.edu December, 009 Youngsoo Cho yc344@sanford.edu Developng a new SVM algorhm s ongong research opc. Among many exng SVM algorhms, we wll focus on

More information

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy Arcle Inernaonal Journal of Modern Mahemacal Scences, 4, (): - Inernaonal Journal of Modern Mahemacal Scences Journal homepage: www.modernscenfcpress.com/journals/jmms.aspx ISSN: 66-86X Florda, USA Approxmae

More information

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Journal of Appled Mahemacs and Compuaonal Mechancs 3, (), 45-5 HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Sansław Kukla, Urszula Sedlecka Insue of Mahemacs,

More information

Comb Filters. Comb Filters

Comb Filters. Comb Filters The smple flers dscussed so far are characered eher by a sngle passband and/or a sngle sopband There are applcaons where flers wh mulple passbands and sopbands are requred Thecomb fler s an example of

More information

An introduction to Support Vector Machine

An introduction to Support Vector Machine An nroducon o Suppor Vecor Machne 報告者 : 黃立德 References: Smon Haykn, "Neural Neworks: a comprehensve foundaon, second edon, 999, Chaper 2,6 Nello Chrsann, John Shawe-Tayer, An Inroducon o Suppor Vecor Machnes,

More information

Cubic Bezier Homotopy Function for Solving Exponential Equations

Cubic Bezier Homotopy Function for Solving Exponential Equations Penerb Journal of Advanced Research n Compung and Applcaons ISSN (onlne: 46-97 Vol. 4, No.. Pages -8, 6 omoopy Funcon for Solvng Eponenal Equaons S. S. Raml *,,. Mohamad Nor,a, N. S. Saharzan,b and M.

More information

Relative controllability of nonlinear systems with delays in control

Relative controllability of nonlinear systems with delays in control Relave conrollably o nonlnear sysems wh delays n conrol Jerzy Klamka Insue o Conrol Engneerng, Slesan Techncal Unversy, 44- Glwce, Poland. phone/ax : 48 32 37227, {jklamka}@a.polsl.glwce.pl Keywor: Conrollably.

More information

Single-loop System Reliability-Based Design & Topology Optimization (SRBDO/SRBTO): A Matrix-based System Reliability (MSR) Method

Single-loop System Reliability-Based Design & Topology Optimization (SRBDO/SRBTO): A Matrix-based System Reliability (MSR) Method 10 h US Naonal Congress on Compuaonal Mechancs Columbus, Oho 16-19, 2009 Sngle-loop Sysem Relably-Based Desgn & Topology Opmzaon (SRBDO/SRBTO): A Marx-based Sysem Relably (MSR) Mehod Tam Nguyen, Junho

More information

The preemptive resource-constrained project scheduling problem subject to due dates and preemption penalties: An integer programming approach

The preemptive resource-constrained project scheduling problem subject to due dates and preemption penalties: An integer programming approach Journal of Indusral Engneerng 1 (008) 35-39 The preempve resource-consraned projec schedulng problem subjec o due daes and preempon penales An neger programmng approach B. Afshar Nadjaf Deparmen of Indusral

More information

On computing differential transform of nonlinear non-autonomous functions and its applications

On computing differential transform of nonlinear non-autonomous functions and its applications On compung dfferenal ransform of nonlnear non-auonomous funcons and s applcaons Essam. R. El-Zahar, and Abdelhalm Ebad Deparmen of Mahemacs, Faculy of Scences and Humanes, Prnce Saam Bn Abdulazz Unversy,

More information

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 4

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 4 CS434a/54a: Paern Recognon Prof. Olga Veksler Lecure 4 Oulne Normal Random Varable Properes Dscrmnan funcons Why Normal Random Varables? Analycally racable Works well when observaon comes form a corruped

More information

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS THE PREICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS INTROUCTION The wo dmensonal paral dfferenal equaons of second order can be used for he smulaon of compeve envronmen n busness The arcle presens he

More information

Outline. Probabilistic Model Learning. Probabilistic Model Learning. Probabilistic Model for Time-series Data: Hidden Markov Model

Outline. Probabilistic Model Learning. Probabilistic Model Learning. Probabilistic Model for Time-series Data: Hidden Markov Model Probablsc Model for Tme-seres Daa: Hdden Markov Model Hrosh Mamsuka Bonformacs Cener Kyoo Unversy Oulne Three Problems for probablsc models n machne learnng. Compung lkelhood 2. Learnng 3. Parsng (predcon

More information

Li An-Ping. Beijing , P.R.China

Li An-Ping. Beijing , P.R.China A New Type of Cpher: DICING_csb L An-Png Bejng 100085, P.R.Chna apl0001@sna.com Absrac: In hs paper, we wll propose a new ype of cpher named DICING_csb, whch s derved from our prevous sream cpher DICING.

More information

Robust and Accurate Cancer Classification with Gene Expression Profiling

Robust and Accurate Cancer Classification with Gene Expression Profiling Robus and Accurae Cancer Classfcaon wh Gene Expresson Proflng (Compuaonal ysems Bology, 2005) Auhor: Hafeng L, Keshu Zhang, ao Jang Oulne Background LDA (lnear dscrmnan analyss) and small sample sze problem

More information

Robustness Experiments with Two Variance Components

Robustness Experiments with Two Variance Components Naonal Insue of Sandards and Technology (NIST) Informaon Technology Laboraory (ITL) Sascal Engneerng Dvson (SED) Robusness Expermens wh Two Varance Componens by Ana Ivelsse Avlés avles@ns.gov Conference

More information

Solution in semi infinite diffusion couples (error function analysis)

Solution in semi infinite diffusion couples (error function analysis) Soluon n sem nfne dffuson couples (error funcon analyss) Le us consder now he sem nfne dffuson couple of wo blocks wh concenraon of and I means ha, n a A- bnary sysem, s bondng beween wo blocks made of

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 9 Hamlonan Equaons of Moon (Chaper 8) Wha We Dd Las Tme Consruced Hamlonan formalsm H ( q, p, ) = q p L( q, q, ) H p = q H q = p H = L Equvalen o Lagrangan formalsm Smpler, bu

More information

Lecture 11 SVM cont

Lecture 11 SVM cont Lecure SVM con. 0 008 Wha we have done so far We have esalshed ha we wan o fnd a lnear decson oundary whose margn s he larges We know how o measure he margn of a lnear decson oundary Tha s: he mnmum geomerc

More information

. The geometric multiplicity is dim[ker( λi. number of linearly independent eigenvectors associated with this eigenvalue.

. The geometric multiplicity is dim[ker( λi. number of linearly independent eigenvectors associated with this eigenvalue. Lnear Algebra Lecure # Noes We connue wh he dscusson of egenvalues, egenvecors, and dagonalzably of marces We wan o know, n parcular wha condons wll assure ha a marx can be dagonalzed and wha he obsrucons

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 9 Hamlonan Equaons of Moon (Chaper 8) Wha We Dd Las Tme Consruced Hamlonan formalsm Hqp (,,) = qp Lqq (,,) H p = q H q = p H L = Equvalen o Lagrangan formalsm Smpler, bu wce as

More information

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5 TPG460 Reservor Smulaon 08 page of 5 DISCRETIZATIO OF THE FOW EQUATIOS As we already have seen, fne dfference appromaons of he paral dervaves appearng n he flow equaons may be obaned from Taylor seres

More information

A Tour of Modeling Techniques

A Tour of Modeling Techniques A Tour of Modelng Technques John Hooker Carnege Mellon Unversy EWO Semnar February 8 Slde Oulne Med neger lnear (MILP) modelng Dsuncve modelng Knapsack modelng Consran programmng models Inegraed Models

More information

CHAPTER 10: LINEAR DISCRIMINATION

CHAPTER 10: LINEAR DISCRIMINATION CHAPER : LINEAR DISCRIMINAION Dscrmnan-based Classfcaon 3 In classfcaon h K classes (C,C,, C k ) We defned dscrmnan funcon g j (), j=,,,k hen gven an es eample, e chose (predced) s class label as C f g

More information

. The geometric multiplicity is dim[ker( λi. A )], i.e. the number of linearly independent eigenvectors associated with this eigenvalue.

. The geometric multiplicity is dim[ker( λi. A )], i.e. the number of linearly independent eigenvectors associated with this eigenvalue. Mah E-b Lecure #0 Noes We connue wh he dscusson of egenvalues, egenvecors, and dagonalzably of marces We wan o know, n parcular wha condons wll assure ha a marx can be dagonalzed and wha he obsrucons are

More information

Efficient Asynchronous Channel Hopping Design for Cognitive Radio Networks

Efficient Asynchronous Channel Hopping Design for Cognitive Radio Networks Effcen Asynchronous Channel Hoppng Desgn for Cognve Rado Neworks Chh-Mn Chao, Chen-Yu Hsu, and Yun-ng Lng Absrac In a cognve rado nework (CRN), a necessary condon for nodes o communcae wh each oher s ha

More information

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation Global Journal of Pure and Appled Mahemacs. ISSN 973-768 Volume 4, Number 6 (8), pp. 89-87 Research Inda Publcaons hp://www.rpublcaon.com Exsence and Unqueness Resuls for Random Impulsve Inegro-Dfferenal

More information

Appendix H: Rarefaction and extrapolation of Hill numbers for incidence data

Appendix H: Rarefaction and extrapolation of Hill numbers for incidence data Anne Chao Ncholas J Goell C seh lzabeh L ander K Ma Rober K Colwell and Aaron M llson 03 Rarefacon and erapolaon wh ll numbers: a framewor for samplng and esmaon n speces dversy sudes cology Monographs

More information

Lecture 18: The Laplace Transform (See Sections and 14.7 in Boas)

Lecture 18: The Laplace Transform (See Sections and 14.7 in Boas) Lecure 8: The Lalace Transform (See Secons 88- and 47 n Boas) Recall ha our bg-cure goal s he analyss of he dfferenal equaon, ax bx cx F, where we emloy varous exansons for he drvng funcon F deendng on

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Lnear Response Theory: The connecon beween QFT and expermens 3.1. Basc conceps and deas Q: ow do we measure he conducvy of a meal? A: we frs nroduce a weak elecrc feld E, and hen measure

More information

EEL 6266 Power System Operation and Control. Chapter 5 Unit Commitment

EEL 6266 Power System Operation and Control. Chapter 5 Unit Commitment EEL 6266 Power Sysem Operaon and Conrol Chaper 5 Un Commmen Dynamc programmng chef advanage over enumeraon schemes s he reducon n he dmensonaly of he problem n a src prory order scheme, here are only N

More information

( t) Outline of program: BGC1: Survival and event history analysis Oslo, March-May Recapitulation. The additive regression model

( t) Outline of program: BGC1: Survival and event history analysis Oslo, March-May Recapitulation. The additive regression model BGC1: Survval and even hsory analyss Oslo, March-May 212 Monday May 7h and Tuesday May 8h The addve regresson model Ørnulf Borgan Deparmen of Mahemacs Unversy of Oslo Oulne of program: Recapulaon Counng

More information

Graduate Macroeconomics 2 Problem set 5. - Solutions

Graduate Macroeconomics 2 Problem set 5. - Solutions Graduae Macroeconomcs 2 Problem se. - Soluons Queson 1 To answer hs queson we need he frms frs order condons and he equaon ha deermnes he number of frms n equlbrum. The frms frs order condons are: F K

More information

Reactive Methods to Solve the Berth AllocationProblem with Stochastic Arrival and Handling Times

Reactive Methods to Solve the Berth AllocationProblem with Stochastic Arrival and Handling Times Reacve Mehods o Solve he Berh AllocaonProblem wh Sochasc Arrval and Handlng Tmes Nsh Umang* Mchel Berlare* * TRANSP-OR, Ecole Polyechnque Fédérale de Lausanne Frs Workshop on Large Scale Opmzaon November

More information

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s Ordnary Dfferenal Equaons n Neuroscence wh Malab eamples. Am - Gan undersandng of how o se up and solve ODE s Am Undersand how o se up an solve a smple eample of he Hebb rule n D Our goal a end of class

More information

( ) [ ] MAP Decision Rule

( ) [ ] MAP Decision Rule Announcemens Bayes Decson Theory wh Normal Dsrbuons HW0 due oday HW o be assgned soon Proec descrpon posed Bomercs CSE 90 Lecure 4 CSE90, Sprng 04 CSE90, Sprng 04 Key Probables 4 ω class label X feaure

More information

Dual Approximate Dynamic Programming for Large Scale Hydro Valleys

Dual Approximate Dynamic Programming for Large Scale Hydro Valleys Dual Approxmae Dynamc Programmng for Large Scale Hydro Valleys Perre Carpener and Jean-Phlppe Chanceler 1 ENSTA ParsTech and ENPC ParsTech CMM Workshop, January 2016 1 Jon work wh J.-C. Alas, suppored

More information

Advanced Macroeconomics II: Exchange economy

Advanced Macroeconomics II: Exchange economy Advanced Macroeconomcs II: Exchange economy Krzyszof Makarsk 1 Smple deermnsc dynamc model. 1.1 Inroducon Inroducon Smple deermnsc dynamc model. Defnons of equlbrum: Arrow-Debreu Sequenal Recursve Equvalence

More information

CHAPTER 5: MULTIVARIATE METHODS

CHAPTER 5: MULTIVARIATE METHODS CHAPER 5: MULIVARIAE MEHODS Mulvarae Daa 3 Mulple measuremens (sensors) npus/feaures/arbues: -varae N nsances/observaons/eamples Each row s an eample Each column represens a feaure X a b correspons o he

More information

Epistemic Game Theory: Online Appendix

Epistemic Game Theory: Online Appendix Epsemc Game Theory: Onlne Appendx Edde Dekel Lucano Pomao Marcano Snscalch July 18, 2014 Prelmnares Fx a fne ype srucure T I, S, T, β I and a probably µ S T. Le T µ I, S, T µ, βµ I be a ype srucure ha

More information

e-journal Reliability: Theory& Applications No 2 (Vol.2) Vyacheslav Abramov

e-journal Reliability: Theory& Applications No 2 (Vol.2) Vyacheslav Abramov June 7 e-ournal Relably: Theory& Applcaons No (Vol. CONFIDENCE INTERVALS ASSOCIATED WITH PERFORMANCE ANALYSIS OF SYMMETRIC LARGE CLOSED CLIENT/SERVER COMPUTER NETWORKS Absrac Vyacheslav Abramov School

More information

Should Exact Index Numbers have Standard Errors? Theory and Application to Asian Growth

Should Exact Index Numbers have Standard Errors? Theory and Application to Asian Growth Should Exac Index umbers have Sandard Errors? Theory and Applcaon o Asan Growh Rober C. Feensra Marshall B. Rensdorf ovember 003 Proof of Proposon APPEDIX () Frs, we wll derve he convenonal Sao-Vara prce

More information

Department of Economics University of Toronto

Department of Economics University of Toronto Deparmen of Economcs Unversy of Torono ECO408F M.A. Economercs Lecure Noes on Heeroskedascy Heeroskedascy o Ths lecure nvolves lookng a modfcaons we need o make o deal wh he regresson model when some of

More information

Time-interval analysis of β decay. V. Horvat and J. C. Hardy

Time-interval analysis of β decay. V. Horvat and J. C. Hardy Tme-nerval analyss of β decay V. Horva and J. C. Hardy Work on he even analyss of β decay [1] connued and resuled n he developmen of a novel mehod of bea-decay me-nerval analyss ha produces hghly accurae

More information

Multi-priority Online Scheduling with Cancellations

Multi-priority Online Scheduling with Cancellations Submed o Operaons Research manuscrp (Please, provde he manuscrp number!) Auhors are encouraged o subm new papers o INFORMS journals by means of a syle fle emplae, whch ncludes he journal le. However, use

More information

Operations Research Letters

Operations Research Letters Operaons Research Leers 39 (2011) 323 328 Conens lss avalable a ScVerse ScenceDrec Operaons Research Leers journal homepage: www.elsever.com/locae/orl Rank of Handelman herarchy for Max-Cu Myoung-Ju Park,

More information

Notes on the stability of dynamic systems and the use of Eigen Values.

Notes on the stability of dynamic systems and the use of Eigen Values. Noes on he sabl of dnamc ssems and he use of Egen Values. Source: Macro II course noes, Dr. Davd Bessler s Tme Seres course noes, zarads (999) Ineremporal Macroeconomcs chaper 4 & Techncal ppend, and Hamlon

More information

FI 3103 Quantum Physics

FI 3103 Quantum Physics /9/4 FI 33 Quanum Physcs Aleander A. Iskandar Physcs of Magnesm and Phooncs Research Grou Insu Teknolog Bandung Basc Conces n Quanum Physcs Probably and Eecaon Value Hesenberg Uncerany Prncle Wave Funcon

More information

A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION

A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION S19 A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION by Xaojun YANG a,b, Yugu YANG a*, Carlo CATTANI c, and Mngzheng ZHU b a Sae Key Laboraory for Geomechancs and Deep Underground Engneerng, Chna Unversy

More information

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair TECHNI Inernaonal Journal of Compung Scence Communcaon Technologes VOL.5 NO. July 22 (ISSN 974-3375 erformance nalyss for a Nework havng Sby edundan Un wh ang n epar Jendra Sngh 2 abns orwal 2 Deparmen

More information

Chapter Lagrangian Interpolation

Chapter Lagrangian Interpolation Chaper 5.4 agrangan Inerpolaon Afer readng hs chaper you should be able o:. dere agrangan mehod of nerpolaon. sole problems usng agrangan mehod of nerpolaon and. use agrangan nerpolans o fnd deraes and

More information

Fall 2010 Graduate Course on Dynamic Learning

Fall 2010 Graduate Course on Dynamic Learning Fall 200 Graduae Course on Dynamc Learnng Chaper 4: Parcle Flers Sepember 27, 200 Byoung-Tak Zhang School of Compuer Scence and Engneerng & Cognve Scence and Bran Scence Programs Seoul aonal Unversy hp://b.snu.ac.kr/~bzhang/

More information

Survival Analysis and Reliability. A Note on the Mean Residual Life Function of a Parallel System

Survival Analysis and Reliability. A Note on the Mean Residual Life Function of a Parallel System Communcaons n Sascs Theory and Mehods, 34: 475 484, 2005 Copyrgh Taylor & Francs, Inc. ISSN: 0361-0926 prn/1532-415x onlne DOI: 10.1081/STA-200047430 Survval Analyss and Relably A Noe on he Mean Resdual

More information

Math 128b Project. Jude Yuen

Math 128b Project. Jude Yuen Mah 8b Proec Jude Yuen . Inroducon Le { Z } be a sequence of observed ndependen vecor varables. If he elemens of Z have a on normal dsrbuon hen { Z } has a mean vecor Z and a varancecovarance marx z. Geomercally

More information

CH.3. COMPATIBILITY EQUATIONS. Continuum Mechanics Course (MMC) - ETSECCPB - UPC

CH.3. COMPATIBILITY EQUATIONS. Continuum Mechanics Course (MMC) - ETSECCPB - UPC CH.3. COMPATIBILITY EQUATIONS Connuum Mechancs Course (MMC) - ETSECCPB - UPC Overvew Compably Condons Compably Equaons of a Poenal Vecor Feld Compably Condons for Infnesmal Srans Inegraon of he Infnesmal

More information

P R = P 0. The system is shown on the next figure:

P R = P 0. The system is shown on the next figure: TPG460 Reservor Smulaon 08 page of INTRODUCTION TO RESERVOIR SIMULATION Analycal and numercal soluons of smple one-dmensonal, one-phase flow equaons As an nroducon o reservor smulaon, we wll revew he smples

More information

M. Y. Adamu Mathematical Sciences Programme, AbubakarTafawaBalewa University, Bauchi, Nigeria

M. Y. Adamu Mathematical Sciences Programme, AbubakarTafawaBalewa University, Bauchi, Nigeria IOSR Journal of Mahemacs (IOSR-JM e-issn: 78-578, p-issn: 9-765X. Volume 0, Issue 4 Ver. IV (Jul-Aug. 04, PP 40-44 Mulple SolonSoluons for a (+-dmensonalhroa-sasuma shallow waer wave equaon UsngPanlevé-Bӓclund

More information

On elements with index of the form 2 a 3 b in a parametric family of biquadratic elds

On elements with index of the form 2 a 3 b in a parametric family of biquadratic elds On elemens wh ndex of he form a 3 b n a paramerc famly of bquadrac elds Bora JadrevĆ Absrac In hs paper we gve some resuls abou prmve negral elemens p(c p n he famly of bcyclc bquadrac elds L c = Q ) c;

More information

Advanced Machine Learning & Perception

Advanced Machine Learning & Perception Advanced Machne Learnng & Percepon Insrucor: Tony Jebara SVM Feaure & Kernel Selecon SVM Eensons Feaure Selecon (Flerng and Wrappng) SVM Feaure Selecon SVM Kernel Selecon SVM Eensons Classfcaon Feaure/Kernel

More information

12d Model. Civil and Surveying Software. Drainage Analysis Module Detention/Retention Basins. Owen Thornton BE (Mech), 12d Model Programmer

12d Model. Civil and Surveying Software. Drainage Analysis Module Detention/Retention Basins. Owen Thornton BE (Mech), 12d Model Programmer d Model Cvl and Surveyng Soware Dranage Analyss Module Deenon/Reenon Basns Owen Thornon BE (Mech), d Model Programmer owen.hornon@d.com 4 January 007 Revsed: 04 Aprl 007 9 February 008 (8Cp) Ths documen

More information

Online Appendix for. Strategic safety stocks in supply chains with evolving forecasts

Online Appendix for. Strategic safety stocks in supply chains with evolving forecasts Onlne Appendx for Sraegc safey socs n supply chans wh evolvng forecass Tor Schoenmeyr Sephen C. Graves Opsolar, Inc. 332 Hunwood Avenue Hayward, CA 94544 A. P. Sloan School of Managemen Massachuses Insue

More information

Econ107 Applied Econometrics Topic 5: Specification: Choosing Independent Variables (Studenmund, Chapter 6)

Econ107 Applied Econometrics Topic 5: Specification: Choosing Independent Variables (Studenmund, Chapter 6) Econ7 Appled Economercs Topc 5: Specfcaon: Choosng Independen Varables (Sudenmund, Chaper 6 Specfcaon errors ha we wll deal wh: wrong ndependen varable; wrong funconal form. Ths lecure deals wh wrong ndependen

More information

APOC #232 Capacity Planning for Fault-Tolerant All-Optical Network

APOC #232 Capacity Planning for Fault-Tolerant All-Optical Network APOC #232 Capacy Plannng for Faul-Toleran All-Opcal Nework Mchael Kwok-Shng Ho and Kwok-wa Cheung Deparmen of Informaon ngneerng The Chnese Unversy of Hong Kong Shan, N.T., Hong Kong SAR, Chna -mal: kwcheung@e.cuhk.edu.hk

More information

Computational results on new staff scheduling benchmark instances

Computational results on new staff scheduling benchmark instances TECHNICAL REPORT Compuaonal resuls on new saff shedulng enhmark nsanes Tm Curos Rong Qu ASAP Researh Group Shool of Compuer Sene Unersy of Nongham NG8 1BB Nongham UK Frs pulshed onlne: 19-Sep-2014 las

More information

Bundling with Customer Self-Selection: A Simple Approach to Bundling Low Marginal Cost Goods On-Line Appendix

Bundling with Customer Self-Selection: A Simple Approach to Bundling Low Marginal Cost Goods On-Line Appendix Bundlng wh Cusomer Self-Selecon: A Smple Approach o Bundlng Low Margnal Cos Goods On-Lne Appendx Lorn M. H Unversy of Pennsylvana, Wharon School 57 Jon M. Hunsman Hall Phladelpha, PA 94 lh@wharon.upenn.edu

More information

CS 268: Packet Scheduling

CS 268: Packet Scheduling Pace Schedulng Decde when and wha pace o send on oupu ln - Usually mplemened a oupu nerface CS 68: Pace Schedulng flow Ion Soca March 9, 004 Classfer flow flow n Buffer managemen Scheduler soca@cs.bereley.edu

More information

Equalization on Graphs: Linear Programming and Message Passing

Equalization on Graphs: Linear Programming and Message Passing Equalzaon on Graphs: Lnear Programmng and Message Passng Mohammad H. Taghav and Paul H. Segel Cener for Magnec Recordng Research Unversy of Calforna, San Dego La Jolla, CA 92093-0401, USA Emal: (maghav,

More information

2/20/2013. EE 101 Midterm 2 Review

2/20/2013. EE 101 Midterm 2 Review //3 EE Mderm eew //3 Volage-mplfer Model The npu ressance s he equalen ressance see when lookng no he npu ermnals of he amplfer. o s he oupu ressance. I causes he oupu olage o decrease as he load ressance

More information

Panel Data Regression Models

Panel Data Regression Models Panel Daa Regresson Models Wha s Panel Daa? () Mulple dmensoned Dmensons, e.g., cross-secon and me node-o-node (c) Pongsa Pornchawseskul, Faculy of Economcs, Chulalongkorn Unversy (c) Pongsa Pornchawseskul,

More information

SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β

SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β SARAJEVO JOURNAL OF MATHEMATICS Vol.3 (15) (2007), 137 143 SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β M. A. K. BAIG AND RAYEES AHMAD DAR Absrac. In hs paper, we propose

More information

Density Matrix Description of NMR BCMB/CHEM 8190

Density Matrix Description of NMR BCMB/CHEM 8190 Densy Marx Descrpon of NMR BCMBCHEM 89 Operaors n Marx Noaon Alernae approach o second order specra: ask abou x magnezaon nsead of energes and ranson probables. If we say wh one bass se, properes vary

More information

Computing Relevance, Similarity: The Vector Space Model

Computing Relevance, Similarity: The Vector Space Model Compung Relevance, Smlary: The Vecor Space Model Based on Larson and Hears s sldes a UC-Bereley hp://.sms.bereley.edu/courses/s0/f00/ aabase Managemen Sysems, R. Ramarshnan ocumen Vecors v ocumens are

More information

Solving the multi-period fixed cost transportation problem using LINGO solver

Solving the multi-period fixed cost transportation problem using LINGO solver Inernaonal Journal of Pure and Appled Mahemacs Volume 119 No. 12 2018, 2151-2157 ISSN: 1314-3395 (on-lne verson) url: hp://www.pam.eu Specal Issue pam.eu Solvng he mul-perod fxed cos ransporaon problem

More information

Machine Learning Linear Regression

Machine Learning Linear Regression Machne Learnng Lnear Regresson Lesson 3 Lnear Regresson Bascs of Regresson Leas Squares esmaon Polynomal Regresson Bass funcons Regresson model Regularzed Regresson Sascal Regresson Mamum Lkelhood (ML)

More information

Dynamic Team Decision Theory

Dynamic Team Decision Theory Dynamc Team Decson Theory EECS 558 Proec Repor Shruvandana Sharma and Davd Shuman December, 005 I. Inroducon Whle he sochasc conrol problem feaures one decson maker acng over me, many complex conrolled

More information

Using Aggregation to Construct Periodic Policies for Routing Jobs to Parallel Servers with Deterministic Service Times

Using Aggregation to Construct Periodic Policies for Routing Jobs to Parallel Servers with Deterministic Service Times Usng Aggregaon o Consruc Perodc Polces for Roung Jobs o Parallel Servers wh Deermnsc Servce Tmes Jeffrey W. errmann A. James Clark School of Engneerng 2181 Marn all Unversy of Maryland College Park, MD

More information

Clustering (Bishop ch 9)

Clustering (Bishop ch 9) Cluserng (Bshop ch 9) Reference: Daa Mnng by Margare Dunham (a slde source) 1 Cluserng Cluserng s unsupervsed learnng, here are no class labels Wan o fnd groups of smlar nsances Ofen use a dsance measure

More information

Bayes rule for a classification problem INF Discriminant functions for the normal density. Euclidean distance. Mahalanobis distance

Bayes rule for a classification problem INF Discriminant functions for the normal density. Euclidean distance. Mahalanobis distance INF 43 3.. Repeon Anne Solberg (anne@f.uo.no Bayes rule for a classfcaon problem Suppose we have J, =,...J classes. s he class label for a pxel, and x s he observed feaure vecor. We can use Bayes rule

More information

Modeling and Solving of Multi-Product Inventory Lot-Sizing with Supplier Selection under Quantity Discounts

Modeling and Solving of Multi-Product Inventory Lot-Sizing with Supplier Selection under Quantity Discounts nernaonal ournal of Appled Engneerng Research SSN 0973-4562 Volume 13, Number 10 (2018) pp. 8708-8713 Modelng and Solvng of Mul-Produc nvenory Lo-Szng wh Suppler Selecon under Quany Dscouns Naapa anchanaruangrong

More information