x. Itrducti The k-d tree, r k-dimesial biary search tree, was prpsed by Betley i 75. I this paper, we prpse a mdicati, the squarish k-d tree, ad aalyz

Size: px
Start display at page:

Download "x. Itrducti The k-d tree, r k-dimesial biary search tree, was prpsed by Betley i 75. I this paper, we prpse a mdicati, the squarish k-d tree, ad aalyz"

Transcription

1 Squarish k-d trees Luc Devrye, Jea Jabbur ad Carls Zamra-Cura Schl f Cmputer Sciece McGill Uiversity Mtreal, Caada h3a 2k6 fluc, jabbur, czamrag@cs.mcgill.ca bstract. We mdify the k-d tree [; ] d by always cuttig the lgest edge istead f rtatig thrugh the crdiates. This mdicati makes the expected time behavir f lwer-dimesial partial match queries behave as fr perfectly balaced cmplete k-d trees des. This is i ctrast t a result f Flajlet ad Puech, wh prved that fr (stadard radm k-d trees with cuts that rtate amg the crdiate axes, the expected time behavir was much wrse tha fr balaced cmplete k-d trees. We als prvide results fr rage searchig ad earest eighbr search fr ur trees. Keywrds ad phrases. k-d trees, partial match query, rage search, expected time, prbabilistic aalysis f algrithms, data structures. Cmputig Reviews categries 3.74, 5.25, 5.5. Research f the authrs was spsred by NSRC Grat 3456 ad by FCR Grat - R-2. The secd authr was leave frm the Departmet f Mathematics, Uiversite de Versailles, Frace. ddress Schl f Cmputer Sciece, McGill Uiversity, 34 Uiversity Street, Mtreal, Caada H3 2K6. The third authr received a DGP-UNM Schlarship.

2 x. Itrducti The k-d tree, r k-dimesial biary search tree, was prpsed by Betley i 75. I this paper, we prpse a mdicati, the squarish k-d tree, ad aalyze its expected time perfrmace fr partial match queries, rthgal rage searchig, ad earest eighbr search uder the stadard radm mdel fr the iput ( pits idepedetly ad uifrmly distributed the uit hypercube. We pit ut its superirity ver the stadard k-d tree fr this mdel. Betley's k-d tree is a biary search tree that geeralizes the -d tree r rdiary biary search tree t IR k. partiti f space it hyper-rectagles is btaied by splittig alteratig crdiate axes by hyper-plaes thrugh data pits. Figure shws the partiti ad the crrespdig k-d tree. Iserti ad search are implemeted as fr the stadard biary search tree algrithms. These trees are used fr a variety f ther peratis, icludig rthgal rage searchig (reprt all pits withi a give rectagle, partial match queries (reprt all pits whse values match a give k-dimesial vectr with pssibly a umber f wildcards, e.g., we may search fr all pits with values (a ; ; ; a 4 ; a 5 ;, where detes a wild card. dditially, earest eighbr searchig is greatly facilitated by k-d trees. Fr rthgal rage searchig, a hst f particular data structures have bee develped, such as the rage tree ad variatis r imprvemets f it (fr surveys, see Betley ad Friedma (7, Ya (, Samet (a, b, ad garwal (7. Hwever, the k-d tree ers several advatages{it takes O(k space fr data pits, it is easily updated ad maitaied, it is simple t implemet ad cmprehed, ad it is useful fr ther peratis besides rthgal rage search Figure. The k-d tree ad its partiti f the plae. The query rectagle is shaded. Betley's rthgal rage search algrithm simply visits recursively all subtrees f the rt that have a empty itersecti with the query rectagle. I gure fr example, the 2

3 left ad right subtrees f the rt are visited. Nte that each de i the tree represets bth a pit f the data ad a rectagle i the partiti, amely the rectagle split by that pit. Leaf regis thus have pits strictly i their iterir. The query time fr rthgal search depeds up may factrs, such as the lcati f the query rectagle, ad the distributi f the pits. Oe may cstruct a media k-d tree -lie by splittig each time abut the media, thus btaiig a perfectly balaced biary tree, i which rdiary pit search takes (lg wrst-case time, ad a partial match query with s crdiates specied takes wrst-case time O(?s=k + N, where N is the umber f pits retured (see, fr example, Lee ad Wg, 77. Fr -lie iserti, balacig is triusly dicult. If we assume that the data are idepedet ad have a cmm distributi, the the expected query time is clearly f iterest. Fr stadard radm biary search trees, it is kw (Kuth, 7; Pittel, 4; Devrye, 6, 7; Mahmud, 2 that mst prperties f balaced search trees are iherited the expected depth f a radmly selected de is abut 2 lg ad the expected height is O(lg. Oe wuld hpe that the radm k-d tree, cstructed by csecutive iserti f data pits, wuld als have a perfrmace clse t that f the media (lie k-d tree. ssumig that the data pits are draw frm the uifrm distributi the uit k-cube, Flajlet ad Puech (6 shwed that a radm partial match query (carried ut with s values als draw uifrmly ad idepedetly [; ], s, there are k? s wildcards has expected time perfrmace (?s=k+(s=k, where (u is a strictly psitive fucti f u 2 (;, with maximum t exceedig 7. Thus, radm k-d trees behave a bit wrse tha their balaced cuterparts, the media k-d trees. Surveys f related kw prbabilistic results are prvided by Vitter ad Flajlet (, ad Get ad Baeza-Yates (. Figure 2. Tw radm k-d tree partitis clearly shw the elgated rectagles. We prpse a mir mdicati f the iserti prcedure, amely, each time a rectagle is split by a ewly iserted leaf pit, the lgest side f its rectagle is cut, that is, the cut is a (k? -dimesial hyper-plae thrugh the ew pit perpedicular t the lgest edge f the rectagle. It was shw by Chazy, Devrye, ad Zamra-Cura ( that 3

4 elgated rectagles explai the pr perfrmace f radm k-d trees. I this paper, we shw t what extet the prpsed k-d trees have mre squarish-lkig rectagles, ad will therefre call these trees squarish k-d trees. Fr the prbabilistic mdel f Flajlet ad Puech, it will be shw that the expected time fr a partial match query is (?s=k, just as fr radm media k-d trees. Furthermre, the expected cmplexity f ay rthgal rage search i media k-d trees is asympttically equivalet t that fr the simple squarish k-d trees prpsed here. I the last part f the paper, we deal with rthgal rage search i geeral whe the query rectagles may have dimesis that deped up i a arbitrary fashi. The prfs are prbabilistic, rather tha aalytical, ad d t er explicit cstats fr expected times but ly ( results. Hwever, they are shrt ad explai may f the phemea at wrk. Iterestigly, very little prbability beyd Hlder's iequality is eeded. We cclude the paper by shwig that a atural earest eighbr search (with a radmly selected prbe pit takes O(lg lg lg expected time i ay dimesi. We shuld te that there are ideed mre sphisticated data structures fr sme f the subprblems dealt with here. Fr example, if e is just iterested i partial match queries, the e culd just make j-d trees fr each f the 2 k? empty subsets f size j f the k crdiates separately, s that search i the prper tree is just a pit search, takig expected wrst-case time O(lg, while the space used is still O(2 k. Hwever, these wuld t be helpful fr geeral rthgal, simplex, r cvex rage searches. Fr a aalysis f rage search based multiattribute trees see Gardy, Flajlet, ad Puech (. x2. The radm prcesses I this secti, we will try t explai the diereces betwee alteratig cuts ad lgestedge cuts i sequeces f radmly cut rectagles. T explai the prcesses at wrk, we csider the fllwig simplicati f ur prblem i IR 2, start with a rectagle with e vertex permaetly pegged at the rigi ad the ppsite e at (;, ad let (U ; V dete the crdiates f the tp right vertex after iteratis, with (U ; V = (;. The rectagle will be reduced i size, rst by alteratig uifrm cuts, that is, if Z ; Z 2 ; are i.i.d. uifrm [; ] radm variables, the we set Clearly, at time 2, we have (Z U (U ; V =? ; V? U 2 L = V 2 L = if is dd; (U? ; Z V? if is eve. Y i= Z i L = e? P i= i L = e?g where the i are idepedet expetial radm variables, ad G detes a gamma radm variable with parameter. s U k ad V j are idepedet f each ther fr all k; j, we see that the rati U 2 V 2 L = e G?G 4

5 where G ; G are i.i.d. gamma radm variables. By the cetral limit therem, it is easy t see the that p lg U2 L! N? N ; V 2 a dierece f tw idepedet stadard rmal radm variables. Thus, the raw rati behaves asympttically like exp( p (N? N, ad thus exhibits wide swigs. I fact, if we stp at a large value fr, the rectagle will lk very skiy ideed (see Figure 2. Sice we wuld like t preserve squarish rectagles, we may pt istead t always cut the lgest side f the rectagle. Mre frmally, with tati as abve, (U ; V = (;, we have (Z U (U ; V =? ; V? if U? > V? ; (U? ; Z V? if U? < V?. I case f equality U? = V?, which ly ccurs at =, we ip a perfect ci ad pick a edge t cut at radm. Lemma. With the lgest-edge cuttig methd, the sequece U =V,, is idetically distributed. The cmm distributi is that f Z =Z 2, the rati f tw idepedet uifrm [; ] radm variables. Prf. Clearly, U =V is distributed as Z with prbability =2 ad as =Z therwise. It is easy t verify that this has the required desity =(2 max(z; 2, z >. By iducti, we eed t shw that if Z ; Z 2 ; Z are i.i.d. uifrm [; ] radm variables, the the radm variable ZZ =Z 2 I Z>Z 2 + Z =(ZZ 2 I Z<Z 2 is i tur distributed as Z =Z 2. This ca be de by stadard calculatis, r eve the methd f characteristic fuctis. Hwever, by far the quickest way t see this is by embeddig. We te that Z =Z 2 is distributed as the radm variable Z S 4 where S = ad S =? with equal prbability, ad Z 4 is ather uifrm [; ] radm variable. The case Z > Z 2 crrespds t S =?, ad thus, we see that ZZ =Z 2 I Z>Z 2 + Z =(ZZ 2 I Z<Z 2 is distributed as (Z 4 =Z S, which was t be shw, as S is idepedet f Z ad Z 4. Lemma shws that cuttig the lgest edge is extremely stabilizig. Nevertheless, as U =V has Cauchy-like tails, its mea des t exist, ad we will fte see skiy rectagles, althugh by ad large, the rectagles will be rather squarish. The abve bservatis explai why the squarish k-d trees are useful. Our aalysis is f curse mre ivlved, as rectagles participate i a evlvig cllecti f rectagles, with very itricate depedecies. s s as a rectagle becmes t small, it is ulikely t be picked agai s, ad thus, the rati f the sides f the rectagles must be csidered i cjucti with the sizes. Fr this, we itrduce a few ew aalysis methds. 5

6 3 lg (U /V Figure 3. Fr the tw prcesses abve, lg(u =V is pltted versus. The alteratig cuts prcess waders just as a radm walk. The largest edge cut strategy iduces a sequece U =V that hvers ear e ad remais statiary. Figure 4. Fr the tw prcesses abve, let L ad S p be the lg ad shrt dimesis f a leaf rectagle i the 2-d partiti. The values L =S are pltted versus p L S (rmalized s that the largest value is e fr the tw k-d trees. Fr squarish k-d trees ( the right, there are may mre rectagles i which L ad S are clse. d early all big rectagles are squarish. Fr the rdiary radm 2-d tree, the left, mst rectagles have very small edge ratis. 6

7 x3. Ntati ad prelimiaries I k-d trees, des represet rectagular regis. Betley's algrithm fr rthgal rage search ad partial match queries starts at the rt f k-d tree ad recursively visits all subtrees that have a empty verlap with the rectagular regis f the childre, ad reprts all pits that fall i the search regi. Let u ; u 2 ; ; u, dete the des i the k-d tree, ad let U ; ; U dete the data pits, which are i.i.d. ad uifrmly distributed [; ] k. Thus, U i is the data pit crrespdig t u i. The rectagle split by u i is R i. Thus, R = [; ] k. Let jr i j dete the vlume f rectagle i. The + leaf rectagles (the daglig edges i Figure are als deted R i, with the idex i w ruig frm + t 2 +. The cllecti f rectagles is deted by R. The cllecti f the idices f the + al rectagles is F. We will dete by T the k-d tree cstructed by isertig successively u ; u 2 ; ; u it a iitially empty k-d tree. Give a de u i T, we will dete by T u the subtree f T rted at u. With rtatig crdiate cuts, such a tree is called a radm k-d tree. With ur methd f cuttig the largest edges, it will be called a radm squarish k-d tree. The dimesis f rectagle R i are ij ; j k. Fr 2-d trees, we will use the lighter tati i ; Y i fr the x ad y dimesis f R i. The query rectagle Q is Z + [?m ; m ] [?m k ; m k ], m i fr all i, where the m i 's are xed (that is, they may deped up ly ad Z is uifrmly distributed [; ] k ad idepedet f (U ; ; U. Betley's rage search applied t Q is called a radm rthgal rage search. Nte that a de u i is visited by the rage search algrithm if ad ly if the query rectagle Q itersects R i. y rectagle R i is visited if ad ly if it itersects Q. Let N be the time cmplexity f Betley's rthgal rage search. The, N = 2+ i= [Ri\Q6=;] This quatity will be aalyzed further fr radm squarish k-d trees. I a radm partial match query, we specify a subset f s dimesis, j ; ; j s, ad perfrm a rthgal rage query with the i-th iterval i the rectagle either fz i g (a uifrm radm umber [; ] if i 2 fj ; ; j s g, r (?; therwise. It is assumed that the Z i 's are idepedet, ad idepedet f (U ; ; U. I this paper, we rst study radm partial match queries fr radm squarish k-d trees ad btai results that shuld be cmpared agaist the fllwig result fr radm k-d trees Therem (Flajlet ad Puech, 6. Fr a radm k-d tree ad a radm partial match query, i which s f the k elds are specied with k > s, let N (s be the umber f cmpariss that Betley's rthgal rage search perfrms. Dee (?u u? t t (u = max t + 2? 2 ; < u < ; t? u u ad te i particular that is decreasig (;, ( =, ad that? u < (u < 7? u, < u <. The = (c + ( (s=k ; N (s 7

8 where c is a cstat depedig the idices f the s xed crdiates. The fllwig prpsiti is useful i relatig partial radm partial match queries t the rage search prblem. Prpsiti. Give is a radm k-d tree based i.i.d. radm variables U ; ; U, distributed uifrmly [; ] k. Csider a radm partial match query, i which s f the k elds are specied. Let N (s be the umber f cmpariss that Betley's rthgal rage search perfrms. Let S be the set f specied crdiates. The N (s = < 2+ Y = ij ; ; where ij ; j k are the legths f the sides f rectagle R i i R. i= j2s Q Prf. Let Q be the query rectagle. Nte that P fq \ R i 6= ; j U ; ; U g = j2s ij. Thus we have, N (s = ( 2+ i= [Q\Ri6=;] = 2+ i= P fq \ R i 6= ;g = < 2+ Y = ij ; i= j2s The fllwig bservati is imprtat. It fllws immediately by csiderig the radm grwth f ur k-d trees. d f curse, it implies that that the jit distributi f the rdered vlumes f the + leaf rectagles is idetical fr bth radm k-d trees csidered here! Lemma 3. Csider a radm k-d tree r a radm squarish k-d tree. The, the vlumes f the rectagles i F are distributed as the set V f the csecutive spacigs betwee the rder statistics f i.i.d. radm variables, uifrmly distributed [; ]. x4. Radm partial match queries with squarish 2-d trees I a radm partial match query a 2-d tree, we take a uifrmly distributed value Z, ad visit all des i the tree whse rectagle cuts the vertical lie at Z. The prbability f hittig a rectagle with dimesis i Y i is f curse i, s that the expected umber f des visited, ad hece, the expected time fr a partial match query, is simply P 2+ i= i, where the sum is take ver all 2 + rectagles i the partiti. similar frmula hlds f curse fr hriztal partial match queries. I this secti, we prve that a radm partial match query i a radm squarish 2-d tree takes expected time ( p as ppsed t ( 566 fr radm 2-d trees (see Therem.

9 Therem 2. Fr a radm squarish 2-d tree, p 3 ( 2+ i= Y i p The same result hlds fr P2+ match query is ( p. i= i. Hece, the expected time fr a radm partial Of curse, attempt was made t ptimize the cstats. few techical results will be eeded i the sequel. Lemma 4. Fr p ;, bpc+ (?(p + jr i j p 4?(p + ; + p p? p? i2f fr all. Prf. Let V ; ; V + be the spacigs iduced by idepedet uifrmly distributed radm variables [; ]. It is kw that V L i = Beta(;. Thus, by Lemma 3, with B(s; t =?(s?(t?(s+t ( i2f jr i j p = ( + i= Vi p = +Z i= B(p + ; = ( + B(; p (? v? v dv B(;?( + 2 =?(p +?(p + + Nw, as?(x + = x?(x fr ay x >, ad fr ay atural umber ad ay s 2 [; ],?s?( + =?( + s ( +?s (see Mitrivic, 7, the ( i2f jr i j p?( + =?(p + ( + ( + p ( + p? bpc?( + p? bpc?(p + ( + 2?p+bpc bpc+?(p + + = p? 4?(p + ; p? 2+bpc?p

10 as 2 + bpc? p 2. Nw, fr the lwer bud, te that ( i2f ( i Y i p?( + =?(p + ( + ( + p ( + p? bpc?( + p? bpc?(p + p??(p + p??(p + p? + p bpc+ ( + p ( + p?cpb bpc+ + p bpc+ Lemma 5. I a radm squarish 2-d tree, fr every q, ( i2f >< Yi q >?q=2?q=2 ; fr q 2 [; 2; e lg ; fr 2? 2 5?(q=2+ q=2?? q 2? q=2? ; fr q > 2, lg q 2; ad fr q 2 [; 2, ( i2f Yi q bq=2c+?(q=2 +?q=2 q=2 + The same result hlds fr P i2f q i. P Prf. Let r >, ad dee S r (q = Y q i. Nte that, give U ; ; U r, S (q? r+ S(q r is distributed as Y q whe > Y ad as Y q (U q + (? U q? whe Y, where U is a uifrm [; ] radm variable, ad (; Y are the dimesis f the rectagle split whe U r+ is added. Thus, ( S (q? r+ S(q r = i Y i? [i>y i] Y q i + [i<y i] Y q i ( q + (? q? Ntice that U q + (? U q? fr q, ad as mifa; bg p ab, fr a; b, the by Lemmas 3 ad 4, ( S (q? r+ S(q r (? i Y i [i>y i] Y q i ( i Y i q=2+ 4?(q=2 + 2 r q=2

11 By summig the diereces we get, S (q =? r= (? r= S (q r+ S(q r + S (q 4?(q= r q=2 Z? 2 + 4?(q= dx xq=2 ( + 4?(q=2+2 (?q=2? ; (q 2 [; 2?q=2 5?(q= ?(q=2+2 (??q=2 (q > 2 q=2? (?q=2?q=2 ; (q 2 [; 2? q??q=2 (q > ?(q=2+2 q=2? Because?q=2?q=2, as a fucti f q, reaches its miimum at q = 2(? = lg, ad S (q is a decreasig fucti f q, we have that S (q e lg, fr q q 2. P The result fr i2f q i ca be btaied similarly just by replacig the y-legths fr the x-legths i the apprpriate places. Nw, fr the lwer bud, te that as the i 's ad the Y i 's are idetically distributed ( ( Y q i = 2 (Y q i + q i i2f i2f ( (Y i i q=2 by Lemma 4, fr q 2 [; 2. i2f bq=2c+?(q=2 + ; q=2 + q=2? Prf f Therem 2. Nte that the lwer bud fllws frm Lemma 5, as P i2f Y i is less tha P2+ i= Y i. Fr the upper bud we will use the same techique as i the prf f Lemma 5. Let S = P 2+ i= Y i. Nte that as the sum is ver all the rectagles geerated by U ; ; U, we have w that fr r, as i ad Y i are idetically distributed, fs r+? S r g = = 3 (? i Y i [i>y i] 2Y i + [i<yi] (Y i U + Y i (? U ( i Y 2 i where U L = Uifrm[; ], ad idepedet f all U ; ; U. Let q 2 (; 2 ad p > such

12 that p + q =, the by Hlder's iequality used twice, ( i Y 2 i ( 4?(p + r p? ( i Y i p =p =p ( =q Y q i =q? q=2 r q=2? by Lemmas 4 ad 5. Take p = 3, q = 3=2, ad verify that the upper bud is t mre tha 24 =3 32 2=3 = p r < 3= p r. By summig the diereces we ally btai ( 2+ Y i 5? 2 + p 5 r 2 + (p?? p i= r= P2+ Fr the lwer bud, set q = i the lwer bud f Lemma 5. The result fr i= i ca be btaied similarly just by replacig the y-legths fr the x-legths i the apprpriate places. x5. The k-dimesial case. I this secti, we btai the k dimesial geeralizati f the results i the previus secti by iducti. Give U ; ; U, we dee fr each R i 2 R, i = max j=;;k ij ad ji as the idex j 2 f; ; g fr which ij = i. Nte that j i is uique w.p.. Our mai result geeralizes Therem 2 ad establishes the expected time ptimality f radm squarish k-d trees. Therem 3. Csider a radm squarish k-d tree. C; C > such that C? `k < 2+ Y = ij ; `k C? ; i= j2i Fr ` 2 f; ; k? g, there exist fr ay I f; ; kg f cardiality ` ad all 2 IN. I particular, by Prpsiti the expected time f a radm partial match query with s specied crdiates is (?s=k. The ext lemma cmplemets Therem 3 whe ` = k. Lemma 7. Let U ; ; U be idepedet uifrmly distributed radm variables ver [; ] k. Let R = fr ; R 2 ; ; R 2+ g be the rectagles i the partiti deed by the radm squarish k-d tree based U ; ; U. Let ij be the legth the j th crdiate f the i th rectagle. The, ( 2+ i= i ik = 2H +? ; 2

13 where H is the th harmic umber. We prve the fllwig lemma that will allw us t prve the lwer bud i the previus therem. Lemma. Let ` 2 f; ; kg, the fr every x ; ; x k >, k k x j max j= I If;;kg Y j2i ` x j Prf. Let I be the subset f f; ; kg f cardiality ` fr which the maximum abve is reached. It suces t bserve that, k ` ky x j s+`? Y k? Y x Y x j Y k x j ; j= s= j=s s= j2i j2i where the subidice j must be uderstd as (j md k, if j > k. Prpsiti 2. Let I f; ; kg f cardiality ` 2 f; ; kg ad p 2 [; k`, the there are psitive cstats C ad C such that fr all 2 IN. C?p `k < Y = ij p ; C?p k ` ; j2i Prf. Fr I f; ; kg with jij = `, we dee S I;p r Y j2i p ij We rst lk at the upper bud. We dee recursively the cstats C k (`; p fr ay iteger k >, ` 2 f; ; kg ad real umber p 2 [; k` as fllws, ( 4?(p + ; if ` = k; C k (`; p = (k? `? p` k C k (k; ~q =~q C k (` + ; p~p`=(` + =~p + 2 if ` < k, where ~p; ~q > deped p; k ad `, they are such that ~p + ~q Fr the sake f clarity we will chse ~p later. =, ad p~p ` `+ < k `+. Fr ` 2 f2; ; kg, we dee the hypthesis H` statig that the upper bud hlds fr all 2 IN, all I f; ; kg such that jij = `, ad all p 2 [; k`, with cstat C k(`; p. We 3

14 will prve H` with a iductive argumet. First, te that H k hlds by Lemma 4. ssumig that H` is true, we will prve H`?. Let I f; ; kg such that `? = jij, ad k p 2 [;. The fr ay iteger r we have, `? Y S I;p? r+ SI;p r ju ; ; U r k < ij [j Y p ij i j= j2i p Z = + [ji 2I] ij (x p + (? x p? dx ; Y j2i as we are usig the lgest edge cut methd. Sice R (xp + (? x p? dx fr ay p, we ca drp the secd term abve ad take expected values s that, S I;p? r+ SI;p r t62i < k j= ij [ji Y = ij p ; j2i Let us dete by (t the expected value f the t th term abve. Observe that [j i =t] ij `? ` ij ` it. Thus we ca bud each (t as fllws, >< Y k ij > Y j2i[ftg p `? ` >= ij >; Nw, fr ay ~p; ~q > such that ~p + ~q =, we have by applyig Hlder's iequality twice that, (t >< k > j= ij ~q >= ~q >; >< Y j2i[ftg `? ij ` p~p >= >; We ca apply hypthesis H` t bud the secd term abve, if we ca chse ~p > such that p~p `? k k ` 2 [; k=`. Nte that >, as p 2 [;. Let us dee ~p = p(`? `? maxp k=p(`? ; ` (`?p, s that ~p >, yet p~p `? ` < k`. This cmpletely dees the cstat C k (`; p. We ca therefre use hypthesis H` ad btai, Ck (k; ~q (t r ~q? =~q Ck (`; p~p(`? =` r `? k p~p? =~p = C k(k; ~q =~q C k (`; p~p(`? =` ~p r `? k p We ca thus bud the diereces as fllws, S I;p? r+ SI;p r t62i (t (k? ` + C k(k; ~q =~q C k (`; p~p(`? =` =~p 4 r `? k p ~p

15 Sice p < we get, as is prved. S I;p P k, we have that `? r= r p `? k?p `? k. S, by summig the diereces p `? k S I;p `? p(`??p [C k (`? ; p? 2] k? + 2 C k (`? ; p k 2, fr every p, ad ay empty I f; ; kg. Thus, hypthesis H`? We w prve the lwer bud. s we ip a perfect ci at the begiig f the prcess t chse the side f R that we cut, all the crdiates i ; ; ik f a rectagle R i are exchageable. S, detig by S the set f all I f; ; kg f cardiality `, all the radm variables P i2f Q j2i p ij The, by Lemmas 4 ad 7, i2f are equally distributed s that < Y p ij i2f j2i = ; = Y = ij p ; j2i < Y jsj jsj p ij I 2S i2f j2i >< k > i2f j= ij p` k >= = ; >; C p` k We must te that by Lemma 4, if ` = k, the fr ay p, there are psitive cstats C ad C, depedig p such that the previus result hlds. We are w ready t prve Therem 3. Prf f Therem 3. The lwer bud fllws immediately frm the previus prpsiti. Fr ay subset I f; ; kg f cardiality ` 2 f; ; k? g, we dee S I = 2 Y i= j2i ij s we are usig the lgest edge cut methd we have that, S I r+? S I r ju ; ; U = 3 ky < ij [j 62I]2Y i j= j2i ky Y ij ij j= j2i ij + [j i 2I] Y j2i ij = ; p We chse w p = k=`, q = =(? p`=k, s that p + q =, ad apply Hlder iequality with these values t get, S I r+? S I r 3 < k j= p = ij ;=p 5 Y j2i q = ij ;=q

16 The by Lemma 4 ad Prpsiti 2, there exists a psitive cstat C depedig up ` ad k such that S I r+? S I r C r `k We add the diereces t get S I C r `k r=! + 2 C? `k + 2 `k Prf f Lemma 7. First, te that fr ay i, i ik is the vlume jr i j f the rectagle R i. Nte that if U ; ; U i have already bee iserted i [; ] k, ad U i+ is a ew pit, the the size f the tw rectagles geerated by U i+ is equal t the size f the rectagle i the al partiti f [; ] k i which U i+ falls. Let us dete by R(U i+ this rectagle. Thus, ( 2+ i=? i ik = + i= f fjr(u i+ j j U ; U i gg ; where the accuts fr the rt rectagle. We claim that fjr(u i+ jg = 2 i+2. Nte that the claim is bviusly true fr i =. Nw, suppse that U ; ; U i have already bee iserted i the squarish k-d tree, s that there are i + exteral des. These exteral des represet the i + rectagles partitiig [; ] k. Let these rectagles be S ; ; S i+, ad let the umberig be s that the leaves are take frm left t right, i rder f appearace as leaves i the squarish k-d tree f U ; ; U i. The, fjr(u i+ jg = = = ( ( i+ `= ( i+ `= ( i+ [Ui+2S`] js`j U ; U i `= js`j P U i+ 2 S` js`j 2 U ; ; U i It is well kw that (js j; ; js i+ j are jitly distributed as uifrm spacigs, that is the legths f the itervals [; ] deed by a i.i.d. uifrm [; ] sample f size i. ll these spacigs are idetically distributed fllwig a Beta(; i distributi. If B is a Beta(i radm variable, the we have fbg = =(i+ ad B 2 = 2=((i+(i+2. Therefre, fjr(u i+ jg = (i + B 2 = 2 i + 2 ad thus,? + fjr(u i+ jg = + 2(H +? i= 6

17 x6. Orthgal rage search I this secti, we btai tight upper buds fr the expected cmplexity fr Betley's rage search algrithm. Fr radm rthgal rage search, the fllwig therem establishes the stadard fr cmpariss. Therem 5 belw the states that radm squarish k-d trees are superir t radm k-d trees fr ay kid f radm rthgal rage search. Therem 4 (Chazy, Devrye ad Zamra-Cura,. Give is a radm k-d tree f size. Let Q be a radm query rectagle f dimesis k (which are determiistic fuctis f takig values i [; ], with ceter at Z which is uifrmly distributed [; ] k, ad idepedet f the k-d tree. Let N be the umber f cmpariss that Betley's rthgal rage search algrithm perfrms. The, there exist cstats > > depedig up k ly such that lg + P If;;kg jij<k fn g Q j =2I j (jij=k! ; where ( is the fucti deed i Therem. Therem 5. Let Q be a radm query rectagle f dimesis k (which are determiistic fuctis f takig values i [; ], with ceter at Z which is uifrmly distributed [; ] k, ad idepedet f the k-d tree. Let N be the umber f cmpariss that Betley's rthgal rage search algrithm perfrms. The, there exist cstats > > depedig up k ly such that fn g lg + P If;;kg jij<k Qj =2I jij? j k! We ca rewrite the previus result as fllws, fn g ky i= k? j + `=? `k If;;kg jij=` Y j =2I C j + lg ; ad therefre by allwig ay r f the j 's t be zer, the term that will dmiate the previus bud is, Y? k r j I;jIj=r j =2I Fr example, whe k = 2, = (=, ad = (=, the fn g?? + 2? + 2? + lg 7

18 By lkig at the dieret regis i the - plae we btai, fn g < (lg ; fr =2 ad =2; (maxf =2? =2? g; fr =2; =2, r =2; =2; (?? ; fr =2; =2. Nte that if = ad =2, r = ad =2, we recver the expected cmplexity time f the radm partial match query prblem. p =, Partial Match Query =2? lg Pit Search =2?? =2? =2 Figure 5. The cmplexity regis fr = (= ad = (=. Lemma. Let U ; ; U be idepedet ad uifrmly distributed ver [; ] k radm variables, let i be the largest side f the i th rectagle geerated by U ; ; U. The, fr all, ( i2f [ i > 2] 2 4k?3 P P Prf. Nte that i2f [i > 2 ] 2 k i2f Qj2I i ij, where I i = fj ij > 2 g. Dee S = P i2f Q j ij > 2 s that fr, ( i2f [ i > 2] ij. We are gig t prve that fs g is decreasig 2 k?3 fs g 2 k?3 fs g = 2 4k?3 T shw fs g fs g, we lk at the diereces ce agai. Set P i = Q j2i i ij. The, S r+? S r = jr i j [i > 2] i2f + [(? i > 2]?P i + [i > 2] P i P i (? + [jiij>] i P i P i + [jiij>] i + [i 2 ; (? i 2] 2 [jiij>] P i i ;

19 where L = Uifrm[; ], ad it is idepedet f U ; ; U r. Therefre, fs r+? S r ju ; ; U r g jr i j [i > 2] P i + (x + 4 dx 2 i Z? Z 2 i + 2 i ((? x + =4dx + =2dx? 2 i = jr i j [i > 2] P i? 4i (2i 2 Prf f Therem 5. Let T be the squarish k-d tree cstructed frm U ; ; U. Nte that a de U i i T is visited if ad ly if the query rectagle Q itersects R i, where R i is the rectagle i the al partiti f [; ] k geerated by U ; ; U i?, i which U i falls. Thus, the ruig time f the rage search algrithm is exactly the umber f rectagles i R that Q itersects, N = 2 i= [Ri\Q6=;] ls, give U ; ; U, the prbability that Q itersects R i is the prbability that Z has sme crdiate that is withi distace j =2 f R i, ad this prbability is clearly buded by the vlume f R i expaded by j i the j th directi, fr all j. Therefre, fn g < 2 ky? = ij + j ; i= j= Y < 2 Y = j ij ; + j =2I i= j2i Y jij? j k + lg C = If;;kg If;;kg jij<k j =2I ; fr sme > by Therem 3 ad the Lemma 7. Fr the lwer bud we may assume that

20 j =2 ad d the fllwig fn g = ( i2f < i2f < = [Q\Ri] [j2f;;kgij =2] ky j= ky i2f j= Y If;;kg j =2I? ij + j 2 ij + j 2 j If;;kg j =2I = [j2f;;kgij =2] ; = < ky ;? < Y = 2 ij ; Y j i2f j2i < Y 2 i2f j2i i2f j= ij + j 2 ij [j2f;;kgij >=2] We ca bud the secd term abve fr ay give I f; ; kg as fllws, < Y i2f j2i ij [j2f;;kgij >=2] = ( ; i2f [j2f;;kgij >=2] = ; [ i >=2] 2 4k?3 ; by the previus lemma. Thus, fr all large eugh, we ca chse > such that, fn g If;;kg jij<k Y j =2I jij? j k C + lg = ; x7. Nearest eighbr search We csider tw atural earest eighbr search algrithms. I algrithm, start with a rthgal rage search with a square bx f size = =k cetered at the query pit. Repeat with bxes f sizes k i=2 = =k fr i = ; ; 2; 3; util i +, where i is the idex f the rst empty bx. Reprt the earest pit i the i + -st bx. ach rthgal rage search take idividually (fr xed i takes expected time O(lg by Therem 5. We shw i fact that the ttal expected time is O(lg lg lg Therem 6. Let be a pit uifrmly distributed [; ] k. Csider a squarish k-d tree based i.i.d. pits [; ] k. The the expected time f algrithm is O(lg lg lg. Prf. Let T be the ttal time it takes algrithm t ish. Let T i be the ruig time f Betley's rage search algrithm i.i.d. pits [; ] k ad a cube Q i cetered at 2

21 f legth k i=2 = =k, ad let M i be the umber f pits i Q i. Nte that, ft g O(lg + ( T + T 2 + m i=3 T i [Mi?2=] where m = b k 2 lg k(2 k c buds the maximum P umber f iteratis the algrithms ca m perfrm. Thus, it is eugh t prve that T i=3 i [Mi?2=] = O(lg lg lg. Let t = d k 2 lg k(2 k lg e, the ( m i=3 Nw, by Therem 5, T i [Mi?2=] 2 (t + ft t+ g k lg k(2 k lg = k lg k(2 k lg = 2 k lg k(2 k lg + 2 k lg k(2 k lg k lg k(2 k lg + 2 = O(lg lg lg ; (t + ft t+ g + 2 k(t+k=2 + m i=t+2 k??`=k `= k? k (t+k=2 + `= k? k (t+k=2 + k (t+k=2 k (t+k=2 k k 2 k lg P fm i?2 = g ; If;;kg jij=` Y j =2I k (t+=2 =k k k`?`=k (t+(k?`=2 + lg `= k?(t+=2 + fr all e. Fially, fr i m, P fm i?2 = g? kk(i?2=2 2 k e?kk(i?2=2 =2 k ; ad therefre P fm t+2 = g =. Thus, 2 m i=t+2 P fm i?2 = g 2m = O(lg?`=k k k?(t+`=2 + lg ` k + lg k p k(2 k lg + + lg =k! + lg!! C Therem 6 is i ctrast with the situati fr stadard radm k-d trees, where algrithm is shw t take expected time (, where 2 (6; 64 depeds up k ly (Chazy, Devrye ad Zamra-Cura,. I algrithm B, isert i the squarish k-d tree, ad let Q be the rectagle assciated with. Let be the paret f i the tree (te 2 Q. Perfrm a rthgal rage search cetered at with dimesis 2k? k i all directis. Reprt the earest eighbr amg all pits retured by this rthgal rage search. We will aalyze this algrithm fr k = 2 ly. 2

22 Therem 7. Let be a pit uifrmly distributed [; ] k. Csider a squarish k-d tree based i.i.d. pits [; ] k. The the expected time f algrithm B is O(lg 2. The bud algrithm B is a bit wrse tha that fr algrithm, because while mst rectagles are squarish, a suciet umber f them are elgated. I fact, fr give M >, abut =M f the al (leaf rectagles r mre shuld have a edge rati exceedig M. Fr edge rati M, ad csiderig that all rectagle areas are abut =, we see that the rthgal rage search shuld take abut M pits (the lgest edge is abut p M=. The expected umber f retured elemets is at least (lg. d the expected umber f leaf rectagles visited is f the same rder. But each visited leaf rectagle als iduces a visit t all f its acestrs, ad there are abut lg f thse, hece the claim. The remaider f this secti ctais the prf f Therem 6. Let us prve the fllwig prpsiti that will allw us t simplify the remaiig prfs. Prpsiti 3. Fr all x ad, x (?(x + =x p 2e =2 + 2 x Prf. Stegu, 7, the Let x >, the as p 2x? x e x?(x + p 2x? xe x e =2x (bramwitz ad (?(x + =x =2x (2x =2x x e =2x2 p 2e =2 + 2 x ad (?(x + =x (2x =2x =2x x x ; as Lemma. Let Z; U ; ; U be idepedet ad uifrmly distributed radm variables [; ] 2. Let (Z ad Y (Z be the x-legth ad y-legth f the rectagle i the al partiti (f the squarish 2-d tree iduced by U ; ; U i which Z falls. The, bth 2 (Z ad Y 2 (Z are O(lg 2. Prf. By Lemmas 4 ad 5, fr ay p; q > such that p + q =, we have that 2 (Z = ( i2f ( 3 i Y i i2f 4?(p + ( i Y i p =p ( i2f p? =p 5?(q + q? =q 2q i q? q? =q = 4=p 5 =q (?(p + =p (?(q + =q (q q?? =q (q? =q Let us chse q = + lg, p = lg +, ad assume > e. By Prpsiti 3, there is c >, such that (?(p+ =p cp = c(lg +, ad there is c >, such that (?(q+ =q c q 4c. Furthermre, (q??=q = (lg lg lg + lg, ad (q q?? =q 2e?. Therefre 2 (Z = O(lg 2. The result fr Y 2 (Z fllws i the same maer. 22

23 Lemma (Devrye, 6. Let H be the height f a radm biary search tree f size, the fr ay iteger k maxf; lg g we have k 2e lg P fh kg k Lemma 2. Let Z; U ; ; U be idepedet ad uifrmly distributed radm variables ver [; ] 2. Let (Z ad Y (Z be the x-legth ad y-legth f the rectagle i the al partiti iduced by U ; ; U i which Z falls. The, Y (Z P 2 i= Y i, (Z P 2 i= Y i, ad Y (Z P 2 i= i (Z P 2 i= i are O(lg 2. Prf. Let F dete the cllecti f al rectagles i the squarish 2-d tree T cstructed frm U ; ; U. Fr a al rectagle R i, dete by D(R i its depth. The P P 2 i= i D(R i2f i i +. Thus if H is the height f T, ( 2 i= i (Z = < = D(R i i j 2 Y j ; + i2f j2f < = i j 2 Y j ; + i2f j2f < = i2f j2f < [H t lg ] H i H t lg + fr ay t >. Usig Lemma 2, we see that, < [H t lg ] H i2f i j 2 Y j; + i2f j2f = j 2 Y j; + ; i j 2 Y j; 3 P fh t lg g 2 t lg( 2e t j2f? 2e We chse t such that t lg t <?2 s that < [H t lg ] H We cmplete the prf by shwig that let S r = P i P i2f = i j 2 Y j; = O( j2f P i2f i = P j2f 2 j Y j j2fr 2 j Y j, fr r = ; ;?. Nte that m Y m 2 4 [m<y m] m = O(lg. Fr this, S r+? S r = j 2 Y j m2fr j2fr # + [m>ym] (( m 2 Y m + ((? m 2 Y m? m 2 Y m i ; 23

24 where = L Uifrm[; ], ad is idepedet f all U ; ; U. Nw, as ( m 2 Y m + ((? m 2 Y m? m 2 Y m, we have that S r+? S r ( i Y i 3=2 j 2 Y j Nte that fr ay p; q >, such that p + q =, fs r+? S r g j2fr (! p =p < ( i Y i j2fr 2 j Y j q = ;=q ad agai by Hlder's iequality, ad Lemma 4, by chsig q = p 4, ad p = p 4 p 4?, (! p =p ( ( i Y i 3=2 r p=q By applyig Hlder's iequality iside the expected value, j2fr 2 j Y j q = ;=q < = =q rq=p (j 2 Y j q ; j2fr B < = r ( j Y j qp ; j2fr ( i Y i 3p=2 =p p r =p < j2fr q2 j =p =q! =q 66 r =p r qp? r q2 =2? = 66 p r ; = =q =q C ; Thus, fs r+? S r g 254=r, ad by summig the diereces we ally ca cclude that P P i2f i 2 j2f j Y j is ideed O(lg. The ther expected values ca be buded i the same way. Prf f Therem 7. Give U ; ; U, we dee L (Z = 2( (Z+Y (Z. Nte that as the expected height f T is O(lg, the expected time cmplexity f the earest eighbr algrithm is buded by O(lg plus the expected time f radm rthgal rage search with query rectagle Q havig all sides f legth L (Z, ad cetered at Z. Let N be the time cmplexity f rage search. By the same argumets fllwed i Therem 3 we have, fn g ( 2+ By Lemma 5, P 2+ i Y i + 2 i= i= i Y i ( 2+ i= L (Z( i + Y i + L 2 (Z + = O(lg. Fr P 2+ i= L (Z( i + Y i, Lemma 2 abve shws that it is O(lg 2. s f (ZY (Zg = P i2f ( iy i 2, Lemma 4 shws that it is O(. Fially, by Lemma we have that L 2 (Z the expected ruig time f algrithm B is O(lg 2. = O(lg 2. Thus 24

25 x. Further wrk ad pe prblems quadtrees. Fr quadtree splittig i k dimesis, it is easy t see that the aalysis ad thus Therem are t valid. I fact, fr radm quadtrees, the expected perfrmace fr partial match queries was shw t be f the rder f that fr stadard radm k-d trees (Flajlet, Get, Puech ad Rbs (, 2. Fr rthgal rage search with query rectagles depedig up, see Chazy, Devrye ad Zamra-Cura (. expected wrst-case cmplexity. We cjecture that the expected wrst case cmplexity ver all rage search rectagles f dimesis i (but with wrst-case lcati f the ceter is als buded frm abve by the bud give i Therem 2. d the expected wrst-case time fr a s-dimesial partial match query is cjectured t be O(?s=k fr s < k (fr s = k, the cmplexity is clearly buded by the expected height f the tree, O(lg. -uifrm distributis. Fially, we als ited t study the behavir f squarish k-d trees fr uifrm distributis, althugh it appears ce agai that the upper bud f Therem 2 remais valid fr all distributis with a jit desity [; ] k. 25

26 x. Refereces M. bramwitz ad I.. Stegu, Hadbk f Mathematical Fuctis, Dver Publicatis, New Yrk, 7. P. K. garwal, \Rage searchig," i Hadbk f Discrete ad Cmputatial Gemetry, ed. J.. Gdma ad J. O'Rurke, pp. 575{5, CRC Press, Bca Rat, FL, 7. J. L. Betley, \Multidimesial biary search trees used fr assciative searchig," Cmmuicatis f the CM, vl., pp. 5{57, 75. J. L. Betley, \Multidimesial biary search trees i database applicatis," I Trasactis Sftware gieerig, vl. S-5, pp. 333{34, 7. J. L. Betley ad J. H. Friedma, \Data structures fr rage searchig," CM Cmputig Surveys, vl., pp. 37{4, 7. J. L. Betley ad D. F. Staat, \alysis f rage searches i quad trees," Ifrmati Prcessig Letters, vl. 3, pp. 7{73, 75. P. Chazy, L. Devrye, ad C. Zamra-Cura, \alysis f rage search fr radm k-d trees," Techical Reprt, Schl f Cmputer Sciece, McGill Uiversity, Mtreal,. L. Devrye, \ te the height f biary search trees," Jural f the CM, vl. 33, pp. 4{4, 6. L. Devrye, \Brachig prcesses i the aalysis f the heights f trees," cta Ifrmatica, vl. 24, pp. 277{2, 7. L. Devrye ad L. Lafrest, \ aalysis f radm d-dimesial quadtrees," SIM Jural Cmputig, vl., pp. 2{32,. R.. Fikel ad J. L. Betley, \Quad trees a data structure fr retrieval cmpsite keys," cta Ifrmatica, vl. 4, pp. {, 74. P. Flajlet, G. Get, C. Puech, ad J. M. Rbs, \The aalysis f multidimesial searchig i quad-trees," i Prceedigs f the Secd ual CM-SIM Sympsium Discrete lgrithms, pp. {, SIM, Philadelphia,. P. Flajlet, G. Get, C. Puech, ad J. M. Rbs, \alytic variatis quadtrees," lgrithmica, vl., pp. 473{5, 2. P. Flajlet ad T. Largue, \Search csts i quadtrees ad sigularity perturbati aalysis," Discrete ad Cmputatial Gemetry, vl. 2, pp. 5{75, 4. P. Flajlet ad C. Puech, \Partial match retrieval f multidimesial data," Jural f the CM, vl. 33, pp. 37{47, 6. D. Gardy, P. Flajlet ad C. Puech, \verage cst f rthgal rage queries i multiattribute trees," Ifrmati Systems, vl. 4, pp. 34{35,. 26

27 G. H. Get ad R. Baeza-Yates, Hadbk f lgrithms ad Data Structures, ddis- Wesley, Wrkigham,. D.. Kuth, The rt f Cmputer Prgrammig, Vl. 3 Srtig ad Searchig (2d ed, ddis-wesley, Readig, M, 7. D. T. Lee ad C. K. Wg, \Wrst-case aalysis fr regi ad partial regi searches i multidimesial biary search trees ad quad trees," cta Ifrmatica, vl., pp. 23{2, 77. H. M. Mahmud, vluti f Radm Search Trees, Jh Wiley, New Yrk, 2. D. S. Mitrivic, alytic Iequalities, Spriger-Verlag, New Yrk, N.Y., 7. B. Pittel, \O grwig radm biary trees," Jural f Mathematical alysis ad pplicatis, vl. 3, pp. 46{4, 4. J. M. Rbs, \The height f biary search trees," The ustralia Cmputer Jural, vl., pp. 5{53, 7. H. Samet, pplicatis f Spatial Data Structures, ddis-wesley, Readig, M, a. H. Samet, The Desig ad alysis f Spatial Data Structures, ddis-wesley, Readig, M, b. J. S. Vitter ad P. Flajlet, \verage-case aalysis f algrithms ad data structures," i Hadbk f Theretical Cmputer Sciece, Vlume lgrithms ad Cmplexity, ed. J. va Leeuwe, pp. 43{524, MIT Press, msterdam,.. T. Whittaker ad G. N. Wats, Curse f Mder alysis, Cambridge Uiversity Press, Cambridge, U.K., 27. F. F. Ya, \Cmputatial gemetry," i Hadbk f Theretical Cmputer Sciece, Vlume lgrithms ad Cmplexity, ed. J. va Leeuwe, pp. 343{3, MIT Press, msterdam,. 27

Multi-objective Programming Approach for. Fuzzy Linear Programming Problems

Multi-objective Programming Approach for. Fuzzy Linear Programming Problems Applied Mathematical Scieces Vl. 7 03. 37 8-87 HIKARI Ltd www.m-hikari.cm Multi-bective Prgrammig Apprach fr Fuzzy Liear Prgrammig Prblems P. Padia Departmet f Mathematics Schl f Advaced Scieces VIT Uiversity

More information

Chapter 3.1: Polynomial Functions

Chapter 3.1: Polynomial Functions Ntes 3.1: Ply Fucs Chapter 3.1: Plymial Fuctis I Algebra I ad Algebra II, yu ecutered sme very famus plymial fuctis. I this secti, yu will meet may ther members f the plymial family, what sets them apart

More information

ENGI 4421 Central Limit Theorem Page Central Limit Theorem [Navidi, section 4.11; Devore sections ]

ENGI 4421 Central Limit Theorem Page Central Limit Theorem [Navidi, section 4.11; Devore sections ] ENGI 441 Cetral Limit Therem Page 11-01 Cetral Limit Therem [Navidi, secti 4.11; Devre sectis 5.3-5.4] If X i is t rmally distributed, but E X i, V X i ad is large (apprximately 30 r mre), the, t a gd

More information

5.1 Two-Step Conditional Density Estimator

5.1 Two-Step Conditional Density Estimator 5.1 Tw-Step Cditial Desity Estimatr We ca write y = g(x) + e where g(x) is the cditial mea fucti ad e is the regressi errr. Let f e (e j x) be the cditial desity f e give X = x: The the cditial desity

More information

Fourier Method for Solving Transportation. Problems with Mixed Constraints

Fourier Method for Solving Transportation. Problems with Mixed Constraints It. J. Ctemp. Math. Scieces, Vl. 5, 200,. 28, 385-395 Furier Methd fr Slvig Trasprtati Prblems with Mixed Cstraits P. Padia ad G. Nataraja Departmet f Mathematics, Schl f Advaced Scieces V I T Uiversity,

More information

Quantum Mechanics for Scientists and Engineers. David Miller

Quantum Mechanics for Scientists and Engineers. David Miller Quatum Mechaics fr Scietists ad Egieers David Miller Time-depedet perturbati thery Time-depedet perturbati thery Time-depedet perturbati basics Time-depedet perturbati thery Fr time-depedet prblems csider

More information

Ch. 1 Introduction to Estimation 1/15

Ch. 1 Introduction to Estimation 1/15 Ch. Itrducti t stimati /5 ample stimati Prblem: DSB R S f M f s f f f ; f, φ m tcsπf t + φ t f lectrics dds ise wt usually white BPF & mp t s t + w t st. lg. f & φ X udi mp cs π f + φ t Oscillatr w/ f

More information

A New Method for Finding an Optimal Solution. of Fully Interval Integer Transportation Problems

A New Method for Finding an Optimal Solution. of Fully Interval Integer Transportation Problems Applied Matheatical Scieces, Vl. 4, 200,. 37, 89-830 A New Methd fr Fidig a Optial Sluti f Fully Iterval Iteger Trasprtati Prbles P. Padia ad G. Nataraja Departet f Matheatics, Schl f Advaced Scieces,

More information

Intermediate Division Solutions

Intermediate Division Solutions Itermediate Divisi Slutis 1. Cmpute the largest 4-digit umber f the frm ABBA which is exactly divisible by 7. Sluti ABBA 1000A + 100B +10B+A 1001A + 110B 1001 is divisible by 7 (1001 7 143), s 1001A is

More information

D.S.G. POLLOCK: TOPICS IN TIME-SERIES ANALYSIS STATISTICAL FOURIER ANALYSIS

D.S.G. POLLOCK: TOPICS IN TIME-SERIES ANALYSIS STATISTICAL FOURIER ANALYSIS STATISTICAL FOURIER ANALYSIS The Furier Represetati f a Sequece Accrdig t the basic result f Furier aalysis, it is always pssible t apprximate a arbitrary aalytic fucti defied ver a fiite iterval f the

More information

x 2 x 3 x b 0, then a, b, c log x 1 log z log x log y 1 logb log a dy 4. dx As tangent is perpendicular to the x axis, slope

x 2 x 3 x b 0, then a, b, c log x 1 log z log x log y 1 logb log a dy 4. dx As tangent is perpendicular to the x axis, slope The agle betwee the tagets draw t the parabla y = frm the pit (-,) 5 9 6 Here give pit lies the directri, hece the agle betwee the tagets frm that pit right agle Ratig :EASY The umber f values f c such

More information

MATHEMATICS 9740/01 Paper 1 14 Sep hours

MATHEMATICS 9740/01 Paper 1 14 Sep hours Cadidate Name: Class: JC PRELIMINARY EXAM Higher MATHEMATICS 9740/0 Paper 4 Sep 06 3 hurs Additial Materials: Cver page Aswer papers List f Frmulae (MF5) READ THESE INSTRUCTIONS FIRST Write yur full ame

More information

ENGI 4421 Central Limit Theorem Page Central Limit Theorem [Navidi, section 4.11; Devore sections ]

ENGI 4421 Central Limit Theorem Page Central Limit Theorem [Navidi, section 4.11; Devore sections ] ENGI 441 Cetral Limit Therem Page 11-01 Cetral Limit Therem [Navidi, secti 4.11; Devre sectis 5.3-5.4] If X i is t rmally distributed, but E X i, V X i ad is large (apprximately 30 r mre), the, t a gd

More information

Markov processes and the Kolmogorov equations

Markov processes and the Kolmogorov equations Chapter 6 Markv prcesses ad the Klmgrv equatis 6. Stchastic Differetial Equatis Csider the stchastic differetial equati: dx(t) =a(t X(t)) dt + (t X(t)) db(t): (SDE) Here a(t x) ad (t x) are give fuctis,

More information

IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 12, December

IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 12, December IJISET - Iteratial Jural f Ivative Sciece, Egieerig & Techlgy, Vl Issue, December 5 wwwijisetcm ISSN 48 7968 Psirmal ad * Pararmal mpsiti Operatrs the Fc Space Abstract Dr N Sivamai Departmet f athematics,

More information

Active redundancy allocation in systems. R. Romera; J. Valdés; R. Zequeira*

Active redundancy allocation in systems. R. Romera; J. Valdés; R. Zequeira* Wrkig Paper -6 (3) Statistics ad Ecmetrics Series March Departamet de Estadística y Ecmetría Uiversidad Carls III de Madrid Calle Madrid, 6 893 Getafe (Spai) Fax (34) 9 64-98-49 Active redudacy allcati

More information

Fourier Series & Fourier Transforms

Fourier Series & Fourier Transforms Experimet 1 Furier Series & Furier Trasfrms MATLAB Simulati Objectives Furier aalysis plays a imprtat rle i cmmuicati thery. The mai bjectives f this experimet are: 1) T gai a gd uderstadig ad practice

More information

Author. Introduction. Author. o Asmir Tobudic. ISE 599 Computational Modeling of Expressive Performance

Author. Introduction. Author. o Asmir Tobudic. ISE 599 Computational Modeling of Expressive Performance ISE 599 Cmputatial Mdelig f Expressive Perfrmace Playig Mzart by Aalgy: Learig Multi-level Timig ad Dyamics Strategies by Gerhard Widmer ad Asmir Tbudic Preseted by Tsug-Ha (Rbert) Chiag April 5, 2006

More information

The Excel FFT Function v1.1 P. T. Debevec February 12, The discrete Fourier transform may be used to identify periodic structures in time ht.

The Excel FFT Function v1.1 P. T. Debevec February 12, The discrete Fourier transform may be used to identify periodic structures in time ht. The Excel FFT Fucti v P T Debevec February 2, 26 The discrete Furier trasfrm may be used t idetify peridic structures i time ht series data Suppse that a physical prcess is represeted by the fucti f time,

More information

A Study on Estimation of Lifetime Distribution with Covariates Under Misspecification

A Study on Estimation of Lifetime Distribution with Covariates Under Misspecification Prceedigs f the Wrld Cgress Egieerig ad Cmputer Sciece 2015 Vl II, Octber 21-23, 2015, Sa Fracisc, USA A Study Estimati f Lifetime Distributi with Cvariates Uder Misspecificati Masahir Ykyama, Member,

More information

K [f(t)] 2 [ (st) /2 K A GENERALIZED MEIJER TRANSFORMATION. Ku(z) ()x) t -)-I e. K(z) r( + ) () (t 2 I) -1/2 e -zt dt, G. L. N. RAO L.

K [f(t)] 2 [ (st) /2 K A GENERALIZED MEIJER TRANSFORMATION. Ku(z) ()x) t -)-I e. K(z) r( + ) () (t 2 I) -1/2 e -zt dt, G. L. N. RAO L. Iterat. J. Math. & Math. Scl. Vl. 8 N. 2 (1985) 359-365 359 A GENERALIZED MEIJER TRANSFORMATION G. L. N. RAO Departmet f Mathematics Jamshedpur C-perative Cllege f the Rachi Uiversity Jamshedpur, Idia

More information

Gusztav Morvai. Hungarian Academy of Sciences Goldmann Gyorgy ter 3, April 22, 1998

Gusztav Morvai. Hungarian Academy of Sciences Goldmann Gyorgy ter 3, April 22, 1998 A simple radmized algrithm fr csistet sequetial predicti f ergdic time series Laszl Gyr Departmet f Cmputer Sciece ad Ifrmati Thery Techical Uiversity f Budapest 5 Stczek u., Budapest, Hugary gyrfi@if.bme.hu

More information

MATH Midterm Examination Victor Matveev October 26, 2016

MATH Midterm Examination Victor Matveev October 26, 2016 MATH 33- Midterm Examiati Victr Matveev Octber 6, 6. (5pts, mi) Suppse f(x) equals si x the iterval < x < (=), ad is a eve peridic extesi f this fucti t the rest f the real lie. Fid the csie series fr

More information

Grade 3 Mathematics Course Syllabus Prince George s County Public Schools

Grade 3 Mathematics Course Syllabus Prince George s County Public Schools Ctet Grade 3 Mathematics Curse Syllabus Price Gerge s Cuty Public Schls Prerequisites: Ne Curse Descripti: I Grade 3, istructial time shuld fcus fur critical areas: (1) develpig uderstadig f multiplicati

More information

Solutions. Definitions pertaining to solutions

Solutions. Definitions pertaining to solutions Slutis Defiitis pertaiig t slutis Slute is the substace that is disslved. It is usually preset i the smaller amut. Slvet is the substace that des the disslvig. It is usually preset i the larger amut. Slubility

More information

UNIVERSITY OF TECHNOLOGY. Department of Mathematics PROBABILITY THEORY, STATISTICS AND OPERATIONS RESEARCH GROUP. Memorandum COSOR 76-10

UNIVERSITY OF TECHNOLOGY. Department of Mathematics PROBABILITY THEORY, STATISTICS AND OPERATIONS RESEARCH GROUP. Memorandum COSOR 76-10 EI~~HOVEN UNIVERSITY OF TECHNOLOGY Departmet f Mathematics PROBABILITY THEORY, STATISTICS AND OPERATIONS RESEARCH GROUP Memradum COSOR 76-10 O a class f embedded Markv prcesses ad recurrece by F.H. Sims

More information

A Hartree-Fock Calculation of the Water Molecule

A Hartree-Fock Calculation of the Water Molecule Chemistry 460 Fall 2017 Dr. Jea M. Stadard Nvember 29, 2017 A Hartree-Fck Calculati f the Water Mlecule Itrducti A example Hartree-Fck calculati f the water mlecule will be preseted. I this case, the water

More information

Mean residual life of coherent systems consisting of multiple types of dependent components

Mean residual life of coherent systems consisting of multiple types of dependent components Mea residual life f cheret systems csistig f multiple types f depedet cmpets Serka Eryilmaz, Frak P.A. Cle y ad Tahai Cle-Maturi z February 20, 208 Abstract Mea residual life is a useful dyamic characteristic

More information

Copyright 1978, by the author(s). All rights reserved.

Copyright 1978, by the author(s). All rights reserved. Cpyright 1978, by the authr(s). All rights reserved. Permissi t make digital r hard cpies f all r part f this wrk fr persal r classrm use is grated withut fee prvided that cpies are t made r distributed

More information

Claude Elysée Lobry Université de Nice, Faculté des Sciences, parc Valrose, NICE, France.

Claude Elysée Lobry Université de Nice, Faculté des Sciences, parc Valrose, NICE, France. CHAOS AND CELLULAR AUTOMATA Claude Elysée Lbry Uiversité de Nice, Faculté des Scieces, parc Valrse, 06000 NICE, Frace. Keywrds: Chas, bifurcati, cellularautmata, cmputersimulatis, dyamical system, ifectius

More information

, the random variable. and a sample size over the y-values 0:1:10.

, the random variable. and a sample size over the y-values 0:1:10. Lecture 3 (4//9) 000 HW PROBLEM 3(5pts) The estimatr i (c) f PROBLEM, p 000, where { } ~ iid bimial(,, is 000 e f the mst ppular statistics It is the estimatr f the ppulati prprti I PROBLEM we used simulatis

More information

Design and Implementation of Cosine Transforms Employing a CORDIC Processor

Design and Implementation of Cosine Transforms Employing a CORDIC Processor C16 1 Desig ad Implemetati f Csie Trasfrms Emplyig a CORDIC Prcessr Sharaf El-Di El-Nahas, Ammar Mttie Al Hsaiy, Magdy M. Saeb Arab Academy fr Sciece ad Techlgy, Schl f Egieerig, Alexadria, EGYPT ABSTRACT

More information

Matching a Distribution by Matching Quantiles Estimation

Matching a Distribution by Matching Quantiles Estimation Jural f the America Statistical Assciati ISSN: 0162-1459 (Prit) 1537-274X (Olie) Jural hmepage: http://www.tadflie.cm/li/uasa20 Matchig a Distributi by Matchig Quatiles Estimati Niklas Sgurpuls, Qiwei

More information

BIO752: Advanced Methods in Biostatistics, II TERM 2, 2010 T. A. Louis. BIO 752: MIDTERM EXAMINATION: ANSWERS 30 November 2010

BIO752: Advanced Methods in Biostatistics, II TERM 2, 2010 T. A. Louis. BIO 752: MIDTERM EXAMINATION: ANSWERS 30 November 2010 BIO752: Advaced Methds i Bistatistics, II TERM 2, 2010 T. A. Luis BIO 752: MIDTERM EXAMINATION: ANSWERS 30 Nvember 2010 Questi #1 (15 pits): Let X ad Y be radm variables with a jit distributi ad assume

More information

5.80 Small-Molecule Spectroscopy and Dynamics

5.80 Small-Molecule Spectroscopy and Dynamics MIT OpeCurseWare http://cw.mit.edu 5.8 Small-Mlecule Spectrscpy ad Dyamics Fall 8 Fr ifrmati abut citig these materials r ur Terms f Use, visit: http://cw.mit.edu/terms. 5.8 Lecture #33 Fall, 8 Page f

More information

Unifying the Derivations for. the Akaike and Corrected Akaike. Information Criteria. from Statistics & Probability Letters,

Unifying the Derivations for. the Akaike and Corrected Akaike. Information Criteria. from Statistics & Probability Letters, Uifyig the Derivatis fr the Akaike ad Crrected Akaike Ifrmati Criteria frm Statistics & Prbability Letters, Vlume 33, 1997, pages 201{208. by Jseph E. Cavaaugh Departmet f Statistics, Uiversity f Missuri,

More information

[1 & α(t & T 1. ' ρ 1

[1 & α(t & T 1. ' ρ 1 NAME 89.304 - IGNEOUS & METAMORPHIC PETROLOGY DENSITY & VISCOSITY OF MAGMAS I. Desity The desity (mass/vlume) f a magma is a imprtat parameter which plays a rle i a umber f aspects f magma behavir ad evluti.

More information

Abstract: The asympttically ptimal hypthesis testig prblem with the geeral surces as the ull ad alterative hyptheses is studied uder expetial-type err

Abstract: The asympttically ptimal hypthesis testig prblem with the geeral surces as the ull ad alterative hyptheses is studied uder expetial-type err Hypthesis Testig with the Geeral Surce y Te Su HAN z April 26, 2000 y This paper is a exteded ad revised versi f Sectis 4.4 4.7 i Chapter 4 f the Japaese bk f Ha [8]. z Te Su Ha is with the Graduate Schl

More information

are specified , are linearly independent Otherwise, they are linearly dependent, and one is expressed by a linear combination of the others

are specified , are linearly independent Otherwise, they are linearly dependent, and one is expressed by a linear combination of the others Chater 3. Higher Order Liear ODEs Kreyszig by YHLee;4; 3-3. Hmgeeus Liear ODEs The stadard frm f the th rder liear ODE ( ) ( ) = : hmgeeus if r( ) = y y y y r Hmgeeus Liear ODE: Suersiti Pricile, Geeral

More information

Recursive Algorithm for Generating Partitions of an Integer. 1 Preliminary

Recursive Algorithm for Generating Partitions of an Integer. 1 Preliminary Recursive Algorithm for Geeratig Partitios of a Iteger Sug-Hyuk Cha Computer Sciece Departmet, Pace Uiversity 1 Pace Plaza, New York, NY 10038 USA scha@pace.edu Abstract. This article first reviews the

More information

Axial Temperature Distribution in W-Tailored Optical Fibers

Axial Temperature Distribution in W-Tailored Optical Fibers Axial Temperature Distributi i W-Tailred Optical ibers Mhamed I. Shehata (m.ismail34@yah.cm), Mustafa H. Aly(drmsaly@gmail.cm) OSA Member, ad M. B. Saleh (Basheer@aast.edu) Arab Academy fr Sciece, Techlgy

More information

Study of Energy Eigenvalues of Three Dimensional. Quantum Wires with Variable Cross Section

Study of Energy Eigenvalues of Three Dimensional. Quantum Wires with Variable Cross Section Adv. Studies Ther. Phys. Vl. 3 009. 5 3-0 Study f Eergy Eigevalues f Three Dimesial Quatum Wires with Variale Crss Secti M.. Sltai Erde Msa Departmet f physics Islamic Aad Uiversity Share-ey rach Ira alrevahidi@yah.cm

More information

Examination No. 3 - Tuesday, Nov. 15

Examination No. 3 - Tuesday, Nov. 15 NAME (lease rit) SOLUTIONS ECE 35 - DEVICE ELECTRONICS Fall Semester 005 Examiati N 3 - Tuesday, Nv 5 3 4 5 The time fr examiati is hr 5 mi Studets are allwed t use 3 sheets f tes Please shw yur wrk, artial

More information

Lecture 21: Signal Subspaces and Sparsity

Lecture 21: Signal Subspaces and Sparsity ECE 830 Fall 00 Statistical Sigal Prcessig istructr: R. Nwak Lecture : Sigal Subspaces ad Sparsity Sigal Subspaces ad Sparsity Recall the classical liear sigal mdel: X = H + w, w N(0, where S = H, is a

More information

Hº = -690 kj/mol for ionization of n-propylene Hº = -757 kj/mol for ionization of isopropylene

Hº = -690 kj/mol for ionization of n-propylene Hº = -757 kj/mol for ionization of isopropylene Prblem 56. (a) (b) re egative º values are a idicati f mre stable secies. The º is mst egative fr the i-ryl ad -butyl is, bth f which ctai a alkyl substituet bded t the iized carb. Thus it aears that catis

More information

Electrostatics. . where,.(1.1) Maxwell Eqn. Total Charge. Two point charges r 12 distance apart in space

Electrostatics. . where,.(1.1) Maxwell Eqn. Total Charge. Two point charges r 12 distance apart in space Maxwell Eq. E ρ Electrstatics e. where,.(.) first term is the permittivity i vacuum 8.854x0 C /Nm secd term is electrical field stregth, frce/charge, v/m r N/C third term is the charge desity, C/m 3 E

More information

The generation of successive approximation methods for Markov decision processes by using stopping times

The generation of successive approximation methods for Markov decision processes by using stopping times The geerati f successive apprximati methds fr Markv decisi prcesses by usig stppig times Citati fr published versi (APA): va Nue, J. A. E. E., & Wessels, J. (1976). The geerati f successive apprximati

More information

Physical Chemistry Laboratory I CHEM 445 Experiment 2 Partial Molar Volume (Revised, 01/13/03)

Physical Chemistry Laboratory I CHEM 445 Experiment 2 Partial Molar Volume (Revised, 01/13/03) Physical Chemistry Labratry I CHEM 445 Experimet Partial Mlar lume (Revised, 0/3/03) lume is, t a gd apprximati, a additive prperty. Certaily this apprximati is used i preparig slutis whse ccetratis are

More information

Directional Duality Theory

Directional Duality Theory Suther Illiis Uiversity Carbdale OpeSIUC Discussi Papers Departmet f Ecmics 2004 Directial Duality Thery Daiel Primt Suther Illiis Uiversity Carbdale Rlf Fare Oreg State Uiversity Fllw this ad additial

More information

Efficient Processing of Continuous Reverse k Nearest Neighbor on Moving Objects in Road Networks

Efficient Processing of Continuous Reverse k Nearest Neighbor on Moving Objects in Road Networks Iteratial Jural f Ge-Ifrmati Article Efficiet Prcessig f Ctiuus Reverse k Nearest Neighbr Mvig Objects i Rad Netwrks Muhammad Attique, Hyug-Ju Ch, Rize Ji ad Tae-Su Chug, * Departmet f Cmputer Egieerig,

More information

Partial-Sum Queries in OLAP Data Cubes Using Covering Codes

Partial-Sum Queries in OLAP Data Cubes Using Covering Codes 326 IEEE TRANSACTIONS ON COMPUTERS, VOL. 47, NO. 2, DECEMBER 998 Partial-Sum Queries i OLAP Data Cubes Usig Cverig Cdes Chig-Tie H, Member, IEEE, Jehshua Bruck, Seir Member, IEEE, ad Rakesh Agrawal, Seir

More information

ON FREE RING EXTENSIONS OF DEGREE N

ON FREE RING EXTENSIONS OF DEGREE N I terat. J. Math. & Mah. Sci. Vl. 4 N. 4 (1981) 703-709 703 ON FREE RING EXTENSIONS OF DEGREE N GEORGE SZETO Mathematics Departmet Bradley Uiversity Peria, Illiis 61625 U.S.A. (Received Jue 25, 1980) ABSTRACT.

More information

Preliminary Test Single Stage Shrinkage Estimator for the Scale Parameter of Gamma Distribution

Preliminary Test Single Stage Shrinkage Estimator for the Scale Parameter of Gamma Distribution America Jural f Mathematics ad Statistics, (3): 3-3 DOI:.593/j.ajms.3. Prelimiary Test Sigle Stage Shrikage Estimatr fr the Scale Parameter f Gamma Distributi Abbas Najim Salma,*, Aseel Hussei Ali, Mua

More information

Lecture 18. MSMPR Crystallization Model

Lecture 18. MSMPR Crystallization Model ecture 18. MSMPR Crystalliati Mdel MSMPR Crystalliati Mdel Crystal-Ppulati alace - Number f crystals - Cumulative umber f crystals - Predmiat crystal sie - Grwth rate MSMPR Crystalliati Mdel Mixed-suspesi,

More information

E o and the equilibrium constant, K

E o and the equilibrium constant, K lectrchemical measuremets (Ch -5 t 6). T state the relati betwee ad K. (D x -b, -). Frm galvaic cell vltage measuremet (a) K sp (D xercise -8, -) (b) K sp ad γ (D xercise -9) (c) K a (D xercise -G, -6)

More information

The Simple Linear Regression Model: Theory

The Simple Linear Regression Model: Theory Chapter 3 The mple Lear Regress Mdel: Ther 3. The mdel 3.. The data bservats respse varable eplaatr varable : : Plttg the data.. Fgure 3.: Dsplag the cable data csdered b Che at al (993). There are 79

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

The generalized marginal rate of substitution

The generalized marginal rate of substitution Jural f Mathematical Ecmics 31 1999 553 560 The geeralized margial rate f substituti M Besada, C Vazuez ) Facultade de Ecmicas, UiÕersidade de Vig, Aptd 874, 3600 Vig, Spai Received 31 May 1995; accepted

More information

Chapter 4. Problem Solutions

Chapter 4. Problem Solutions Chapter 4. Prblem Slutis. The great majrity f alpha particles pass thrugh gases ad thi metal fils with deflectis. T what cclusi abut atmic structure des this bservati lead? The fact that mst particles

More information

WEST VIRGINIA UNIVERSITY

WEST VIRGINIA UNIVERSITY WEST VIRGINIA UNIVERSITY PLASMA PHYSICS GROUP INTERNAL REPORT PL - 045 Mea Optical epth ad Optical Escape Factr fr Helium Trasitis i Helic Plasmas R.F. Bivi Nvember 000 Revised March 00 TABLE OF CONTENT.0

More information

AP Statistics Notes Unit Eight: Introduction to Inference

AP Statistics Notes Unit Eight: Introduction to Inference AP Statistics Ntes Uit Eight: Itrducti t Iferece Syllabus Objectives: 4.1 The studet will estimate ppulati parameters ad margis f errrs fr meas. 4.2 The studet will discuss the prperties f pit estimatrs,

More information

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ.

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ. 2 5. Weighted umber of late jobs 5.1. Release dates ad due dates: maximimizig the weight of o-time jobs Oce we add release dates, miimizig the umber of late jobs becomes a sigificatly harder problem. For

More information

Regression Quantiles for Time Series Data ZONGWU CAI. Department of Mathematics. Abstract

Regression Quantiles for Time Series Data ZONGWU CAI. Department of Mathematics.   Abstract Regressi Quatiles fr Time Series Data ZONGWU CAI Departmet f Mathematics Uiversity f Nrth Carlia Charltte, NC 28223, USA E-mail: zcai@ucc.edu Abstract I this article we study parametric estimati f regressi

More information

Comparative analysis of bayesian control chart estimation and conventional multivariate control chart

Comparative analysis of bayesian control chart estimation and conventional multivariate control chart America Jural f Theretical ad Applied Statistics 3; ( : 7- ublished lie Jauary, 3 (http://www.sciecepublishiggrup.cm//atas di:.648/.atas.3. Cmparative aalysis f bayesia ctrl chart estimati ad cvetial multivariate

More information

RMO Sample Paper 1 Solutions :

RMO Sample Paper 1 Solutions : RMO Sample Paper Slutis :. The umber f arragemets withut ay restricti = 9! 3!3!3! The umber f arragemets with ly e set f the csecutive 3 letters = The umber f arragemets with ly tw sets f the csecutive

More information

An S-type upper bound for the largest singular value of nonnegative rectangular tensors

An S-type upper bound for the largest singular value of nonnegative rectangular tensors Ope Mat. 06 4 95 933 Ope Matematics Ope Access Researc Article Jiaxig Za* ad Caili Sag A S-type upper bud r te largest sigular value egative rectagular tesrs DOI 0.55/mat-06-0085 Received August 3, 06

More information

4.3 Growth Rates of Solutions to Recurrences

4.3 Growth Rates of Solutions to Recurrences 4.3. GROWTH RATES OF SOLUTIONS TO RECURRENCES 81 4.3 Growth Rates of Solutios to Recurreces 4.3.1 Divide ad Coquer Algorithms Oe of the most basic ad powerful algorithmic techiques is divide ad coquer.

More information

arxiv: v1 [math.fa] 3 Apr 2016

arxiv: v1 [math.fa] 3 Apr 2016 Aticommutator Norm Formula for Proectio Operators arxiv:164.699v1 math.fa] 3 Apr 16 Sam Walters Uiversity of Norther British Columbia ABSTRACT. We prove that for ay two proectio operators f, g o Hilbert

More information

OPTIMAL ALGORITHMS -- SUPPLEMENTAL NOTES

OPTIMAL ALGORITHMS -- SUPPLEMENTAL NOTES OPTIMAL ALGORITHMS -- SUPPLEMENTAL NOTES Peter M. Maurer Why Hashig is θ(). As i biary search, hashig assumes that keys are stored i a array which is idexed by a iteger. However, hashig attempts to bypass

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES I geeral, it is difficult to fid the exact sum of a series. We were able to accomplish this for geometric series ad the series /[(+)]. This is

More information

Super-efficiency Models, Part II

Super-efficiency Models, Part II Super-efficiec Mdels, Part II Emilia Niskae The 4th f Nvember S steemiaalsi Ctets. Etesis t Variable Returs-t-Scale (0.4) S steemiaalsi Radial Super-efficiec Case Prblems with Radial Super-efficiec Case

More information

Every gas consists of a large number of small particles called molecules moving with very high velocities in all possible directions.

Every gas consists of a large number of small particles called molecules moving with very high velocities in all possible directions. Kietic thery f gases ( Kietic thery was develped by Berlli, Jle, Clasis, axwell ad Bltzma etc. ad represets dyamic particle r micrscpic mdel fr differet gases sice it thrws light the behir f the particles

More information

A Hadamard-type lower bound for symmetric diagonally dominant positive matrices

A Hadamard-type lower bound for symmetric diagonally dominant positive matrices A Hadamard-type lower boud for symmetric diagoally domiat positive matrices Christopher J. Hillar, Adre Wibisoo Uiversity of Califoria, Berkeley Jauary 7, 205 Abstract We prove a ew lower-boud form of

More information

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018)

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018) Radomized Algorithms I, Sprig 08, Departmet of Computer Sciece, Uiversity of Helsiki Homework : Solutios Discussed Jauary 5, 08). Exercise.: Cosider the followig balls-ad-bi game. We start with oe black

More information

The Acoustical Physics of a Standing Wave Tube

The Acoustical Physics of a Standing Wave Tube UIUC Physics 93POM/Physics 406POM The Physics f Music/Physics f Musical Istrumets The Acustical Physics f a Stadig Wave Tube A typical cylidrical-shaped stadig wave tube (SWT) {aa impedace tube} f legth

More information

Review of Important Concepts

Review of Important Concepts Appedix 1 Review f Imprtat Ccepts I 1 AI.I Liear ad Matrix Algebra Imprtat results frm liear ad matrix algebra thery are reviewed i this secti. I the discussis t fllw it is assumed that the reader already

More information

Convergence of random variables. (telegram style notes) P.J.C. Spreij

Convergence of random variables. (telegram style notes) P.J.C. Spreij Covergece of radom variables (telegram style otes).j.c. Spreij this versio: September 6, 2005 Itroductio As we kow, radom variables are by defiitio measurable fuctios o some uderlyig measurable space

More information

On Random Line Segments in the Unit Square

On Random Line Segments in the Unit Square O Radom Lie Segmets i the Uit Square Thomas A. Courtade Departmet of Electrical Egieerig Uiversity of Califoria Los Ageles, Califoria 90095 Email: tacourta@ee.ucla.edu I. INTRODUCTION Let Q = [0, 1] [0,

More information

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical mdel fr micrarray data analysis David Rssell Department f Bistatistics M.D. Andersn Cancer Center, Hustn, TX 77030, USA rsselldavid@gmail.cm

More information

ON THE FONTAINE-MAZUR CONJECTURE FOR NUMBER FIELDS AND AN ANALOGUE FOR FUNCTION FIELDS JOSHUA BRANDON HOLDEN

ON THE FONTAINE-MAZUR CONJECTURE FOR NUMBER FIELDS AND AN ANALOGUE FOR FUNCTION FIELDS JOSHUA BRANDON HOLDEN ON THE FONTAINE-MAZUR CONJECTURE FOR NUMBER FIELDS AND AN ANALOGUE FOR FUNCTION FIELDS JOSHUA BRANDON HOLDEN Abstract. The Ftaie-Mazur Cjecture fr umber elds predicts that iite `-adic aalytic rups cat

More information

BC Calculus Review Sheet. converges. Use the integral: L 1

BC Calculus Review Sheet. converges. Use the integral: L 1 BC Clculus Review Sheet Whe yu see the wrds.. Fid the re f the uuded regi represeted y the itegrl (smetimes f ( ) clled hriztl imprper itegrl).. Fid the re f differet uuded regi uder f() frm (,], where

More information

A solution of certain Diophantine problems

A solution of certain Diophantine problems A slutin f certain Diphantine prblems Authr L. Euler* E7 Nvi Cmmentarii academiae scientiarum Petrplitanae 0, 1776, pp. 8-58 Opera Omnia: Series 1, Vlume 3, pp. 05-17 Reprinted in Cmmentat. arithm. 1,

More information

2 A bijective proof of Theorem 1 I order to give a bijective proof of Theorem 1, we eed to itroduce the local biary search (LBS) trees, used by Postio

2 A bijective proof of Theorem 1 I order to give a bijective proof of Theorem 1, we eed to itroduce the local biary search (LBS) trees, used by Postio Eumeratig alteratig trees Cedric Chauve 1, Serge Dulucq 2 ad Adrew Rechitzer 2? 1 LaBRI, Uiversit Bordeaux I 31 Cours de la Lib ratio, 3340 Talece, Frace 2 Departmet of Mathematics, The Uiversity of Melboure

More information

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

Review for cumulative test

Review for cumulative test Hrs Math 3 review prblems Jauary, 01 cumulative: Chapters 1- page 1 Review fr cumulative test O Mday, Jauary 7, Hrs Math 3 will have a curse-wide cumulative test cverig Chapters 1-. Yu ca expect the test

More information

MAT1026 Calculus II Basic Convergence Tests for Series

MAT1026 Calculus II Basic Convergence Tests for Series MAT026 Calculus II Basic Covergece Tests for Series Egi MERMUT 202.03.08 Dokuz Eylül Uiversity Faculty of Sciece Departmet of Mathematics İzmir/TURKEY Cotets Mootoe Covergece Theorem 2 2 Series of Real

More information

Admissibility Conditions and Asymptotic Behavior of Strongly Regular Graphs

Admissibility Conditions and Asymptotic Behavior of Strongly Regular Graphs Admissibility Cnditins and Asympttic Behavir f Strngly Regular Graphs VASCO MOÇO MANO Department f Mathematics University f Prt Oprt PORTUGAL vascmcman@gmailcm LUÍS ANTÓNIO DE ALMEIDA VIEIRA Department

More information

CSE 4095/5095 Topics in Big Data Analytics Spring 2017; Homework 1 Solutions

CSE 4095/5095 Topics in Big Data Analytics Spring 2017; Homework 1 Solutions CSE 09/09 Topics i ig Data Aalytics Sprig 2017; Homework 1 Solutios Note: Solutios to problems,, ad 6 are due to Marius Nicolae. 1. Cosider the followig algorithm: for i := 1 to α log e do Pick a radom

More information

Modern Physics. Unit 15: Nuclear Structure and Decay Lecture 15.2: The Strong Force. Ron Reifenberger Professor of Physics Purdue University

Modern Physics. Unit 15: Nuclear Structure and Decay Lecture 15.2: The Strong Force. Ron Reifenberger Professor of Physics Purdue University Mder Physics Uit 15: Nuclear Structure ad Decay Lecture 15.: The Strg Frce R Reifeberger Prfessr f Physics Purdue Uiversity 1 Bidig eergy er ucle - the deuter Eergy (MeV) ~0.4fm B.E. A =.MeV/ = 1.1 MeV/ucle.

More information

THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS

THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS DEMETRES CHRISTOFIDES Abstract. Cosider a ivertible matrix over some field. The Gauss-Jorda elimiatio reduces this matrix to the idetity

More information

Christensen, Mads Græsbøll; Vera-Candeas, Pedro; Somasundaram, Samuel D.; Jakobsson, Andreas

Christensen, Mads Græsbøll; Vera-Candeas, Pedro; Somasundaram, Samuel D.; Jakobsson, Andreas Dwladed frm vb.aau.dk : April 12, 2019 Aalbrg Uiversitet Rbust Subspace-based Fudametal Frequecy Estimati Christese, Mads Græsbøll; Vera-Cadeas, Pedr; Smasudaram, Samuel D.; Jakbss, Adreas Published i:

More information

An Introduction to Randomized Algorithms

An Introduction to Randomized Algorithms A Itroductio to Radomized Algorithms The focus of this lecture is to study a radomized algorithm for quick sort, aalyze it usig probabilistic recurrece relatios, ad also provide more geeral tools for aalysis

More information

Sequences of Definite Integrals, Factorials and Double Factorials

Sequences of Definite Integrals, Factorials and Double Factorials 47 6 Joural of Iteger Sequeces, Vol. 8 (5), Article 5.4.6 Sequeces of Defiite Itegrals, Factorials ad Double Factorials Thierry Daa-Picard Departmet of Applied Mathematics Jerusalem College of Techology

More information

The Complexity of Translation Membership for Macro Tree Transducers

The Complexity of Translation Membership for Macro Tree Transducers The Cmplexity f Traslati Membership fr Macr Tree Trasducers Kazuhir Iaba The Uiversity f Tky kiaba@is.s.u-tky.ac.jp Sebastia Maeth NICTA ad Uiversity f New Suth Wales sebastia.maeth@icta.cm.au ABSTRACT

More information

Graph Expansion and the Unique Games Conjecture

Graph Expansion and the Unique Games Conjecture Graph xpasi ad the ique Games Cjecture rasad Raghavedra MSR New glad Cambridge, MA David Steurer ricet iversity ricet, NJ ABSTRACT The edge expasi f a subset f vertices S V i a graph G measures the fracti

More information

Function representation of a noncommutative uniform algebra

Function representation of a noncommutative uniform algebra Fucti represetati f a cmmutative uifrm algebra Krzysztf Jarsz Abstract. We cstruct a Gelfad type represetati f a real cmmutative Baach algebra A satisfyig f 2 = kfk 2, fr all f 2 A:. Itrducti A uifrm algebra

More information

ON THE M 3 M 1 QUESTION

ON THE M 3 M 1 QUESTION Vlume 5, 1980 Pages 77 104 http://tplgy.aubur.edu/tp/ ON THE M 3 M 1 QUESTION by Gary Gruehage Tplgy Prceedigs Web: http://tplgy.aubur.edu/tp/ Mail: Tplgy Prceedigs Departmet f Mathematics & Statistics

More information

The Maximum-Likelihood Decoding Performance of Error-Correcting Codes

The Maximum-Likelihood Decoding Performance of Error-Correcting Codes The Maximum-Lielihood Decodig Performace of Error-Correctig Codes Hery D. Pfister ECE Departmet Texas A&M Uiversity August 27th, 2007 (rev. 0) November 2st, 203 (rev. ) Performace of Codes. Notatio X,

More information

8.0 Negative Bias Temperature Instability (NBTI)

8.0 Negative Bias Temperature Instability (NBTI) EE650R: Reliability Physics f Naelectric Devices Lecture 8: Negative Bias Temerature Istability Date: Se 27 2006 Class Ntes: Vijay Rawat Reviewed by: Saakshi Gagwal 8.0 Negative Bias Temerature Istability

More information

LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES

LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES J Lodo Math Soc (2 50, (1994, 465 476 LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES Jerzy Wojciechowski Abstract I [5] Abbott ad Katchalski ask if there exists a costat c >

More information