Pessimistic decision tree pruning. based on tree size. Yishay Mansour. Computer Science Dept. Tel-Aviv University.

Size: px
Start display at page:

Download "Pessimistic decision tree pruning. based on tree size. Yishay Mansour. Computer Science Dept. Tel-Aviv University."

Transcription

1 Pessimistic decisio tee puig based o tee size Yishay Masou Compute Sciece Dept. Tel-Aviv Uivesity Tel-Aviv, ISRAEL masou@math.tau.ac.il Abstact I this wok we develop a ew citeia to pefom pessimistic decisio tee puig. Ou method is theoetically soud ad is based o theoetical cocepts such as uifom covegece ad the Vapik-Chevoekis dimesio. We show that ou citeia is vey well motivated, fom the theoy side, ad pefoms vey well i pactice. The accuacy of the ew citeia is compaable to that of the cuet method used i C Itoductio The pheomea of ovettig the data is well kow i machie leaig, ad efes to the case that the leaed hypothesis is so closely elated to the taiig examples such that its geealizatio capabilities would be pealized. Ovettig would usually occu whe the class of hypotheses used is as complex as the give taiig sample. Fo this easo we would like, i may cases, to limit the hypothesis we geeate to be \less complex" tha the taiig sample. I decisio tees the ovettig pheomea ca occu whe the size of the tee is too lage compaed to the umbe of taiig examples. As a exteme case, fo a give taiig sample coside a abitay decisio tee whee each leaf cotais at most a sigle example fom the taiig sample. By settig the value of the leaf to be the label of the example that eaches it, we ae guaatee to have o eo o the taiig sample. Howeve, the geealizatio capabilities of such a tee ae vey doubtful. Fo this easo we ae iteested ot oly i tees whose eo o the taiig sample is small, but also those whose size is small compae to the sample size. Thee ae two geeal methods, i decisio tee iductio, to boud the size of the tee. The st is to have some citeia, called Ealy Stoppig citeia, that would be used i ode to decide whethe o ot to stop gowig a give ode. Such a ealy stoppig citeia limits the size of the tee ad avoids tyig to gow uecessay sub-tees. The isk i usig a ealy stoppig citeia is that by ot gowig a sub-tee we might be missig some eal stuctue of the poblem that could be discoveed oly late. The secod method is gowig the iitial tee util it ts the sample pefectly. The we use this tee as ou iitial statig poit ad stat puig it. Geeally, puig out pefoms ealy stoppig, sice it allows us to discove some stuctue that is ot immediate. Thee ae a few dieet methods of pefomig the puig ad they all output at the ed of the puig pocess a tee which is a pued vesio of the oigial tee. Thee ae two dieet methodologies fo pefomig puig. The st is of geeatig a sequece of pued tees, ad late to chose oe of them. This idea is the coe idea behid the Miimal Cost-Complexity Puig poposed by Beima et. al. [BFOS84]. They poposed usig dyamic pogammig to d a sequece of tees that miimizes a combiatio of the eo o the taiig sample ad the tee size. Late, a idepedet sample is used to chose the best tee out of the sequece. I [BB94] a simple dyamic pogammig algoithm is give to d the smallest pued decisio tee that has a give eo ate. Hee agai, oe ca geeate a sequece of tees ad use a idepedet sample to chose the best tee i the sequece. The secod methodology fo puig ties to diectly pue the oigial decisio tee. The puig is doe by eplacig the sub-tee ooted at a ode by eithe a leaf o by a sub-tee ooted at oe of its childe.

2 The appoach of Reduced Eo Puig, poposed by Quila [Qui87], uses a idepedet sample to test the accuacy of each sub-tee compaed to the case whe it is pued. Miges [Mi87] suggested the Citical Value Puig, which pefoms the decisio about puig usig o the \ifomatio-gai" that was achieved i gowig the tee. (Fo each ode it computes the maximum \ifomatio-gai" i its subtee, ad pues a ode if this value is less tha a cetai theshold.) Ude the categoy of pessimistic puig we iclude all the puig citeias that ty to boud the tue eo of a sub-tee based o its taiig eo. We pefom the puig at a ode whe the eductio i the eo due to the sub-tee seems statistically isigicat. The algoithmic beet of the pessimistic puig methods is that they equie oly a sigle pass ove the tee to geeate the pued tee (compaed to the quadatic time of the dyamic pogammig based methods). The mai questio ow is how do we decide if the chage i the eo is sigicat. We ty to estimate (o at least to uppe boud) the tue eo of a subtee, based o the umbe of examples it classies, the umbe of eos, the umbe of classes, ad the size of the tee. Oe method that falls ito ou categoy of pessimistic puig is Miimum eo puig [Nib87]. This method ties to estimate the tue eo usig the followig fomula, e + (? 1) + whee is the umbe of classes, the umbe of examples, ad e is the umbe of eos. (The theoetical justicatio fo the fomula is simple. Assumig a uifom pio ove the classes, the above is the expected eo ove the posteio distibutio, give that i examples thee whee e eos.) Pessimistic puig of Quila [Qui86, Qui93] uses a complex method based o the umbe of eos ad the size of the taiig sample. Howeve, the theoetical justicatio of this method is athe weak, o as Quila says i his book \: : : the easoig should be take with a lage gai of salt" [Qui93]. This method of pessimistic puig is the method that is used cuetly i C4.5. A excellet suvey ad empiical compaiso of the dieet puig methods was doe by Miges [Mi89], which also icludes a suvey of all the dieet methods. Ou statig poit ca be motivated as follows. Assume you have a sub-tee that classies 200 taiig examples ad makes o eo. We would vey much like to dieetiate the case that the sub-tee is of a small size (say 3) o a huge size (say 100). I the fome case we expect that the tue eo would be vey small, while i the latte case the tue eo might be huge. This is a most compellig agumet why the size of the decisio tee should be icopoated i the pessimistic estimate. Ou basic poposal it to estimate the eo of a sub-tee o the taiig sample by the followig quatity, e + c k log d + c 2 1 ; whee is the sample size that eaches the sub-tee, e is the umbe of icoect classicatios doe by the sub-tee, k is the size of the sub-tee, d the umbe of attibutes ad c 1 ad c 2 ae some costats. We show, usig basic theoetical agumets, that the above expessio is a uppe boud o the tue eo of the sub-tee. Whe cosideig pessimistic puig oe should questio how \pessimistic" is it. The mai poit to keep i mid is that the geeated decisio tee is ot abitay, but athe the oe that educes the eo o the taiig examples. Fo example, say we have a set of fuctios all with the same tue eo. O ay give set of examples, we expect to have some fuctio, fom the set of fuctios, whose eo o this set of examples is lowe tha the tue eo. This is why ou pessimistic estimates ae eally ealistic estimates i may cases. We have pefomed empiical tests to compae the cuet method of C4.5 ad ou ew poposed method. We stat with a aticial data o which we show that ou citeia is supeio to the cuet method of C4.5 (eve whe modifyig C4:5's codece paamete). We the cotiue ad pefom a empiical evaluatio of six datasets. Sice ou theoy was desig fo boolea output, we cocetated o datasets whee the output is boolea. The compaiso shows that the accuacy of the ew citeia is compaable to that used i C4.5. (Howeve, it ejoys beig theoetically soud.) We show that i ou method we ca use the paamete c to cotol the size of the pued tees. A lage value of c will cause moe puig, while a smalle value would limit the puig. (This is simila to the codece paamete build i C4.5, which also cotols the amout of puig.)

3 Fom ou empiical esults it seems that vey sigicat puig geeates much smalle decisio tees ad maitais the accuacy. I [AHM95] the accuacy of C4.5 was compaed to a algoithm that geeates decisio tees of depth two. Thee it was obseved that decisio tees of depth two achieve emakably good esults compaed to C4.5, although i some cases the limitatio to depth two foced educed accuacy. I this wok we obseved that ou citeia ca be used to pefom exteme puig of the decisio tee while maitaiig its accuacy. This might lead oe to suspect that the complex decisio tees, that ae i may cases geeated by the default settig of C4.5, have thei pedictive powe cocetated i a small sub-tee. We may hope that by exteme puig we will ecove that sub-tee. This wok is ogaized as follows. I Sectio 2 we deive the theoetical bouds. Sectio 3 descibes ou citeia i detail. I Sectio 4 we descibe the empiical esults. 2 Theoetical Backgoud I this sectio we deive fom basics the bouds that justify ou citeia. Moe elaboate techiques may give supeio bouds, but we did ot ty to peuse that diectio. We ae iteested i the maximum deviatio of the eo whe the hypothesis is a biay decisio tee with k odes. Give this we will be able to boud the tue eo by the eo o the sample plus the maximum deviatio. The st techical lemma that we deive bouds the umbe of possible decisio tees. Lemma 2.1 The umbe of biay decisio tees ove d biay iputs with boolea output ad k = 2k 0? 1 odes is bouded by, is O(2 k ) d k0?1 2 k0 = O((4d) k ) = O((4d) k ): Poof: I a biay decisio tee, each iteal ode has degee two (othewise it is edudat). Theefoe, a biay decisio tee with k = 2k 0? 1 odes, has k 0 leaves ad k 0?1 iteal odes. Each leaf ca be label by eithe zeo o oe, theefoe the umbe of assigmets to the leaves is at most 2 k0. Each iteal ode ca be labeled by ay of the iputs, theefoe thee ae at most d k0?1 ways to label the iteal odes. The umbe of dieet biay tees ca by bouded by O(2 k ) (poof omitted). Multiplyig the thee quatities deives the lemma. 2 The ext step is to boud the deviatio of a xed fuctio fom its expectatio. This ca be deived by usig the Cheo iequality. Lemma 2.2 (Cheo) Let x 1 ; : : : ; x be idepedet idetically distibuted adom vaiables, whee x i 2 f0; 1g ad P ob[x i = 1] = p. Let ^p = P i=1 x i=, the: P ob[j^p? pj ] 2e?22 By combiig the two we ca deive the followig theoem, Theoem 2.3 Let H be the class of biay decisio tees ove d biay iputs with boolea output ad at most k odes. Let f be ay boolea fuctio ad D be ay pobability distibutio. Fo h 2 H let e(h; f) = P ob xd [h(x) 6= f(x)]. Give z 1 ; : : : ; z let ^e(h; f) be the factio of z i 's fo which f(z i ) 6= h(z i ). P ob z1;:::;zd fo some costat c. [9h 2 H : je(h; f)? ^e(h; f)j k log d + log 1= > c ] What the above theoem is sayig ca be itepeted as follows. Fo ay decisio tee with k odes, whe tested o examples, the deviatio betwee the obseved eo (o q the sample) ad the tue eo is k log d bouded by O( ), whee we take to be a costat. Such a esult, i the theoy temiology, is a uifom covegece esult, sice the eo of all the hypotheses i H covege simultaeously. This meas that if a give decisio tee h with k odes has a eo ^e(h; f) o a set of examples, its tue eo, e(h; f), with high pobability, is bouded by, k log d + log 1= e(h; f) < ^e(h; f) + c We would like to stess that Theoem 2.3 ca be applied to ay ode i the tee, ad ot oly to the oot. This is due to the atue of uifom covegece esults, that deives wost case boud o the eo, ad the boud holds fo ay distibutio. Theefoe, o matte how we chose the path to the ode (eve advesaially), the boud would still hold. This is due to the obsevatio, that o matte how we estict the distibutio (by the path to the ode, i this case), whe we coside oly examples that have this popety, they

4 algoithm database austalia diabetes gema heat adult Ioosphee No-Puig 143:2 12:3 56:2 9:0 370:4 15:0 61:0 7:2 8742:6 207:9 17:8 4:2 c4.5 -c 1 5:2 3:5 10:2 6:2 2:6 2:6 10:0 4:0 41:6 5:8 12:6 1:9 c4.5 -c 10 13:6 8:5 42:2 6:1 47:0 10:4 27:6 5:9 180:8 10:2 17:0 3:2 c4.5 -c 25 39:8 17:0 49:8 9:4 110:4 18:7 43:0 7:2 675:0 133:2 17:8 4:2 c = 0.5 3:0 0:0 3:4 0:6 1:0 0:0 3:8 0:3 22:0 3:2 3:0 0:0 c = 0.2 6:4 5:4 31:0 8:0 47:0 24:8 14:0 6:0 50:4 14:9 6:2 1:0 c = :8 4:6 47:4 11:5 149:0 14:0 35:0 7:6 214:4 55:9 10:2 2:6 c = :8 17:0 51:8 11:0 240:2 8:7 46:8 8:2 768:6 140:7 14:6 2:9 c = :4 16:3 55:4 8:3 344:2 21:0 58:2 5:8 3368:6 95:5 17:8 4:2 Figue 1: The aveage tee size of each of the citeias. ae daw idepedetly ad idetically fom the esticted distibutio. I this sectio we used vey basic techiques to boud the deviatios. Moe ivolved techiques may be used, ad they could be based o the Vapik Chevoekis (VC) dimesio [VC71]. Fo decisio tees we whee ot able to detemie the exact VC dimesio as a fuctio of thei size, but we ca show that it is betwee (k) ad O(k log d), fo a biay decisio tee ove d iputs with at most k odes (poof omitted). Geeally, the smalle the VC dimesio is the smalle the maximum deviatio would be. 3 Ou Citeia Ou citeia builds diectly o the theoy developed i Sectio 2. We would like, give a obseved eo o the taiig data, to deive a \pessimistic" estimate of the tue eo. The \pessimistic" idicates that we would like ou estimate to be a uppe boud of the tue eo. As we see i the pevious sectio, the theoy q suggests that the deviatio ca be bouded by k log d O( ), whee k is the size of the tee, d the umbe of attibutes ad is the umbe of examples that the tee classies. q k log d Ou pessimistic estimate would simply add O( ) to the obseved eo, ad this would be ou pessimistic estimate of the eo. This would guaatee that with high pobability ou estimate is a uppe boud of the tue eo. Oe issue that eeds to be esolve is the costat that hides i the big O otatio. Rathe tha tyig to deive the exact theoetical costat, we kept it as a fee paamete of ou pogam, deoted by c. I ou expeimets we used dieet values fo c. By cotollig c oe ca cotol the size of the esultig tee, the lage c the moe likely we ae to pue. To be moe specic, assume we chose some value fo c. Assume we ae give a sub-tee of size k, that classies examples (each with d attibutes), e of which it classies icoectly. If we pue the sub-tee, ad eplace it by a leaf, the leaf will make ` eos out of the examples. Ou test whethe to pue the sub-tee is the followig: ` e + c k log d + log 20 : (I C4.5 the puig pocess also icludes compaig a sub-tee to the sub-tees of its childe. We pefom a simila test fo that case.) Note that the modicatio i the eo is based oly o the tee size ad the sample size ad ot o the umbe of eos, i cotast to the cuet method of C4.5 that uses e ad but ot k. 4 Empiical Results We have implemeted ou ew citeia fo pessimistic puig i C4.5 ad compaed it with the existig method of C4.5. (We used C4.5 vesio 8.) Fist we did the compaiso o a aticial data set, this expeimet demostates the beet of icopoatig the tee size ito the puig citeia. We chose the followig aticial data. Each examples has 100 biay attibutes. The classicatio is doe as follows. With pobability 0.9 we chose a adom classicatio ad with pobability 0.1 we chose the value of the st attibute. The distibutio ove the iputs is uifom (i.e. each attibute is idepedet, ad has equal pobability of beig zeo o oe). Clealy, the best classie is simply to use the st attibute, ad it has eo We chose adom examples, ad a C4.5 with

5 algoithm database austalia diabetes gema heat adult Ioosphee No-Puig 20:3 7:2? 27:0 5:0 31:8 3:0 22:6 4:1 15:2 0:2? 14:0 7:2 c4.5 -c 1 16:4 4:9y 24:6 5:6 30:6 1:7 22:6 4:1 14:4 0:2? y 12:8 7:4 c4.5 -c 10 15:9 5:5y 27:5 4:0 29:2 2:4 23:7 4:1 13:9 0:2y 14:2 7:4 c4.5 -c 25 17:1 5:7y 26:4 5:4 30:1 2:1 21:1 3:9 13:9 0:2y 14:0 7:2 c=0.5 15:8 5:6y 27:5 3:0 30:0 2:4 26:7 4:9? y 15:1 0:1? 20:5 9:2? y c=0.2 15:9 5:5y 25:7 4:4 28:5 1:2y 23:0 5:8 14:5 0:2? y 14:8 7:9 c= :7 6:1y 25:8 5:4 29:4 3:1 21:9 3:4 14:0 0:3y 14:2 7:4 c=0.1 18:3 6:0 26:4 5:4 28:7 2:8y 21:9 4:0 13:9 0:2y 12:5 7:2 c= :7 6:3 27:0 5:0 31:2 2:6 23:0 3:9 14:5 0:2? y 14:0 7:2 Figue 2: The aveage pecetage eo ate of each of the citeias. We maked by? sigicat dieeces fom the stadad C4.5 (c4.5 -c 25) ad by y sigicat dieces fom the upued tee. (The sigicace level is 0.9 ad it uses a dieece of popotios test [Die96]) the paamete -m 1 ad -c 1. The upued tee had size 4567 (ad zeo eo o the taiig set). We a C4.5 with the default codece paamete (-c 25) which geeated a pued tee of size 3685 (ad oly 244 mislabels o the taiig set). Eve whe we chose a vey low codece level (-c 1) it geeated a pued tee of size 551 (with 3201 eos o the taiig set). I cotast, whe we used ou citeia, with c=0.7, as the theoy ecommeds, we ecoveed the best tee (of size 3!). (This best pued tee is also achieved usig c=0.5.) We cotiued ad checked the hypotheses geeated usig examples as a test set, i ode to test the geealizatio eo. Fo ou citeia we kow the exact eo, foty ve pecet. We tested the hypotheses geeated by C4.5, ad they had eo 49.5% (fo -c 25) ad 47.1% (fo -c 1). As expected, the esults show that the supeuous odes oly icease the geealizatio eo. Usig test of popotios [Die96], a 95% codece iteval aoud the best eo (45%) gives the iteval [44:3; 45:7], which implies that the deviatios, as expected, ae vey sigicat. We did ot limit ouself to aticial data, but cosideed also a vaiety of eal databases. I ode to pefom the compaiso we chose six databases, fou take fom the poject StatLog [Sta] ad two databases fom UCI Repositoy [MA94]. Sice we ae iteested i fuctios with boolea output, the databases all have to pedict a boolea output. The databases ae: 1. austalia { Austalia Cedit database. The aim is to decide whethe to appove a cedit cad applicatio. Thee ae 690 examples. Each example has foutee attibutes, six cotiuous ad eight categoical. 2. diabetes { Pima Idias Diabetes database. The aim is to pedict whethe a patiet shows sigs of diabetes. Thee ae 768 examples. Each example has eight cotiuous attibutes. 3. gema { Gema Cedit database. Thee ae 1000 examples. Each example has twety attibutes, seve umeical ad thitee categoical. 4. heat { Heat Disease database. Thee ae 270 examples. Each example has thitee cotiuous attibutes. 5. adult { US Cesus Bueau database. The aim is to pedict whethe the salay of a peso is geate o less tha 50,000$. Thee ae examples. Each example cotais foutee attibutes (six cotiuous ad eight omial). 6. Ioosphee { Rada data about the fee electos i the ioosphee. The aim is to pedict if the stuctue is \good" o \bad". Thee ae 351 examples. Each example has thity fou cotiuous attibutes. I the expeimet we pefomed a 5-fold coss validatio. (Namely we split the iput to 5 equal pats, taied o fou pats ad tested o the fth. We did this ve times, oe fo each combiatio.) I Figue 1 we have the mea tee size that the vaious citeia have geeated. We cosideed the upued tee, the dieet codece paametes to C4.5 (1, 10 ad 25) ad fou settigs of ou citeia (deoted by c= #, whee # is the costat we used fo c). It is vey clea that i ou citeia, as we icease the paamete c we ae gettig smalle ad smalle tees,

6 ad by vey sigicat factos. Iitially, whe c=0.05, thee is vey little puig. As we get the paamete to c=0.5 the tees that ae geeated ae extemely small. I Figue 3 we plot the aveage tee size as a fuctio of c fo the database adult. The eo ate of the dieet citeia appeas i Figue 2. I ode to test the sigicace of the esults we used the test of popotios [Die96] with codece 90%. We compaed the esults to the upued tee ad the C4.5 with the default settig (i.e., c4.5 -c 25. The esults show that the settig of ou paamete to c=0.5 is too pessimistic, ad it ove-pues. The othe ifeio citeia is the upued tee, hee clealy we see that puig helps. All the othes seem competitive with each othe. I Figue 4 we plotted the eo as a fuctio of the paamete c used i ou citeia. As expected, the behavio is as follows. Iitially, the upued tee, has a lage eo, the, as moe puig is pefomed, the eo dops to some miimal value (aoud c=0.1, i ou case). Fom this miimum value, as we pefom moe puig, the eo stats to icease as we pue moe ad moe. Ackowledgemets I would like to thak Willia W. Cohe ad Thomas G. Dietteich fo poitig me to the elevat liteatue. This eseach was suppoted i pat by a gat fom the Isael Sciece Foudatio. Refeeces [AHM95] Pete Aue, Robet C. Holte, ad Wolfgag Maass. Theoy ad applicatios of agostic PAC-leaig with small decisio tees. I The 12th Iteetioal Cofeece o Machie Leaig, pages 21{30. Moga Kaufma, [BB94] Maco Bohaec ad Iva Batko. Tadig accuacy fo simplicity i decisio tees. Machie Leaig, 15:223{250, [BFOS84] Leo Beima, Jeome H. Fiedma, Richad A. Olshe, ad Chales J. Stoe. Classicatio ad Regessio Tees. Wadswoth Iteatioal Goup, [Die96] Thomas G. Dietteich. Statistical tests fo compaig supevised classicatio leaig algoithms. mauscipt, [Koh96] Ro Kohavi. Scalig up the accuacy of aive-bayes classies: a decisio-tee hybid. I Poceedigs of the Secod Iteatioal Cofeece o Kowledge Discovey ad Data Miig, page to appea, [MA94] P. M. Muphy ad D. W. Aha. Uci epositoy of machie leaig databases. mlea /MLRepositoy.html, [Mi87] Joh Miges. Expet systems { ule iductio with statistical data. Joual of the Opeatioal Reseach Society, 38:39 { 47, [Mi89] [Nib87] [Qui86] Joh Miges. A empiical compaiso of puig methods fo decisio tee iductio. Machie Leaig, 4:227 { 243, T. Niblett. Costuctig decisio tees i oisy domais. I I. Batko ad N. Lavac, editos, Pogess i Machie Leaig{ Poceedigs of EWSL 87: 2d Euopea Wokig Sessio o Leaig, pages 67{78, Bled, Yugoslavia, May J. R. Quila. Iductio of decisio tees. Machie Leaig, 1:81{106, [Qui87] J. R. Quila. Simplifyig decisio tees. Iteatioal Joual of Ma- Machie Studies, [Qui93] J. R. Quila. C4.5: Pogams fo machie leaig. Moga Kaufma, [Sta] StatLog. Compaative testig ad evaluatio of statistical ad logical leaig algoithms fo lage-scale applicatios i classicatio, pedictio ad cotol. ftp:ftp.cc.up.pt/pub/statlog /datasets, (See also: Machie Leaig, Neual ad Statistical Classicatio, ed. Michie, Spiegelhalte ad Taylo). [VC71] V. N. Vapik ad A. Ya. Chevoekis. O the uifom covegece of elative fequecies of evets to thei pobabilities. Theoy of Pobability ad its applicatios, XVI(2):264{280, 1971.

7 tee size c paamete Figue 3: The aveage tee size as a fuctio of the paamete c fo the database adult Figue 4: The aveage eo as a fuctio of the paamete c fo the database adult.

ADAPTIVE SORTING WITH AVL TREES

ADAPTIVE SORTING WITH AVL TREES 307 ADAPTIVE SORTING WITH AVL TREES Am Elmasy Compute Sciece Depatmet Alexadia Uivesity Alexadia, Egypt elmasy@alexeg.edu.eg Abstact A ew adaptive sotig algoithm is itoduced. The ew implemetatio elies

More information

CLASS: XI: MATHEMATICS

CLASS: XI: MATHEMATICS LASS: XI: MATHEMATIS ERMUTATIONS AND OMBINATIONS RATIE QUESTIONS ON FATORIAL AND FUNDAMENTAL RINILES OF OUNTING ove the followig fo N, 1. (2 )! 2.!.[1.3.5...(2 1)] FORMULA USED Factoial otatio:! o 1.!

More information

DESIGN AND ANALYSIS OF MULTIBAND SLOTTED OCTAGONAL FRACTAL ANTENNA

DESIGN AND ANALYSIS OF MULTIBAND SLOTTED OCTAGONAL FRACTAL ANTENNA Iteatioal Joual of Advaced Reseach i Electoics ad Commuicatio Egieeig (IJARECE) DESIGN AND ANALYSIS OF MULTIBAND SLOTTED OCTAGONAL FRACTAL ANTENNA NEHYA CHAUDHARY, SONIKA SINDHIYA, K.K TIRPHATI (A.K.G.E.C)

More information

WSGG and wide band gas radiation models for pool fires in FireFOAM

WSGG and wide band gas radiation models for pool fires in FireFOAM WSGG ad wide bad ga adiatio model fo pool fie i FieFOAM va Sikic 1 Jeife We 1 Siaka Dembele 2 1 Wawick School of Egieeig Uiveity of Wawick 2 School of Mechaical ad Aeopace Egieeig Kigto Uiveity Lodo 1

More information

Depth-first search and strong connectivity in Coq

Depth-first search and strong connectivity in Coq 1 Depth-fist seach and stong connectivity in Coq Januay 9, 2015 2 The poblem Finding the stongly connected components of a diected gaph. Pedagogical value: The fist nontivial gaph algoithm. Pactical value:

More information

Permutations and Combinations

Permutations and Combinations 13 Pemutatios ad Combiatios TERMINOLOGY Aagemets: Diffeet ways of ogaisig objects Combiatios: Aagemets of objects without eplacemet o epetitio whe ode is ot impotat. The otatio used is C fo selectig objects

More information

The Solution to the Bühlmann - Straub Model in the case of a Homogeneous Credibility Estimators

The Solution to the Bühlmann - Straub Model in the case of a Homogeneous Credibility Estimators 5 Economy Infomatics, -4/005 The Solution to the Bühlmann - Staub Model in the case of a Homogeneous Cedibility Estimatos Lect. Viginia ATANASIU Mathematics Depatment, Academy of Economic Studies Oiginal

More information

Efficient Algorithms for finding a Trunk on a Tree Network and its Applications

Efficient Algorithms for finding a Trunk on a Tree Network and its Applications Efficient Algoithms fo finding a Tunk on a Tee Netwok and its Applications Yamin Li, Shietung Peng Depatment of Compute Science Hosei Uniesity Tokyo 84-8584 Japan {yamin;speng}@k.hosei.ac.jp Wanming Chu

More information

Red-Black Trees Goodrich, Tamassia Red-Black Trees 1

Red-Black Trees Goodrich, Tamassia Red-Black Trees 1 Red-Black Tees 8 00 Goodich, Tamassia Red-Black Tees 1 Fom (,) to Red-Black Tees A ed-black tee is a epesentation of a (,) tee by means of a binay tee whose nodes ae coloed ed o black In compaison with

More information

10 Torque. Lab. What You Need To Know: Physics 211 Lab

10 Torque. Lab. What You Need To Know: Physics 211 Lab b Lab 10 Toque What You Need To Know: F (a) F F Angula Systems Evey lab up to this point has dealt with objects moving in the linea system. In othe wods, objects moving in a staight line. Now we ae going

More information

Faster Nearest Neighbors: Voronoi Diagrams and k-d Trees

Faster Nearest Neighbors: Voronoi Diagrams and k-d Trees 154 25 Jonathan Richad Shewchuk Faste Neaest Neighbos: Voonoi Diagams and k-d Tees SPEEDING UP NEAREST NEIGHBOR CLASSIFIERS Can we pepocess taining pts to obtain sublinea quey time? 2 5 dimensions: Voonoi

More information

Design Engineering Challenge: The Big Dig Contest Platter Strategies: Ball Liberation

Design Engineering Challenge: The Big Dig Contest Platter Strategies: Ball Liberation Poblem Set 4: Unifom Cicula Motion Design Engineeing Challenge: The Big Dig.007 Contest Platte Stategies: Ball Libeation Oeall Notes: You ae not equied to pefom the actual analysis in this poblem set,

More information

Rotor Design and Analysis of Stall-regulated Horizontal Axis Wind Turbine

Rotor Design and Analysis of Stall-regulated Horizontal Axis Wind Turbine Roto Design and Analysis of Stall-egulated Hoizontal Axis Wind Tubine Xinzi Tang Univesity of Cental Lancashie, Peston, UK XTang4@uclan.ac.uk Xiongwei Liu Univesity of Cental Lancashie, Peston, UK XLiu9@uclan.ac.uk

More information

An Auction Based Mechanism for On-Demand Transport Services

An Auction Based Mechanism for On-Demand Transport Services An Auction Based Mechanism fo On-Demand Tanspot Sevices Malcolm Egan, Ni Oen and Michal Jakob Abstact Recently, a new class of tanspot sevices, exemplified by Ube and Lyft has emeged. Such sevices use

More information

Data Sheet. Linear bearings

Data Sheet. Linear bearings Data Pack G Issued Septembe 1999 1502325042 Data Sheet Linea beaings Instument ball beaings and shafts The RS ange of instument quality ball bushing beaings ae fo 1 8in, 3 16in and 1 4in shafts. Each beaing

More information

8.5. Solving Equations II. Goal Solve equations by balancing.

8.5. Solving Equations II. Goal Solve equations by balancing. 8.5 Solvig Equatios II Goal Solve equatios by balacig. STUDENT BOOK PAGES 268 271 Direct Istructio Prerequisite Skills/Cocepts Solve a equatio by ispectio or systematic trial. Perform operatios usig itegers,

More information

Multi-Robot Flooding Algorithm for the Exploration of Unknown Indoor Environments

Multi-Robot Flooding Algorithm for the Exploration of Unknown Indoor Environments 2010 IEEE Intenational Confeence on Robotics and Automation Anchoage Convention Distict May 3-8, 2010, Anchoage, Alaska, USA Multi-Robot Flooding Algoithm fo the Exploation of Unknown Indoo Envionments

More information

Lesson 33: Horizontal & Vertical Circular Problems

Lesson 33: Horizontal & Vertical Circular Problems Lesson 33: Hoizontal & Vetical Cicula Poblems Thee ae a wide vaiety of questions that you do if you apply you knowledge of cicula motion coectly. The tough pat is figuing out how to set them up. You need

More information

A Collision Risk-Based Ship Domain Method Approach to Model the Virtual Force Field

A Collision Risk-Based Ship Domain Method Approach to Model the Virtual Force Field A Collision Risk-Based Ship Domain Method Appoach to Model the Vitual Foce Field Tengfei Wang a,b,c, Xinping Yan a,b *, Yang Wang a,b, and Qing Wu a,b,c a Intelligent Tanspotation System Reseach Cente,

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article Available olie www.jocp.com Joual of Chemical ad Phamaceutical eseach, 04, 6(6:40-46 eseach Aticle ISSN : 0975-7384 CODEN(USA : JCPC5 Fuzzy clusteig aalysis-based swimmig eseve talet cultivatio eseach

More information

Noncrossing Trees and Noncrossing Graphs

Noncrossing Trees and Noncrossing Graphs Noncossing Tees and Noncossing Gaphs William Y. C. Chen and Shey H. F. Yan Cente fo Combinatoics, LPMC, Nanai Univesity, 300071 Tianjin, P.R. China chen@nanai.edu.cn, huifangyan@eyou.com Submitted: Sep

More information

arxiv:cs/ v1 [cs.ds] 8 Dec 1998

arxiv:cs/ v1 [cs.ds] 8 Dec 1998 Minimum Cuts in Nea-Linea Time David R. Kage Febuay 1, 2008 axiv:cs/9812007v1 [cs.ds] 8 Dec 1998 Abstact We significantly impove known time bounds fo solving the minimum cut poblem on undiected gaphs.

More information

Numerical study of super-critical carbon dioxide flow in steppedstaggered

Numerical study of super-critical carbon dioxide flow in steppedstaggered The 6th Intenational Supecitical CO2 Powe Cycles Symposium Mach 27-29, 2018, Pittsbugh, Pennsylvania Numeical study of supe-citical cabon dioxide flow in steppedstaggeed labyinth seals Yuming Zhu a,b,

More information

Multi-Robot Forest Coverage

Multi-Robot Forest Coverage Multi-Robot Foest Coveage Xiaoming Zheng Sonal Jain Sven Koenig David Kempe Depatment of Compute Science Univesity of Southen Califonia Los Angeles, CA 90089-0781, USA {xiaominz, sonaljai, skoenig, dkempe}@usc.edu

More information

A Force Platform Free Gait Analysis

A Force Platform Free Gait Analysis Poceedings A Foce Platfom Fee Gait Analysis Tokio Maeda 1,2, *, Tatsuo Ishizuka 3, Sakua Yamaji 4 and Yuji Ohgi 3 1 Keio Reseach Institute at SFC, 5322 Endo, Fujisawa, Kanagawa 252-0882, Japan 2 Koseki

More information

ABriefIntroductiontotheBasicsof Game Theory

ABriefIntroductiontotheBasicsof Game Theory ABiefIntoductiontotheBasicsof Game Theoy Roy Smead Notheasten Univesity Septembe 18, 2013 Game theoy is a set of mathematical tools that ae used to epesent and study social inteactions. This is a vey bief

More information

No STRATEGIC R&D WITH KNOWLEDGE SPILLOVERS AND ENDOGENOUS TIME TO COMPLETE. By R. Lukach, P.M. Kort, J. Plasmans. June 2007 ISSN

No STRATEGIC R&D WITH KNOWLEDGE SPILLOVERS AND ENDOGENOUS TIME TO COMPLETE. By R. Lukach, P.M. Kort, J. Plasmans. June 2007 ISSN No. 7 8 STRATEGIC R&D WITH KNOWLEDGE SPILLOVERS AND ENDOGENOUS TIME TO COMPLETE By R. Lukach P.M. Kot J. Plasmas Jue 7 ISSN 94-785 Stategic R&D with Kowledge Spilloves ad Edogeous Time to Complete Lukach

More information

Rearranging trees for robust consensus

Rearranging trees for robust consensus Poceedings of the IEEE Conf. on Decision and Contol, Olando, FL, 011 Reaanging tees fo obust consensus Geoge Foest Young, Luca Scadovi and Naomi Ehich Leonad Abstact In this pape, we use the H nom associated

More information

Design and Simulation Model for Compensated and Optimized T-junctions in Microstrip Line

Design and Simulation Model for Compensated and Optimized T-junctions in Microstrip Line Intenational Jounal of Advanced Reseach in Compute Engineeing & Technology (IJARCET) Volume 3 Issue, Decembe 4 Design and Simulation Model fo Compensated and Optimized T-junctions in Micostip Line Alok

More information

Phase Behavior Introduction to Phase Behavior F.E. Londono M.S. Thesis (2001)

Phase Behavior Introduction to Phase Behavior F.E. Londono M.S. Thesis (2001) Natual Gas Engineeing Phase Behavio Intoduction to Phase Behavio F.E. Londono M.S. hesis (001).. Blasingame, exas &M U. Depatment of Petoleum Engineeing exas &M Univesity College Station, X 77843-3116

More information

Cyclostrophic Balance in Surface Gravity Waves: Essay on Coriolis Effects

Cyclostrophic Balance in Surface Gravity Waves: Essay on Coriolis Effects Jounal of Oceanogaphy, Vol. 53, pp. 311 to 315. 1997 Shot Contibution Cyclostophic Balance in Suface Gavity Waves: Essay on Coiolis Effects KERN E. KENYON 4632 Noth Lane Del Ma, CA 92014-4134, U.S.A. (Received

More information

The Study About Stopping Distance of Vehicles

The Study About Stopping Distance of Vehicles Intenational Jounal of Infomation Engineeing and Applications 018; 1(1): 18- http://www.aascit.og/jounal/infomation The Study About Stopping Distance of Vehicles Zhao Chun-xue School of Mathematics and

More information

Complexity of Data Tree Patterns over XML Documents

Complexity of Data Tree Patterns over XML Documents Complexity of Data Tee Pattens ove XML Documents Claie David LIAFA, Univesity Pais 7 and CNRS, Fance cdavid@liafa.jussieu.f Abstact. We conside Boolean combinations of data tee pattens as a specification

More information

EC-FRM: An Erasure Coding Framework to Speed up Reads for Erasure Coded Cloud Storage Systems

EC-FRM: An Erasure Coding Framework to Speed up Reads for Erasure Coded Cloud Storage Systems 215 44th Intenational Confeence on Paallel Pocessing EC-FRM: An Easue Coding Famewok to Speed up Reads fo Easue Coded Cloud Stoage Systems Yingxun Fu, Jiwu Shu *, and Zhiong Shen Tsinghua National Laboatoy

More information

A Deceleration Control Method of Automobile for Collision Avoidance based on Driver's Perceptual Risk

A Deceleration Control Method of Automobile for Collision Avoidance based on Driver's Perceptual Risk A Deceleation Contol Method of Automobile fo Collision Avoidance based on Dive's Peceptual Risk Takahio Wada, Shun ichi Doi, and Shoji Hiaoka Abstact To educe ea-end cash of automobiles, it is impotant

More information

UNIVERSITÀ DEGLI STUDI DI PADOVA. Dipartimento di Scienze Economiche Marco Fanno

UNIVERSITÀ DEGLI STUDI DI PADOVA. Dipartimento di Scienze Economiche Marco Fanno UNIVERSITÀ DEGLI STUDI DI PADOVA Dipatimento di Scienze Economiche Maco Fanno DUAL LICENSING IN OPEN SOURCE SOFTWARE MARKETS STEFANO COMINO Univesity of Udine FABIO M. MANENTI Univesity of Padova Januay

More information

Diana Krall Straighten Up And Fly Right SONG TITLE: STRAIGHTEN UP AND FLY RIGHT ALBUM: STEPPING OUT RELEASED: 1993 LABEL: JUSTIN TIME GENRE: JAZZ

Diana Krall Straighten Up And Fly Right SONG TITLE: STRAIGHTEN UP AND FLY RIGHT ALBUM: STEPPING OUT RELEASED: 1993 LABEL: JUSTIN TIME GENRE: JAZZ Diaa Kall Staighte Up Ad Fly Right SONG ILE: SRAIGHEN UP AND FLY RIGH ALBUM: SEPPING OU RELEASED: 199 LABEL: USIN IME GENRE: AZZ VOCALS AND PIANO: DIANA KRALL ACOUSIC BASS: OHN CLAYON DRUMS: EFF HAMILON

More information

An integrated supply chain design model with random disruptions consideration

An integrated supply chain design model with random disruptions consideration Afican Jounal of Business Management Vol. 4(1), pp. 393-401, 18 Septembe, 010 Available online at http://www.academicounals.og/ajbm ISSN 1993-833 010 Academic Jounals Full Length Reseach Pape An integated

More information

The Properties of. Model Rocket Body Tube Transitions

The Properties of. Model Rocket Body Tube Transitions The Popeties of Moel ocket Boy Tube Tansitions Date: Septembe 6, 000 Pepae By: J.. Bohm NA 7808 CA S680 ev: (June, 005) .0 Intouction When esigning moel ockets, esignes often choose to incopoate iffeent

More information

University of California, Los Angeles Department of Statistics. Measures of central tendency and variation Data display

University of California, Los Angeles Department of Statistics. Measures of central tendency and variation Data display Uiversity of Califoria, Los Ageles Departmet of Statistics Statistics 13 Istructor: Nicolas Christou Measures of cetral tedecy Measures of cetral tedecy ad variatio Data display 1. Sample mea: Let x 1,

More information

Basic Gas Spring Theory

Basic Gas Spring Theory Calculatig the iitial force The iitial force of the gas sprig ca be calculated as the sealed area of the pisto rod or the pisto (depedig o desig) multiplied by the pressure iside the gas sprig. The larger

More information

OPTIMAL SCHEDULING MODELS FOR FERRY COMPANIES UNDER ALLIANCES

OPTIMAL SCHEDULING MODELS FOR FERRY COMPANIES UNDER ALLIANCES Jounal of Maine Science and Technology, Vol. 15, No. 1, pp. 53-66 (2007) 53 OPTIMAL SCHEDULING MODELS FOR FERRY COMPANIES UNDER ALLIANCES Shangyao Yan*, Chia-Hung Chen**, Hsin-Yen Chen*** and Tze-Chiang

More information

British Prime Minister Benjamin Disraeli once remarked that

British Prime Minister Benjamin Disraeli once remarked that GABREL COSTA, MCHAEL HUBER, & OHN SACCOMAN Cumulative Home Run Fequency and the Recent Home Run Explosion Bitish Pime Ministe Benjamin Disaeli once emaked that thee ae thee kinds of falsehoods: lies, damned

More information

SHRiMP: Accurate Mapping of Short Color-space Reads

SHRiMP: Accurate Mapping of Short Color-space Reads SHRiMP: Accuate Mapping of Shot Colo-space Reads Stephen M. Rumble 1,2, Phil Lacoute 3,4, Adian V. Dalca 1, Mac Fiume 1, Aend Sidow 3,4, Michael Budno 1,5 * 1 Depatment of Compute Science, Univesity of

More information

Range Extension Control System for Electric Vehicles Based on Front and Rear Driving Force Distribution Considering Load Transfer

Range Extension Control System for Electric Vehicles Based on Front and Rear Driving Force Distribution Considering Load Transfer Range Extension Contol System fo Electic Vehicles Based on and Diving Foce Distibution Consideing Load Tansfe Sho Egami and Hioshi Fujimoto The Univesity of Tokyo 5--5, Kashiwanoha, Kashiwa, Chiba, 227-856

More information

DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING, THE UNIVERSITY OF NEW MEXICO ECE-238L: Computer Logic Design Fall Notes - Chapter 6.

DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING, THE UNIVERSITY OF NEW MEXICO ECE-238L: Computer Logic Design Fall Notes - Chapter 6. PARTMNT OF LCTRICAL AN COMPUTR NGINRING, TH UNIVRSITY OF NW MXICO C-238L: Computer Logic esig Fall 23 RGISTRS: Notes - Chapter 6 -bit Register: This is a collectio of '' -type flip flops, where each flip

More information

PREDICTION OF THIRD PARTY DAMAGE FAILURE FREQUENCY FOR PIPELINES TRANSPORTING MIXTURES OF NATURAL GAS AND HYDROGEN Zhang, L. 1, Adey, R.A.

PREDICTION OF THIRD PARTY DAMAGE FAILURE FREQUENCY FOR PIPELINES TRANSPORTING MIXTURES OF NATURAL GAS AND HYDROGEN Zhang, L. 1, Adey, R.A. PREDICTION OF THIRD PARTY DAMAGE FAILURE FREQUENCY FOR PIPELINES TRANSPORTING MIXTURES OF NATURAL GAS AND HYDROGEN Zhang, L., Adey, R.A. 2 C M BEASY Ltd, Ashust Lodge, Southampton, SO4 7AA, UK, Lzhang@beasy.com

More information

EcoMobility World Festival 2013 Suwon: an analysis of changes in citizens awareness and satisfaction

EcoMobility World Festival 2013 Suwon: an analysis of changes in citizens awareness and satisfaction IOSR Jounal Engineeing (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 07, Issue 03(Mach 2017), V1 PP 40-48 www.iosjen.og EcoMobility Wold Festival 2013 Suwon: an analysis changes in citizens awaeness

More information

Incorporating Location, Routing and Inventory Decisions in Dual Sales Channel - A Hybrid Genetic Approach

Incorporating Location, Routing and Inventory Decisions in Dual Sales Channel - A Hybrid Genetic Approach Incopoating Location, Routing and Inventoy Decisions in Dual Sales Channel - A Hybid Genetic Appoach Chia-lin Hsieh 1, Shu-hsien Liao 2, Wei-chung Ho 2 1 Depatment of Statistics and Actuaial Science, Aletheia

More information

PlacesForBikes City Ratings Methodology. Overall City Rating

PlacesForBikes City Ratings Methodology. Overall City Rating 1 PlacesFoBikes City Ratings Methodology Oveall City Rating The PlacesFoBikes City Rating Scoe is based on five factos: Rideship, Safety, Netwok, Acceleation, and Reach. Each facto is scoed on a one to

More information

Experiment #10 Bio-Physics Pre-lab Questions

Experiment #10 Bio-Physics Pre-lab Questions Expeient #10 Bio-Physics Pe-lab Questions ** Disclaie: This pe-lab is not to be copied, in whole o in pat, unless a pope efeence is ade as to the souce. (It is stongly ecoended that you use this docuent

More information

A Comparison of MOEA/D, NSGA II and SPEA2 Algorithms

A Comparison of MOEA/D, NSGA II and SPEA2 Algorithms Iteratioal Joural of Egieerig Treds ad Applicatios (IJETA) Volume 4 Issue 6, Nov-Dec 7 RESEARCH ARTICLE A Comparo of MOEA/D, ad Algorithms Rajai [1], Dr. Aad Prakash [] Asstat Professor of Computer Sciece

More information

Alternate stable states in coupled fishery-aquaculture systems. Melissa Orobko

Alternate stable states in coupled fishery-aquaculture systems. Melissa Orobko Altenate stable states in coupled fishey-aquacultue systems by Melissa Oobko A thesis submitted in confomity with the equiements fo the degee of Maste of Science Depatment of Ecology & Evolutionay Biology

More information

Example. The information set is represented by the dashed line.

Example. The information set is represented by the dashed line. Ou ast equiibium concet The ast equiibium concet we study afte Nash eqm, Subgame Pefect Nash eqm, and Bayesian Nash eqm is Pefect Bayesian Equiibium. Pefect efes to the fact that the game wi be dynamic,

More information

Factors Affecting Regional Variation in Growth of Channel Catfish

Factors Affecting Regional Variation in Growth of Channel Catfish Noth Ameica Joual of Fisheies Maagemet 25:93 97, 2005 Copyight by the Ameica Fisheies Society 2005 DOI: 10.1577/M03-129.1 [Aticle] Factos Affectig Regioal Vaiatio i Gowth of Chael Catfish BART W. DURHAM,*

More information

DECO THEORY - BUBBLE MODELS

DECO THEORY - BUBBLE MODELS DECO THEORY - BUBBLE MODELS This page descibes pinciples and theoies about bubble geneation and bubble gowth in the scuba dives body and about the effect of bubble fomation on decompession and decompession

More information

Wind and extremely long bridges a challenge for computer aided design

Wind and extremely long bridges a challenge for computer aided design Wind and extemely long bidges a challenge fo compute aided design oian JANJIC anaging iecto TV / entley Systems Gaz, Austia oian Janjic, bon 960, civil engineeing degee fom the Faculty of Civil Engineeing,

More information

CS3350B Computer Architecture. Lecture 6.2: Instructional Level Parallelism: Hazards and Resolutions

CS3350B Computer Architecture. Lecture 6.2: Instructional Level Parallelism: Hazards and Resolutions CS3350B Compute Achitectue Winte 2015 Lectue 6.2: Instuctional Level Paallelism: Hazads and Resolutions Mac Moeno Maza www.csd.uwo.ca/couses/cs3350b [Adapted fom lectues on Compute Oganization and Design,

More information

number in a data set adds (or subtracts) that value to measures of center but does not affect measures of spread.

number in a data set adds (or subtracts) that value to measures of center but does not affect measures of spread. Lesso 3-3 Lesso 3-3 Traslatios of Data Vocabulary ivariat BIG IDEA Addig (or subtractig) the same value to every umber i a data set adds (or subtracts) that value to measures of ceter but does ot affect

More information

Experiment #10 Bio-Physics Pre-lab Comments, Thoughts and Suggestions

Experiment #10 Bio-Physics Pre-lab Comments, Thoughts and Suggestions Expeient #10 Bio-Physics Pe-lab Coents, Thoughts and Suggestions The pupose of this pape is to povide you with soe infoation which ay be useful fo solving the pe-lab questions and pefoing the lab. I will

More information

Trends in Cycling, Walking & Injury Rates in New Zealand

Trends in Cycling, Walking & Injury Rates in New Zealand Tends in Cycling, Walking & Injuy Rates in New Zealand Walking and cycling, minutes/week SUMMAR Estimates of walking and cycling fom 9 Household Tavel suveys in New Zealand, conducted etween 1989 and 2012,

More information

Morrison Drive tel. Ottawa, ON, Canada K2H 8S fax. com

Morrison Drive tel. Ottawa, ON, Canada K2H 8S fax.   com acomaecom 302 1150 Moison Dive 613 820 8282 tel Ottawa, ON, Canada K2H 8S9 613 820 8338 fax www.aecom. com To Pat Seguin, P. Eng. Manage of Engineeing Page 1 CC Subject Valeie McGi, Ted Achuticz Pine Steet

More information

Introduction to Algorithms 6.046J/18.401J/SMA5503

Introduction to Algorithms 6.046J/18.401J/SMA5503 Itroductio to Algorithms 6.046J/8.40J/SMA5503 Lecture 4 Prof. Charles E. Leiserso Quicsort Proposed by C.A.R. Hoare i 962. Divide-ad-coquer algorithm. Sorts i place lie isertio sort, but ot lie merge sort.

More information

Cheat-Proof Playout for Centralized and Distributed Online Games

Cheat-Proof Playout for Centralized and Distributed Online Games Cheat-Poof Playout fo Centalized and Distibuted Online Games Nathaniel E. Baughman Bian Neil Levine baughman@cs.umass.edu bian@cs.umass.edu Depatment of Compute Science Univesity of Massachusetts Amhest,

More information

Multiple Vehicle Driving Control for Traffic Flow Efficiency

Multiple Vehicle Driving Control for Traffic Flow Efficiency Multiple Vehicle Diving Contol fo Taffic Flow Efficiency Seong-Woo Kim, Gi-Poong Gwon, Seung-Tak Choi, Seung-am Kang, Myoung-Ok Shin, In-Sub oo, Eun-Dong Lee, and Seung-Woo Seo Abstact The dynamics of

More information

Antenna Downselection for Co-Channel Interference Mitigation in a Mobile-to-Mobile Channel

Antenna Downselection for Co-Channel Interference Mitigation in a Mobile-to-Mobile Channel Atea Dowelectio fo Co-Chael Itefeece Mitigatio i a Mobile-to-Mobile Chael Bett. Walkehot *, homa G. Patt *, Sudhahu Gau, May A Igam Email: bett.walkehot@gti.gatech.edu * Geogia ech eeach Ititute, Atlata,

More information

Fundamental Algorithms for System Modeling, Analysis, and Optimization

Fundamental Algorithms for System Modeling, Analysis, and Optimization Fundamental Algoithms fo System Modeling, Analysis, and Optimization Edwad A. Lee, Jaijeet Roychowdhuy, Sanjit A. Seshia UC Bekeley EECS 44/44 Fall With thanks to R. K. Bayton, K. Keutze, N. Shenoy, and

More information

Performance Characteristics of Parabolic Trough Solar Collector System for Hot Water Generation

Performance Characteristics of Parabolic Trough Solar Collector System for Hot Water Generation Intenational Enegy Jounal: Vol. 7, No. 2, June 2006 137 Pefomance Chaacteistics of Paabolic Tough Sola Collecto System fo Hot Wate Geneation www.sed.ait.ac.th/eic A. Valan Aasu and T. Sonakuma Faculty

More information

GENETICS 101 GLOSSARY

GENETICS 101 GLOSSARY GENETICS 101 This documet is iteded to provide a basic uderstadig of caie geetics to the America Eskimo Dog (AED) ower ad breeder. It is simplified from scietific facts ad uderstadig. It is ot iteded to

More information

I. FORMULATION. Here, p i is the pressure in the bubble, assumed spatially uniform,

I. FORMULATION. Here, p i is the pressure in the bubble, assumed spatially uniform, The natual fequency of oscillation of gas bubbles in tubes H. N. Og uz and A. Pospeetti Depatment of Mechanical Engineeing, The Johns Hopkins Univesity, Baltimoe, Mayland 21218 Received 28 July 1997; accepted

More information

Bicycle and Pedestrian Master Plan

Bicycle and Pedestrian Master Plan Falmouth, Maine Bicycle and Pedestian Maste Plan Januay, 2003 Pepaed by The Falmouth Tails Advisoy Committee Tom Williams, Chai Daeby Amble Elizabeth Ehenfeld John Locke William Lund William Robinson Robet

More information

STUDY OF IRREGULAR WAVE-CURRENT-MUD INTERACTION

STUDY OF IRREGULAR WAVE-CURRENT-MUD INTERACTION STUDY OF IRREGULAR WAVE-CURRENT-MUD INTERACTION Mohsen Soltanpou, Fazin Samsami, Tomoya Shibayama 3 and Sho Yamao The dissipation of egula and iegula waves on a muddy bed with the existence of following

More information

Torque. Physics 2. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Torque. Physics 2. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Toque Physics Toque Toque is what causes angula acceleation (just like a foce causes linea acceleation) Toque Toque is what causes angula acceleation (just like a foce causes linea acceleation) Fo a toque

More information

POSSIBLE AND REAL POWERFLOWS IN CONNECTED DIFFERENTIAL GEAR DRIVES WITH η 0 <i pq <1/η 0 INNER RATIO

POSSIBLE AND REAL POWERFLOWS IN CONNECTED DIFFERENTIAL GEAR DRIVES WITH η 0 <i pq <1/η 0 INNER RATIO 5th INTERNATIONAL MEETING OF TE CARPATIAN REGION SPECIALISTS IN TE FIEL OF GEARS POSSIBLE AN REAL POWERFLOWS IN CONNECTE IFFERENTIAL GEAR RIVES WIT η 0

More information

THE IMPACTS OF CONGESTION ON COMMERCIAL VEHICLE TOUR CHARACTERISTICS AND COSTS

THE IMPACTS OF CONGESTION ON COMMERCIAL VEHICLE TOUR CHARACTERISTICS AND COSTS Figliozzi 1 THE IMPACTS OF CONGESTION ON COMMERCIAL VEHICLE TOUR CHARACTERISTICS AND COSTS Miguel Andes Figliozzi Depatment of Civil and Envionmental Engineeing Maseeh College of Engineeing and Compute

More information

Polynomial functions have graphs that are smooth and continuous. c) Use your knowledge of quadratic functions to sketch the graph.

Polynomial functions have graphs that are smooth and continuous. c) Use your knowledge of quadratic functions to sketch the graph. Math 165 4.1 Polyomial fuctios I class work Polyomial fuctios have graphs that are smooth ad cotiuous 1) For the fuctio: y 2 = x 9. a) Write the fuctio i factored form. b) Fid the x-itercepts or real zeros

More information

Carnegie Mellon University Forbes Ave., Pittsburgh, PA command as a point on the road and pans the camera in

Carnegie Mellon University Forbes Ave., Pittsburgh, PA command as a point on the road and pans the camera in Panacea: An Active Senso Contolle fo the ALVINN Autonomous Diving System Rahul Sukthanka, Dean Pomeleau and Chales Thope Robotics Institute Canegie Mellon Univesity 5 Fobes Ave., Pittsbugh, PA 15213-3891

More information

Sequential parimutuel games

Sequential parimutuel games Sequetial parimutuel games Rob Feeey ad Stephe P. Kig Departmet of Ecoomics The Uiversity of Melboure Parkville, Vic. 3052. Australia Abstract: I a parimutuel bettig system, a successful player s retur

More information

Matlab Simulink Implementation of Switched Reluctance Motor with Direct Torque Control Technique

Matlab Simulink Implementation of Switched Reluctance Motor with Direct Torque Control Technique Matlab Simulink Implementation of Switched Reluctance Moto with Diect Toque Contol Technique Vikamaajan Jambulingam Electical and Electonics Engineeing, VIT Univesity, India. Abstact - The switched eluctance

More information

A Machine Vision based Gestural Interface for People with Upper Extremity Physical Impairments

A Machine Vision based Gestural Interface for People with Upper Extremity Physical Impairments IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS-PART A: SYSTEMS AND HUMANS 1 A Machine Vision based Gestual Inteface fo People with Uppe Extemity Physical Impaiments Haiong Jiang, Badley S. Duestock,

More information

ELIGIBILITY / LEVELS / VENUES

ELIGIBILITY / LEVELS / VENUES ELIGIBILITY / LEVELS / VENUES 10U - SQUIRT MINOR '09 & MAJOR '08 Eligibility: Top six teams i the league at each level will qualify based o regular seaso league play. Format: Divisioal crossover with semi-fial

More information

ELIGIBILITY / LEVELS / VENUES

ELIGIBILITY / LEVELS / VENUES ELIGIBILITY / LEVELS / VENUES 10U - SQUIRT MINOR '09 & MAJOR '08 Eligibility: Top six teams i the league at each level will qualify based o regular seaso league play. Format: Divisioal crossover with semi-fial

More information

CORESTA RECOMMENDED METHOD N 68

CORESTA RECOMMENDED METHOD N 68 COESTA ECOMMENDED METHOD N 68 DETEMINATION OF CABON MONOXIDE IN THE MAINSTEAM SMOKE OF CIGAS BY NON-DISPESIVE INFAED ANALYSIS (Januay 2010) 1. FIELD OF APPLICATION The method is applicable to the gas phase

More information

Project Proposal: Characterization of Tree Crown Attributes with High Resolution Fixed-Base Aerial Photography. by Rich Grotefendt and Rob Harrison

Project Proposal: Characterization of Tree Crown Attributes with High Resolution Fixed-Base Aerial Photography. by Rich Grotefendt and Rob Harrison Poject Poposal: Chaacteization of Tee Cown Attibutes with High Resolution Fixed-Base Aeial Photogaphy by Rich Gotefendt and Rob Haison Funding Acknowledgments of Past Wok Pesented Alaska Depatment of Natual

More information

Optimizing Traffic Signal Settings in Smart Cities

Optimizing Traffic Signal Settings in Smart Cities 1 Zhiyi Li Studet Mebe IEEE Mohaad Shahidehpou Fellow IEEE Shay Bahaiad Seio Mebe ad Ai Khodaei Seio Mebe IEEE Abstact affic sigals play a citical ole i sat cities fo itigatig taffic cogestios ad educig

More information

ELIGIBILITY / LEVELS / VENUES

ELIGIBILITY / LEVELS / VENUES ELIGIBILITY / LEVELS / VENUES 10U - SQUIRT MINOR '08 & MAJOR '07 Eligibility: Top six teams i the league at each level will qualify based o regular seaso league play. Format: Divisioal crossover with semi-fial

More information

PORTSMOUTH ROCKINGHAM COUNTY STATE OF NEW HAMPSHIRE

PORTSMOUTH ROCKINGHAM COUNTY STATE OF NEW HAMPSHIRE O- BICYCLE FACILITY IMPOVEMET POJECT I THE CITY OF POTSMOUTH OCKIGHAM COUTY STATE OF EW HAMPSHIE COOS IDEX Sheet Description COVE SHEET & IDEX LEGED & ABBEVIATIOS 3 KEY PLA 4-6 TYPICAL SECTIOS 7-0 ALIGMET

More information

ELIGIBILITY / LEVELS / VENUES

ELIGIBILITY / LEVELS / VENUES ELIGIBILITY / LEVELS / VENUES 10U - SQUIRT MINOR '08 & MAJOR '07 Eligibility: Top six teams i the league at each level will qualify based o regular seaso league play. Format: Divisioal crossover with semi-fial

More information

Fault tolerant oxygen control of a diesel engine air system

Fault tolerant oxygen control of a diesel engine air system Fault toleant oxygen contol of a diesel engine ai system Raine Nitsche, Matthias Bitze, Mahmoud El Khaldi, Géad Bloch To cite this vesion: Raine Nitsche, Matthias Bitze, Mahmoud El Khaldi, Géad Bloch.

More information

A Three-Axis Magnetic Sensor Array System for Permanent Magnet Tracking*

A Three-Axis Magnetic Sensor Array System for Permanent Magnet Tracking* 16 IEEE Intenational Confeence on Multisenso Fusion and Integation fo Intelligent Systems (MFI 16) Kongesshaus Baden-Baden, Gemany, Sep. 19-1, 16 A Thee-Axis Magnetic Senso Aay System fo Pemanent Magnet

More information

Bubble clustering and trapping in large vortices. Part 1: Triggered bubbly jets investigated by phase-averaging

Bubble clustering and trapping in large vortices. Part 1: Triggered bubbly jets investigated by phase-averaging Intenational Jounal of Multiphase Flow 33 (2007) 1088 1110 www.elsevie.com/locate/ijmulflow Bubble clusteing and tapping in lage votices. Pat 1: Tiggeed bubbly jets investigated by phase-aveaging Rade

More information

DETC A NEW MODEL FOR WIND FARM LAYOUT OPTIMIZATION WITH LANDOWNER DECISIONS

DETC A NEW MODEL FOR WIND FARM LAYOUT OPTIMIZATION WITH LANDOWNER DECISIONS Poceedings of the ASME Intenational Design Engineeing Technical Confeences& Computes and Infomation in Engineeing Confeence IDETC/CIE August 8-3,, Washington, DC, USA DETC-4777 A NEW MODEL FOR WIND FARM

More information

Footwork is the foundation for a skilled basketball player, involving moves

Footwork is the foundation for a skilled basketball player, involving moves The Complete Book of Offesive Basketball Drills Basic Footwork ad Cuts Drills 2 Equipmet 16 chairs (or less) Persoel The etire team Basic Footwork ad Cuts Drills Two coaches How to Ru the Drill Five feet

More information

Computer Architecture ELEC3441

Computer Architecture ELEC3441 Computer rchitecture ELEC344 ISC vs CISC Iro Law CPUTime = # of istructio program # of cycle istructio cycle Lecture 5 Pipeliig () Dr. Hayde Kwok-Hay So Departmet of Electrical ad Electroic Egieerig L4

More information

SPH4U Transmission of Waves in One and Two Dimensions LoRusso

SPH4U Transmission of Waves in One and Two Dimensions LoRusso Waves travelig travellig from oe medium to aother will exhibit differet characteristics withi each medium. Rules A wave of fixed frequecy will have a shorter wavelegth whe passig from a fast medium to

More information

THE EFFECTS OF COUPLED INDUCTORS IN PARALLEL INTERLEAVED BUCK CONVERTERS

THE EFFECTS OF COUPLED INDUCTORS IN PARALLEL INTERLEAVED BUCK CONVERTERS THE EFFECTS OF COUPED INDUCTORS IN PARAE INTEREAVED BUCK CONVERTERS Paul Seria, David Fi ad Geoff Walker pseria@itee.uq.edu.au School of Iformatio Techology ad Electrical Egieerig Uiversity of Queeslad

More information

Color Encodings: srgb and Beyond

Color Encodings: srgb and Beyond IS&T's 2002 PICS Confeence Colo Encodings: srgb and Beyond Kevin E. Spaulding Eastman Kodak Company, Rocheste, New Yok Jack Holm Hewlett-Packad Company, Palo Alto, Califonia Abstact Most digital imaging

More information

Precautions for Total Hip Replacement Patients Only

Precautions for Total Hip Replacement Patients Only Precautios for Total Hip Replacemet Patiets Oly The followig is a list of precautios to keep you from dislocatig your hip. Dislocatig meas to move a body part out of its usual positio. Durig your stay

More information

Seated valves (PN 16) VF 2-2-way valve, flange VF 3-3-way valve, flange

Seated valves (PN 16) VF 2-2-way valve, flange VF 3-3-way valve, flange Data sheet Seated valves (PN 16) VF 2-2-way valve, flage VF 3-3-way valve, flage Descriptio Features: Bubble tight desig 15-80, 200-300 Sap mechaical coectio together with AMV(E) 335, AMV(E) 435 Dedicated

More information

Design of Multi-unit Electronic Exchanges through Decomposition

Design of Multi-unit Electronic Exchanges through Decomposition 1 Desig of Mlti-it Electoic Exchages thogh Decompositio Pakaj Dayama, Y Naahai Abstact I this pape we exploit the idea of decompositio to match byes ad selles i a electoic exchage fo tadig lage olmes of

More information