Online Learning Approaches in Maximizing Weighted Throughput

Size: px
Start display at page:

Download "Online Learning Approaches in Maximizing Weighted Throughput"

Transcription

1 Online Learning Approaches in Maximizing Weighed Throughpu Zhi Zhang, Fei Li, Songqing Chen Deparmen of Compuer Science George Mason Universiy Fairfax, Virginia {zzhang8, lifei, Absrac Moivaed by providing qualiy-of-service for nex generaion IP-based neworks, we design algorihms o schedule packes wih values and deadlines. Packes arrive over ime; each packe has a non-negaive value and an ineger deadline. In each ime sep, a mos one packe can be sen. Packes can be dropped a any ime before hey are sen. The objecive is o maximize he oal value gained by delivering packes no laer han heir respecive deadlines. This model is he wellsudied bounded-delay model (Hajek. CISS Kesselman e al. SICOMP 2004) which exensive compeiive online algorihms have been developed for. In a generalizaion of his model, he success of delivering a packes in each ime sep depends on he reliabiliy of he communicaion channel. In his paper, we apply online learning approaches on his model as well as a few of is varians. We design online learning algorihms and analyze heir performance heoreically in erms of exernal regre. We also measure hese algorihms performance experimenally. We conclude ha no online learning algorihms have a consan regre. Our online learning algorihms ouperform he compeiive algorihms for algorihmic simpliciy and running complexiy. However, in general, his online learning algorihms work no worse han he bes known compeiive online algorihm for maximizing weighed hroughpu in pracice. I. INTRODUCTION In he pas a few decades, he Inerne coninues serving various ypes of applicaions. The rouers in he IP-based infrasrucure execue he Inerne s main funcionaliy. Figure 1 illusraes he funcionaliies of he buffer managemen inside of rouers. A buffer managemen algorihm is in charge of wo asks, queuing packes and delivering packes. When new packes arrive, buffer managemen decides which ones o accep and queue for poenial deliveries, and which ones already in he buffer o drop permanenly due o packe deadline or buffer capaciy consrains. In each ime sep, he buffer managemen selecs a pending packe in he buffer o send. Informaion abou he incoming packes in he fuure is compleely unknown o us. The buffer managemen can be regarded as an online scheduling algorihm processing prioriized packes. For ease of implemenaion and deploymen, mos curren rouers forward packes in a firs-in-firs-ou manner and rea all packes equally: They simply send he earlies-released packe and when he buffer is full of packes, laer arrivals will be dropped immediaely. However, he diversiy of applicaions running over he Inerne has resuled in heerogeneiy, and unpredicable or even chaoic nework raffic [23], [24]. Thus, Fig. 1. Buffer managemen inside of rouers i is more reasonable o consider differeniaion among packes from differen ypes of applicaions. One such effor is o provide he proporional differeniaed services called he DiffServ (see [7], [19] and he references herein). These pracical concerns have made buffer managemen a rouers significan and challenging in providing effecive qualiy-ofservice (QoS) suppor o various applicaions. In he QoS buffer managemen seing, we use a value o represen a packe s prioriy, and we maximize he weighed hroughpu, which is defined as he oal value of he packes sen. (In his paper, we use value, weigh, and prioriy inerchangeably.) If he release ime and value of each packe are known ahead of ime, an opimal schedule can be found efficienly (see Secion III-A). The opimal offline algorihm is empowered of clairvoyance o have he whole inpu sequence in advance o design is scheduling policy. However, in real applicaions, we do no know all such informaion ahead of ime. Raher, packes arrive over ime in an online manner, and we only learn abou a packe and is associaed characerisics when i acually arrives. Thus, an opimal offline scheduling algorihm is unrealisic and canno be applied in real buffer managemen. Insead, we have o design online buffer managemen ha makes is decision based on he inpu ha i has seen so far. A. Relaed work Principally, here are wo main sreams of research argeing a providing differeniaed services for he Inerne via efficien buffer managemen. One kind of such research is o provide saisical guaranees under some mild assumpions on he sochasic properies of he raffic flows. These algorihms are called sochasic algorihms. Saisical guaranees heavily /10/$ IEEE 206

2 depend on he successfulness of modeling he inpu raffic flows and probabilisic analysis is used o calculae such an algorihm s expeced performance. In conras o providing saisical guaranees, oher researchers sudy he algorihms performance under he wors case scenarios. These algorihms can be classified by compeiive online algorihms and online learning algorihms. Quie exensive work has been done on compeiive online algorihms. To our knowledge, our work in his paper is he firs endeavor o ackle wih his buffer managemen problem using he online learning approach. Research on compeiive online algorihms sars from Aiello e al. [1], Mansour e al. [22], and Kesselman e al. [12]. In heir models, no assumpions are made on he inpu raffic flows and compeiive raio [4] is used o measure an online algorihm s performance. These sudies avoid he difficuly inroduced by no-successful-ye modeling of he inpu raffic flow [24]. The models in [1], [12] have araced much aenion and have been sudied exensively in he pas a few years. In order o evaluae he performance of an online compeiive algorihm lacking of fuure inpu informaion, we compare i wih an opimal offline algorihm. An online algorihm is called k-compeiive if is weighed hroughpu on any insance is a leas 1/k of he weighed hroughpu of an opimal offline algorihm on his insance. The upper bounds of compeiive raios are achieved by some known online algorihms. A compeiive raio less han he lower bound is no reachable by any online algorihm. For he bounded-delay model (he buffer size is assumed ), an opimal offline algorihm has been proposed in [12], running in O(n log n) ime where n is he number of packes released. For online algorihms, he bes known lower bound of compeiive raio of deerminisic algorihms is φ = [11], [6], [2]; his lower-bound also applies o insances in which he deadlines of he packes (weakly) increase wih heir release daes. A simple greedy algorihm ha always schedules he maximum-value pending packe in he buffer is 2-compeiive [11], [12]. For a varian in which he deadlines of he packes (weakly) increase wih heir release daes, Li e al. [16] propose an opimal deerminisic φ-compeiive algorihm. Using he same analysis, bu in a more complicaed way, Li e al. provide a (3/φ 1.854)-compeiive deerminisic algorihm [16] for he general model. Independenly, Engler and Wesermann presen a compeiive deerminisic memoryless algorihm and a ( )-compeiive deerminisic algorihm [8]. Closing he gap [1.618, 1.828] of compeiive raio for deerminisic algorihms is a difficul open problem. A randomized online algorihm wih a compeiive raio of e/(e 1) is proposed in [5]. The lower bound of compeiive raio of randomized algorihms is How o ighen he gap [1.25, 1.582] in he randomized bounded-delay model remains open. If he buffer size B is a finie number, he generalizaion of he boundeddelay model is called a bounded-buffer model. In [13], a 3-compeiive deerminisic algorihm and a (φ )- compeiive randomized algorihms are given. Fung [10] provides a 2-compeiive deerminisic algorihm and Li presens an alernaive proof [15]. When he number of size-bounded buffers is more han 1, Azar and Levy [3] provide a compeiive deerminisic algorihm and Li [14] improves he compeiive raio o B. Paper organizaion In his paper, we firs presen he model ha we sudy and he meric ha we use o measure online learning algorihms in Secion II. Then we inroduce our online learning algorihms in Secion III. The heoreical analysis of hese online learning algorihms are presened in Secion IV. Simulaion resuls are provided in Secion V. Finally, we conclude he paper in Secion VI. II. THE MODEL D j D µj G j. We define he regre We sudy he following model for QoS buffer managemen. Time is discree. A ime sep represens he ime inerval ( 1, ]. Packes arrive over ime. Each packe p has a nonnegaive value v p R + and an ineger deadline d p Z +. The deadline d p specifies he ime by which p should be sen. There is a buffer. Packes already exising in he buffers can be dropped a any ime before hey are served. A dropped packe canno be delivered any more. In each ime sep, a mos one packe from he buffer can be sen; he success of delivering a packe depends on he channel s reliabiliy which is no known ahead. The objecive is o maximize weighed hroughpu, defined as he oal value of he ransmied packes by heir respecive deadlines. This model is called a generalized model and called bounded-delay model if he channel s reliabiliy is always 1. Essenially, his buffer managemen is an online decision making problem. In general, people consider he wors-case guaranees for online algorihms. Compeiive analysis is one of he widely acceped way in measuring an online algorihm s wors-case performance in heoreical compuer science and operaions research. However, compeiive analysis is oo pessimisic as he adversary is empowered o change he inpu sequences according o wha he online algorihm does over ime. Many alernaive merics have been proposed (see [4] and he references herein). In his paper, we consider exernal regre as he meric in measuring online (learning) algorihms performance. Le D = {D 1, D 2,..., D n } be he se of possible decisions in each ime period. Denoe he profi/gain incurred a ime from aking decision D j by G j. We assume hroughou ha profis are bounded; for example, n v max, where v max is he maximal value of a packe. Definiion 1: Regre [9]. Any scheme (deerminisic or randomized) for selecing decisions can be described in erms of he probabiliy, µ j, of choosing decision D j a ime. Consider now a scheme S for selecing decisions. Le {µ } 0 be he probabiliy weighs implied by he scheme. Then, he expeced gain from using S, G(S), over T periods will be T =1 incurred by S from using decision D j o be R j T (S) = 207

3 T max{0, =1 µj (G j G i )}. The regre from using S will be R T (S) = j D Rj T (S). The scheme S will have he no inernal regre propery if is expeced regre is small, i.e., R T (S) = o(t ). III. ONLINE LEARNING ALGORITHMS In Secion III-A, we design an opimal offline algorihm for he generalized bounded-delay model. In Secion III-B, we show he limi of online learning for he bounded-delay model, especially for he model in which he adversarial informaion is no revealed over ime. This resul can be exended o he generalized model. A las, we presen a few online learning algorihms for he bounded-delay model and a few of is varians in Secion III-C. A. An opimal offline algorihm We consider he offline seing of he generalized boundeddelay model, in which he success raio of delivering a packe in a ime sep varies in he range of [0, 1]. We call his raio channel reliabiliy. This model is moivaed by applicaions of wireless communicaions. The problem is saed as follows: Given a se of packes wih all heir characerisic known in advance, and a sequence of saic channel saes wih known reliabiliy, we are looking for an algorihm wih he maximum oal weigh. Theorem 1: The generalized bounded-delay model in which he channel reliabiliy varies can be solved in pseudopolynomial ime. Proof: If he buffer size B is infinie, an opimal offline algorihm has been given for he bounded-delay model in [12] wih a running ime of O(n log n). If he buffer size B is a consan, an opimal offline algorihm is proposed in [18] wih a running ime of O(n 2 log max{b, n}). Now, we consider he generalizaion in which he channel reliabiliy may no always be consan. The buffer size B is assumed infinie. Given a se of packes P = {p 1,..., p n }, each packe p i is denoed as a 3-uple (r i, d i, v i ). Le r min = min{r i i = 1,..., n} and d max = max{d i i = 1,..., n}. All possible scheduling ime slos are in he range of [r min, d max ]; hey are known as feasible inervals. Consider hese m (:= d max r min + 1) ime slos. Le he sequence of channel reliabiliy be {η 1,..., η m }. The reducion from he generalized bounded-delay model o he maximum weighed biparie maching problem works as below. We firs consruc a graph G = (V, E), and V = L R where L R =. Each a i L represens a packe p i and each b j R represens a ime slos in he feasible inerval. Obviously, we have L = n and R = m. Each verex a i L represens he packe p i. We creae an edge connecing each a i and each b j wih r pi b j d pi. Also, each edge has an expeced cos defined as c(e ij ) = η j v pi, where η j is he channel reliabiliy a ime slo represened by verex b j and v pi is he weigh of he packe represened by verex a i. A his poin, our problem could be solved by finding he maximum weighed maching of graph G and his resuls in a maximum expeced oal weigh E(W ). The running complexiy of his algorihm includes wo pars: he consrucion par and he par of solving he reduced problem. The consrucion akes a linear ime O( V + E ). Calculaing a maximum weighed maching akes ime O( E 3 ), using he Hungarian algorihm. B. The power of learning Afer inroducing he offline soluion o he generalized bounded-delay model, we consider online soluions. We noe ha compeiive online algorihms and online learning algorihms can be boh applied as online approaches o his model wihou making any assumpions on packes sochasic properies. The main quesion ha should be answered is wha is he power/limi ha an adversarial inpu sequence may have. Tha is, does here exiss a finie inpu insance such ha any online learning algorihm canno achieve a consan exernal regre? Theorem 2: Consider a finie bu large inpu sequence. There is no online learning algorihm ha can have a consan exernal regre. Proof: In order o show ha for a given finie inpu sequence, no online learning algorihm has a consan exernal regre, we need o show ha compared wih he bes algorihm in hindsigh, any online learning algorihm has a consan > 1 compeiive raio. We consider a specific case in which all packes deadlines are weakly increasing along heir release ime. We call such insances agreeable deadline. This example is modified from he one given in [6]. We firs show ha for any online policy π, is compeiive raio c φ ɛ, for any small ɛ > 0. A each ime sep, wo packes p and p wih span (he difference beween deadline and release ime) 1 and 2 respecively are released wih values v and v +1 respecively. Assume a deerminisic online algorihm runs policy π, and is compeiive raio is c. Iniially, we se τ = 5 2, v 0 = 1, v 1 = φ + ɛ, and v i+1 = (v i v i 1 )/τ. (Explicily, we have v i = (1 ɛ)φ i + ɛ(φ + 1) i, i 0.) 1. Le k be a sufficien large number. If here exiss 0 j < k, π selecs p j in sep j (i.e., ime inerval [j, j + 1]), is adversary sops releasing packes afer j. π does no selec p j o send in sep j, and i < j, π selecs p i o send in sep i. On he conrary, π s adversary delivers p i in sep i, i < j, p j in sep j, and p j in sep v j + 1. Noe ha lim k k v k 1 = φ + 1 and n i=1 v i = (v n 1 v 0 )/τ. The compeiive raio is: c (v 1 + v v j+1 ) + v j (v 0 + v v j+1 ) v j > 1 + 2τ 1 τ ( 2τ 1 τ )2 ɛ > φ ɛ. 2. Oherwise, he adversary releases all packes p i and p i up o sep k 1 and a ime k, only p k is released. i < k, π selecs p i o send in sep i. π s adversary delivers all packes p i in sep i up o sep k, where p k is sen. Assume k is large. 208

4 v v k + v k c v 0 + v v k v k v 0 = 1 + v 0 + v v k k 1 + (1 + φ)v k φ + v k 1 1 τ k 1 + φ + 1 = φ. τ 1 Thus, no algorihm can achieve a compeiive raio beer han φ > 1. In urn, no online learning algorihm has a consan expeced regre during he course of he whole schedule. The limi of online learning algorihm is due o he fac ha he parial inpu sequence canno reveal more informaion on he opimaliy of each saic algorihm unil he end of his inpu sequence. C. Online learning algorihms We design online learning algorihms for boh he boundeddelay model and is generalizaion, as well as a few of is varians. We name a saic algorihm an exper. Based on Occam s razor (a principle saing ha he simples explanaion is usually he correc one ), we inerpre ha in general, we prefer simpler explanaions. Consider he model ha we sudy. Packe values, packe deadlines, and channel reliabiliy are he hree facors ha we need o consider in he online decision making procedure. Thus, he saic algorihms should be simple funcions on packe values, packe deadlines, and channel reliabiliy only. Le v min and v max denoe he minimum value and he maximum value of a packe in he inpu sequence. Firs, we design a few expers (saic algorihm wih hindsigh). Then we design online learning algorihms based on he observed performance of hese expers. Noe ha he number of expers canno be large since his value deermines he running ime of he online learning algorihm in each ime sep. Thus, we apply he well-known geomeric rounding echnique. Consider all disinc packe values v min = v 1 < v 2 <... < v n = v max. We le v max = (1+δ) k v min, where k n. Then for each value v j, i falls in he range of [v min (1+δ) i 1, v min (1+δ) i ). Thus, we v have log max v 1+δ v min disinc inervals. Le M = log max 1+δ v min. We firs inroduce he ways ha how hese M expers work. Then we represen our online learning algorihm under various scenarios respecively. We have wo phases of delivering a packe for each exper. In he firs phase, he reliabiliy of he channel is prediced. In he second phase, he exper chooses one pending packe o send. In selecing a packe o send, packe values play he role and we have wo (families of) sraegies. 1) A sraegy based on absolue values: Sor all pending packes in increasing order of deadlines, wih ies broken in favor of he one wih a larger value. Choose he packe wih a value is predefined hreshold value. If such a packe is no available in is buffer, hen his exper sends nohing. This algorihm is described in Algorihm 1. Algorihm 1 EBAV(v min, v max, δ, j [1, M]) 1: Sor packes in he buffer in canonical order; i.e., in increasing order of deadlines wih ies broken in favor of larger values. 2: Send he firs packe p saisfying v p v max /(1 + δ) j. If p does no exis in he buffer, hen send nohing. Each exper only admis he packe ha i would send evenually. Thus, for he exper EBAV wih a parameer j, i only acceps packes wih values v max /(1 + δ) j. If he buffer size is limied, when overflow happens, we apply he greedy approach o filer ou he packes ha canno be accommodaed. Tha is, we drop he minimum-value packes when packe overflow happens; ies broken arbirarily. 2) A sraegy based on relaive values: Sor all pending packes in increasing order of deadlines, wih ies broken in favor of he one wih a larger value. Choose he packe wih a value is predefined hreshold raio han he maximumvalue pending packe in he buffer, ies broken in favor of he earlier released packe. We noe ha such a packe is always in he buffer. Algorihm 2 EBRV(v min, v max, δ, j [1, M]) 1: Sor packes in he buffer in canonical order; i.e., in increasing order of deadlines wih ies broken in favor of larger values. 2: Le h be he maximum-value packe in he buffer. 3: Send he firs packe p saisfying v p v h /(1 + δ) j. The packe p can always be found since eiher he firs packe (in canonical order) or he packe h is he candidae. In admiing packes, we apply he approach of idenifying he opimal provisional schedule, which is similar o he one defined and used in compeiive online algorihms. Given a se of pending packes P, a provisional schedule S specifies which packes in P should be sen in which ime sep. An opimal provisional schedule S is one ha achieves he maximum weighed hroughpu among all provisional schedules on pending packes P (channel reliabiliy is assumed 1). Clearly, an opimal provisional schedule S a ime can be calculaed via a maximum-weighed biparie maching over pending packes in O( P 2 ) (see [13]). 3) Assume he channel reliabiliy is always perfec: This is he ypical bounded-delay model. Here we inroduce wo online learning algorihms based on he same sraegy: follow he bes exper. One is simply following he sraegy of he exper who has he bes gain up o he curren ime. The oher one is following he sraegy of he exper who has he bes gain afer delivering all he pending packes in is buffer successfully. We call hese wo online learning algorihms Follow COPT and Follow OPT, respecively. 4) Assume he channel reliabiliy varies over ime: When he channel reliabiliy is no a fixed value along all he ime, 209

5 we need o consider he channel qualiy s variabiliy as well. Thus, we employ a se of expers in predicing he channel s reliabiliy over ime. In esimaing he channel saes, we inroduce wo expers. (We can adap our algorihm o muliple expers.) Each exper insiss on giving a fixed predicion of he fuure channel saes, which is eiher H (represening high ) or L (represening low ). These wo expers are named EH and EL respecively. We hen use he weighed majoriy algorihm [20], [21] in predicing he saus of he channel reliabiliy. We associae credis o hese expers, which means o how much exend an exper s opinion could be rused. Le he credi for exper EH a ime be c EH and for exper EL be c EL respecively. Iniially, we se c EH 0 = c EL 0 = 1. In each ime sep 1, 2,..., 1, we have a label indicing wheher he channel reliabiliy is H or L. Then we proceed as he following Winnow algorihm. Algorihm 3 Winnow(EH, EL) 1: Iniially, we se c EH 0 = c EL 0 = 1. 2: if c EH c EL hen 3: Predic H. 4: else 5: Predic L. 6: end if 7: if he channel s qualiy was high hen 8: c EH = 2c EH ; 9: c EL = c EL /2; 10: else 11: c EH = c EH /2; 12: c EL = 2c EL. 13: end if However, in admiing packes, we are no only predicing he nex sep s channel reliabiliy, we also need o esimae he fuure channel s saus when we calculae an opimal provisional schedule. Hence, we need o sudy he chain effec of he predicion. Le E( ) be he prediced value using he Winnow algorihm. Lemma 1: If E(c EL (respecively, < E(c EL ) holds a ime slo, hen +1) E(c EL +1) (respecively, +1) < E(c EL +1)) holds a ime + 1. Proof: Le η denoe he prediced reliabiliy a ime. We have η = ) + E(c EL. Based on he Winnow Algorihm, we have 1) = η 1 1) + (1 η 1 ) E(cEH 2 1) E(c EL E(c EL = η 1 2 Given he assumpion ha. (1) + (1 η 1 ) 1). (2) ) E(c EL ), we have η 1/2. Then from Equaions 1 and 2, we have +1) = (1 + η 1 2 E(cEH E(c EL +1) = 3 4 E(cEH. ( 1 1 ) 2 η E(c EL 3 4 E(cEL. Lemma 1 is compleed. Theorem 3 (Monooniciy of η): If he iniial expeced credis of expers saisfies 0 ) E(c EL 0 ) (respecively, 0 ) < E(c EL 0 )), he reliabiliy of channel η is nondecreasing (respecively, non-increasing) for. Proof: Theorem 3 can be proved using he inducive mehod. Based on he definiion of η and E( ), we have η = η +1 = = = Therefore, we have η +1 η = + E(c EL. +1) +1 ) + E(cEL +1 ) (1 + η 1 2 E(cEH ) E(c EL (1 + η 1 2 E(cEH + ( η (1 + η (1 + η + (2 η E(c EL. (1 + η (1 + η + (2 η E(c EL ) + (1 + η E(c EL (1 + η + (2 η E(c EL. = (1 + η ) ( E(c EH ) + E(c EL Assume ha we have he iniial case of 0 ) E(c EL 0 ), hen based on Lemma 1, we have E(c EL. Tha is 1/2 η 1. So 2 η 3/4 1 + η, which indicaes (1 + η E(c EL (2 η E(c EL (E(c EL > 0). Thus, i is obvious ha η +1 /η 1. Theorem 3 is compleed. Theorem 3 indicaes ha he prediced reliabiliy of he channel a a cerain ime highly depend on he resul prediced in he previous sep. Thus, he prediced saus can be rolled over along he ime we send packes. We have he following algorihm. Algorihm 4 PCR(EH, EL) 1: Apply he Winnow Algorihm o predic channel s reliabiliy. 2: if E(c EL hen 3: Assign all prediced channel saus High. 4: else 5: Assign all prediced channel saus Low. 6: end if Afer we idenify he channel saus over ime, we can apply he biparie maching o find he opimal provisional schedule and arrange packes in canonical order. In summary, we assign ) 210

6 all he pending packes o heir laes ime slos ha hey can be feasibly of being sen by deadlines if E(c EL. If < E(c EL, hese pending packes are assigned o he earlies ime slos for delivery. 5) There are only wo expers: When here are only wo expers in predicing he channel s reliabiliy, he online learning algorihm makes is decision based on hese wo expers and we consider his varian for analysis in Secion IV. D. An example To beer illusrae how our online learning approach work and is performance agains he opimal offline algorihm and bes known compeiive online algorihms, we give he following example. We assume he channel reliabiliy is always 1. There are 4 packes p 1, p 2, p 3 and p 4. Their release ime, deadlines, and values are lised in Table I. Remember ha packes are uni-lengh. TABLE I PACKETS INFORMATION packe release ime deadline value p p p p We compare he following hree kinds of algorihms based on his same inpu as below. 1) The opimal offline algorihm: I is obvious ha he offline algorihm could send all he packes before heir respecive deadlines and obain a maximum oal weighed hroughpu. The packes are sen in he order of p 1, p 2, p 3, p 4 and his yields oal value of 18. 2) The compeiive online algorihm: Here, we consider algorihms SEMI-GREEDY [17] and EDF β [17]. For his example, we le he algorihm SEMI-GREEDY work under a perfec channel sae such ha i sends he maximum-value packe in each ime sep. I sends p 2 a ime 0 (p 1 expires) and p 4 a ime 2 (p 3 expires). The oal value SEMI-GREEDY gains is 12. For he algorihm EDF β (β = 2), we send he earliesdeadline packe whose value if a leas 1/β imes of he maximum-value of a pending packe in he buffer. Packe p 2 will be sen a ime 0 since v 2 > βv 1 = 2v 1. A ime 2, EDF β chooses p 3 o send since βv 3 = 2v 3 > v 4. The packe p 4 will be sen aferwards. Therefore, EDF β (β = 2) gains a oal value of 16. 3) The online learning algorihm: We use he algorihm EBAV as an example. The algorihm EBRV works in a similar way and we omi i here. We choose δ = 0.5 as he inpu parameer of he algorihm. We also have v max = 7 and v min = 2. So he number of expers we will have is v M = log max 1+δ v min = 4. Refer o Algorihm 1, we have he schedule lis of each exper is shown in he able II. The online learning algorihm EBAV runs he following sraegy: Follow he exper who has he bes gain up o he curren ime. TABLE II THE SCHEDULE LISTS OF EXPERTS exper = 0 = 1 = 2 = 3 value exper 1 p 2 p 4 12 exper 2 p 2 p 3 p 4 16 exper 3 p 2 p 3 p 4 16 exper 4 p 1 p 2 p 3 p 4 18 Iniially, he online learning algorihm simply uses EDF as he sraegy since no exper exiss o follow ye. Therefore, he online learning algorihm schedules p 1 a ime = 0. Afer all expers finish scheduling heir firs packes, exper 1, 2 and 3 are he bes for sep 1. Assume he online algorihm follows exper 1 a his sep, hen, i will schedule p 2 a = 1 for ha v 2 > v max /(1 + δ). A he end of sep 2, exper 4 has he bes gain for he firs ime seps. The online learning algorihm swiches o exper 4 s sraegy, which sends p 3 a ime = 2. The online algorihm follow he exper 4 for ime = 2 and = 3. The oal value ha i gains is 18. Table III summarizes he weighed hroughpu of hese 4 differen kinds of algorihms on he above example. The online learning algorihm achieves he opimal gain ha can be achieved by an offline algorihm. TABLE III PERFORMANCE OF ALGORITHMS Algorihm Schedule Value offline p 1, p 2, p 3, p 4 18 SEMI-GREEDY p 2, p 4 12 EDF β (β = 2) p 2, p 3, p 4 16 EBAV p 1, p 2, p 3, p 4 18 IV. ANALYSIS OF THE ONLINE LEARNING ALGORITHMS We apply he local opimizaion echnique o analyze he online learning algorihms ha we develop. We firs consider an insance wih only wo values for packes. Then we show ha he regre of he online learning algorihm is bounded by a raio of hese wo packes. Finally, we claim ha his raio can be generalized o he case in which packes can have muliple values. Assume ha here are only wo kinds of packes denoed as p s and p b, where v s = 1 and v b = α > 1. In his case, i is obvious ha only wo expers are needed. Exper 1 is denoed as EA and i will schedule he earlies deadline packe whose weigh v s. If boh p s and p b exiss and if hey share he same deadline, exper 1 will schedule p b. Exper 2 is denoed as EB and i will schedule he earlies deadline packe whose weigh α. If only p s remains in he curren buffer, exper 2 will schedule p s. Le he bes exper among EA and EB be EXP. Le he oal gains of he bes exper and of he online learning algorihm are G EXP and G ON respecively. Then he average regre R per ime sep is expressed as R = GEXP G ON, (3) T 211

7 where T is he overall ime spen in scheduling all he packes for he online learning algorihm. We case sudy he regre R. Given a ime sep, if he online algorihm has exacly he same behavior (schedules he same packe) wih he bes exper in hindsigh, hen he average regre will be zero. Oherwise, we claim ha here exis a ime sep such ha he packe scheduled by he online learning algorihm is differen from he one scheduled by he bes exper. Assume he bes exper EXP send a packe p s and he online learning algorihm ON schedule a packe p b and assume EXP ouperforms ON. Remark 1: The bes exper mus send a packe p b in he fuure, i.e., afer he ime he online learning algorihm send he packe p s. Proof: We prove Remark 1 using he conradicion mehod. Assume ha he claim fails a some ime >. Then, in any ime sep >, he bes exper sends a packe wih a less or equal weigh comparing o he online learning algorihm since no packe wih value v b is sen by EXP. Noe ha is he firs ime sep ha he online learning algorihm differs from he bes exper, he bes exper will have a sricly less gain han he online learning algorihm. This conradics he assumpion ha he bes exper ouperforms he online learning algorihm. In his case, we charge EXP he value 1 + α and charge ON he value α. We have an inernal regre of value 1 and he raio of gains is bounded by (1 + α)/α. Assume he bes exper EXP send a packe p b and he online learning algorihm ON schedule a packe p s. In his case, he packe p b is eiher sen by ON already or i is pending in ON s buffer. If ON has sen his packe in a previous ime sep, we can charge EXP value α o. In he curren sep, we charge EXP and ON values α and 1 respecively. Overall, he raio of he charged values in and is bounded by α+α 1+α. If ON schedules he packe p b in a fuure ime sep, his may incur a loss of value α due o packe deadline consrain. We charge EXP and ON values α and α in respecively. Overall, he raio of he charged values is bounded by α+α 1+α. This analysis approach can be applied o muliple values raher han wo ones. We skip he deails of expanding his analysis. We give a igh example for he online learning algorihm we presen. Example 1: We have wo kinds of packes wih values 1 and α respecively. Iniially, B packes wih value 1 arrive and heir deadlines are 1, 2,..., B, and a he same ime, B packes wih value α arrive and heir deadlines are B + 1, B + 2,..., 2B. For he online learning algorihm EBRV (or EBAV), if i chooses he packes wih value 1 o send (of course, i plans o send he packes wih value α in he fuure), we generae an inpu of B packes wih value α a ime B + 1 and hese packes have deadlines of 2B. If he online learning algorihm chooses packes wih value α o send in seps 1, 2,..., B, we sop releasing new packes. In eiher case, he average regre is α 1 2 per ime sep. V. SIMULATION We develop a prooype o simulae he performance of online learning algorihms. There is a packe generaor. This generaor generaes packes wih release ime, deadlines and values. In our seing, we assume all hese numbers are generaed uniformly randomly. In oal, here are 2000 packes generaed. The range of he release ime is [0, 999]. The range of he deadlines is [0, 999] and he range of he packe values is [0, 99]. The maximum and he minimum packe values are v max = and v min = 0.009, respecively. For he curren version of our simulaion, he channel sae is fixed. We design he offline algorihm as follows. We assume he channel reliabiliy is always perfec. We implemen EBAV and EBRV in Secion III-C. In geomeric rounding, we se δ = 0.5. In oal, here are 23 expers (0.009( ) ). In our simulaed resuls, he bes exper yields a oal gain of I sends 1000 packes and i is he second exper. In each ime sep, he bes exper chooses a packe wih a value v max /[(1 + δ) 2 v min ] o send. The wors exper yields a oal gain of wih only 1 packe scheduled he mos valuable packe. The exper seing he hreshold as he minimum-value packe yields a oal gain of and 1000 packes are scheduled successfully. The online learning algorihm who follows he bes exper so far will gain a profi as wih 999 packes scheduled. Thus, he regre of online learning algorihm is bounded by a value 52 (< ) and i is almos he opimal exper. Figure 2 shows he simulaed resuls we have. In Figure 2, he dash-doed line represens he performance of our online learning algorihm. In his figure, we ake expers wih index j of 0, 1, 2, 5, 20 among all 23 expers. Fig. 2. Simulaed resuls of he online learning algorihms We also develop he prooype o simulae he performance of he opimal offline algorihm as well as wo compeiive 212

8 online algorihms: SEMI-GREEDY [17] and EDF β [17]. The simulaion is run on he same daa se used above. In our simulaed resuls, he opimal offline algorihm yields a oal gain of I sends 1000 packes. The algorihm SEMI-GREEDY yields a near opimal resul EDF β earns a oal gain of , where β = 2. We noice ha boh online algorihms performances are very close o he opimal offline soluion. Figure 3 shows he simulaed resuls we have. In Figure 3, he doed line represens he performance of our opimal offline algorihm, he dash-doed line represens he performance of SEMI-GREEDY and he solid line represens he performance of EDF β. Fig. 3. Simulaed resuls of he opimal offline algorihm and online algorihms In summary, boh online learning algorihms and compeiive online algorihm perform nearly as good as he opimal offline algorihms. Our online learning algorihm has much less running complexiy (O(log n) for each arriving packe) when compared wih compeiive online algorihms (O(n) for each arriving packe). VI. CONCLUSION In his paper, we design algorihms o schedule packes wih values and deadlines. This model has been sudied exensively using compeiive online algorihms. We apply he online learning approaches on his model as well as a few of is varians. These online learning algorihms performance are analyzed heoreically in erms of exernal regre. We also measure hese algorihms performance experimenally. We conclude ha no online learning algorihms have a consan regre. However, in general, our designed online learning algorihm works as almos well as he bes known compeiive online algorihm in pracice. In our fuure work, we will sudy semi-online algorihms, assuming par of he inpu informaion is known. ACKNOWLEDGEMENT The work is parially suppored by NSF under grans CCF , CNS , and AFOSR under gran FA REFERENCES [1] W. Aiello, Y. Mansour, S. Rajagopolan, and A. Rosen. Compeiive queue policies for differeniaed services. in Proceedings of he 19h Annual Join Conference of he IEEE Compuer and Communicaions Socieies (INFOCOM), pages , [2] N. Andelman, Y. Mansour, and A. Zhu. Compeiive queuing polices for QoS swiches. in Proceedings of he 14h Annual ACM-SIAM Symposium on Discree Algorihms (SODA), pages , [3] Y. Azar and N. Levy. Muliplexing packes wih arbirary deadlines in bounded buffers. in Lecure Noes in Compuer Science (SWAT), pages 5 16, [4] A. Borodin and R. El-Yaniv. Online Compuaion and Compeiive Analysis. Cambridge Universiy Press, [5] F. Y. L. Chin, M. Chrobak, S. P. Y. Fung, W. Jawor, J. Sgall, and T. Tichy. Online compeiive algorihms for maximizing weighed hroughpu of uni jobs. Journal of Discree Algorihms, 4: , [6] F. Y. L. Chin and S. P. Y. Fung. Online scheduling wih parial job values: Does imesharing or randomizaion help? Algorihmica, 37(3): , [7] C. Dovrolis, D. Siliadis, and P. Ramanahan. Proporional differeniaed services: Delay differeniaion and packe scheduling. IEEE/ACM Transacions on Neworking, 10(1):12 26, [8] M. Engler and M. Wesermann. Considering suppressed packes improves buffer managemen in QoS swiches. in Proceedings of he 18h Annual ACM-SIAM Symposium on Discree Algorihms (SODA), pages , [9] D. P. Foser and R. Vohra. Regre in he on-line decision problem. Games and Economic Behavior, 29:7 35, [10] S. P. Y. Fung. Bounded delay packe scheduling in a bounded buffer. arxiv: v1[cs.ds], July [11] B. Hajek. On he compeiiveness of online scheduling of uni-lengh packes wih hard deadlines in sloed ime. in Proceedings of 2001 Conference on Informaion Sciences and Sysems (CISS), pages , [12] A. Kesselman, Z. Loker, Y. Mansour, B. Pa-Shamir, B. Schieber, and M. Sviridenko. Buffer overflow managemen in QoS swiches. SIAM Journal on Compuing (SICOMP), 33(3): , [13] F. Li. Compeiive scheduling of packes wih hard deadlines in a finie capaciy queue. In Proceedings of he 28h IEEE Inernaional Conference on Compuer Communicaions (INFOCOM), pages , [14] F. Li. Improved online algorihms for muliplexing weighed packes in bounded buffers. Lecure Noes in Compuer Science (AAIM), 5564: , [15] F. Li. Packe scheduling in a size-bounded buffer. arxiv: [cs.ds], July [16] F. Li, J. Sehuraman, and C. Sein. An opimal online algorihm for packe scheduling wih agreeable deadlines. in Proceedings of he 16h Annual ACM-SIAM Symposium on Discree Algorihms (SODA), pages , [17] F. Li and Z. Zhang. Online maximizing weighed hroughpu in a fading channel. In Proceedings of he 2009 IEEE Inernaional Symposium on Informaion Theory (ISIT), pages , [18] F. Li and Z. Zhang. Scheduling weighed packes wih deadlines over a fading channel. In Proceedings of he 43rd Annual IEEE Conference on Informaion Sciences and Sysems (CISS), pages , [19] J. Liebeherr and N. Chrisin. A QoS archiecure for quaniaive service differeniaion. IEEE Communicaion Magazine, 41(6):38 45, [20] N. Lilesone. Learning quickly when irrelevan aribues abound: A new linear-hreshold algorihm. Machine Learning, 2: , [21] N. Lilesone and M. Warmuh. The weighed majoriy algorihm. Informaion and Compuaion, 108(2): , [22] Y. Mansour, B. Pa-Shamir, and O. Lapid. Opimal smoohing schedules for real-ime sreams. in Proceedings of he 19h Annual ACM Symposium on Principles of Disribued Compuing (PODC), pages 21 29, [23] V. Paxson and S. Floyd. Wide-area raffic: The failure of poisson modeling. IEEE/ACM Transacions on Neworking, page 1995, [24] W. Willinger and V. Paxson. Where mahemaics mees he Inerne. Noices of he American Mahemaical Sociey, pages ,

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

More information

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still.

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still. Lecure - Kinemaics in One Dimension Displacemen, Velociy and Acceleraion Everyhing in he world is moving. Nohing says sill. Moion occurs a all scales of he universe, saring from he moion of elecrons in

More information

Lower and Upper Bounds on FIFO Buffer Management in QoS Switches

Lower and Upper Bounds on FIFO Buffer Management in QoS Switches Lower and Upper Bounds on FIFO Buffer Managemen in QoS Swiches Mahias Engler Mahias Wesermann Deparmen of Compuer Science RWTH Aachen 52056 Aachen, Germany {engler,marsu}@cs.rwh-aachen.de Absrac We consider

More information

Comments on Window-Constrained Scheduling

Comments on Window-Constrained Scheduling Commens on Window-Consrained Scheduling Richard Wes Member, IEEE and Yuing Zhang Absrac This shor repor clarifies he behavior of DWCS wih respec o Theorem 3 in our previously published paper [1], and describes

More information

Ensamble methods: Boosting

Ensamble methods: Boosting Lecure 21 Ensamble mehods: Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Schedule Final exam: April 18: 1:00-2:15pm, in-class Term projecs April 23 & April 25: a 1:00-2:30pm in CS seminar room

More information

Ensamble methods: Bagging and Boosting

Ensamble methods: Bagging and Boosting Lecure 21 Ensamble mehods: Bagging and Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Ensemble mehods Mixure of expers Muliple base models (classifiers, regressors), each covers a differen par

More information

1 Review of Zero-Sum Games

1 Review of Zero-Sum Games COS 5: heoreical Machine Learning Lecurer: Rob Schapire Lecure #23 Scribe: Eugene Brevdo April 30, 2008 Review of Zero-Sum Games Las ime we inroduced a mahemaical model for wo player zero-sum games. Any

More information

5. Stochastic processes (1)

5. Stochastic processes (1) Lec05.pp S-38.45 - Inroducion o Teleraffic Theory Spring 2005 Conens Basic conceps Poisson process 2 Sochasic processes () Consider some quaniy in a eleraffic (or any) sysem I ypically evolves in ime randomly

More information

Random Walk with Anti-Correlated Steps

Random Walk with Anti-Correlated Steps Random Walk wih Ani-Correlaed Seps John Noga Dirk Wagner 2 Absrac We conjecure he expeced value of random walks wih ani-correlaed seps o be exacly. We suppor his conjecure wih 2 plausibiliy argumens and

More information

Online Convex Optimization Example And Follow-The-Leader

Online Convex Optimization Example And Follow-The-Leader CSE599s, Spring 2014, Online Learning Lecure 2-04/03/2014 Online Convex Opimizaion Example And Follow-The-Leader Lecurer: Brendan McMahan Scribe: Sephen Joe Jonany 1 Review of Online Convex Opimizaion

More information

Optimal Server Assignment in Multi-Server

Optimal Server Assignment in Multi-Server Opimal Server Assignmen in Muli-Server 1 Queueing Sysems wih Random Conneciviies Hassan Halabian, Suden Member, IEEE, Ioannis Lambadaris, Member, IEEE, arxiv:1112.1178v2 [mah.oc] 21 Jun 2013 Yannis Viniois,

More information

Learning a Class from Examples. Training set X. Class C 1. Class C of a family car. Output: Input representation: x 1 : price, x 2 : engine power

Learning a Class from Examples. Training set X. Class C 1. Class C of a family car. Output: Input representation: x 1 : price, x 2 : engine power Alpaydin Chaper, Michell Chaper 7 Alpaydin slides are in urquoise. Ehem Alpaydin, copyrigh: The MIT Press, 010. alpaydin@boun.edu.r hp://www.cmpe.boun.edu.r/ ehem/imle All oher slides are based on Michell.

More information

Basic definitions and relations

Basic definitions and relations Basic definiions and relaions Lecurer: Dmiri A. Molchanov E-mail: molchan@cs.u.fi hp://www.cs.u.fi/kurssi/tlt-2716/ Kendall s noaion for queuing sysems: Arrival processes; Service ime disribuions; Examples.

More information

INTRODUCTION TO MACHINE LEARNING 3RD EDITION

INTRODUCTION TO MACHINE LEARNING 3RD EDITION ETHEM ALPAYDIN The MIT Press, 2014 Lecure Slides for INTRODUCTION TO MACHINE LEARNING 3RD EDITION alpaydin@boun.edu.r hp://www.cmpe.boun.edu.r/~ehem/i2ml3e CHAPTER 2: SUPERVISED LEARNING Learning a Class

More information

Solutions for Assignment 2

Solutions for Assignment 2 Faculy of rs and Science Universiy of Torono CSC 358 - Inroducion o Compuer Neworks, Winer 218 Soluions for ssignmen 2 Quesion 1 (2 Poins): Go-ack n RQ In his quesion, we review how Go-ack n RQ can be

More information

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing Applicaion of a Sochasic-Fuzzy Approach o Modeling Opimal Discree Time Dynamical Sysems by Using Large Scale Daa Processing AA WALASZE-BABISZEWSA Deparmen of Compuer Engineering Opole Universiy of Technology

More information

Inventory Analysis and Management. Multi-Period Stochastic Models: Optimality of (s, S) Policy for K-Convex Objective Functions

Inventory Analysis and Management. Multi-Period Stochastic Models: Optimality of (s, S) Policy for K-Convex Objective Functions Muli-Period Sochasic Models: Opimali of (s, S) Polic for -Convex Objecive Funcions Consider a seing similar o he N-sage newsvendor problem excep ha now here is a fixed re-ordering cos (> 0) for each (re-)order.

More information

An introduction to the theory of SDDP algorithm

An introduction to the theory of SDDP algorithm An inroducion o he heory of SDDP algorihm V. Leclère (ENPC) Augus 1, 2014 V. Leclère Inroducion o SDDP Augus 1, 2014 1 / 21 Inroducion Large scale sochasic problem are hard o solve. Two ways of aacking

More information

Lecture 4 Notes (Little s Theorem)

Lecture 4 Notes (Little s Theorem) Lecure 4 Noes (Lile s Theorem) This lecure concerns one of he mos imporan (and simples) heorems in Queuing Theory, Lile s Theorem. More informaion can be found in he course book, Bersekas & Gallagher,

More information

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles Diebold, Chaper 7 Francis X. Diebold, Elemens of Forecasing, 4h Ediion (Mason, Ohio: Cengage Learning, 006). Chaper 7. Characerizing Cycles Afer compleing his reading you should be able o: Define covariance

More information

SOLUTIONS TO ECE 3084

SOLUTIONS TO ECE 3084 SOLUTIONS TO ECE 384 PROBLEM 2.. For each sysem below, specify wheher or no i is: (i) memoryless; (ii) causal; (iii) inverible; (iv) linear; (v) ime invarian; Explain your reasoning. If he propery is no

More information

Inventory Control of Perishable Items in a Two-Echelon Supply Chain

Inventory Control of Perishable Items in a Two-Echelon Supply Chain Journal of Indusrial Engineering, Universiy of ehran, Special Issue,, PP. 69-77 69 Invenory Conrol of Perishable Iems in a wo-echelon Supply Chain Fariborz Jolai *, Elmira Gheisariha and Farnaz Nojavan

More information

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Simulaion-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Week Descripion Reading Maerial 2 Compuer Simulaion of Dynamic Models Finie Difference, coninuous saes, discree ime Simple Mehods Euler Trapezoid

More information

EXERCISES FOR SECTION 1.5

EXERCISES FOR SECTION 1.5 1.5 Exisence and Uniqueness of Soluions 43 20. 1 v c 21. 1 v c 1 2 4 6 8 10 1 2 2 4 6 8 10 Graph of approximae soluion obained using Euler s mehod wih = 0.1. Graph of approximae soluion obained using Euler

More information

Stability and Bifurcation in a Neural Network Model with Two Delays

Stability and Bifurcation in a Neural Network Model with Two Delays Inernaional Mahemaical Forum, Vol. 6, 11, no. 35, 175-1731 Sabiliy and Bifurcaion in a Neural Nework Model wih Two Delays GuangPing Hu and XiaoLing Li School of Mahemaics and Physics, Nanjing Universiy

More information

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB Elecronic Companion EC.1. Proofs of Technical Lemmas and Theorems LEMMA 1. Le C(RB) be he oal cos incurred by he RB policy. Then we have, T L E[C(RB)] 3 E[Z RB ]. (EC.1) Proof of Lemma 1. Using he marginal

More information

Matlab and Python programming: how to get started

Matlab and Python programming: how to get started Malab and Pyhon programming: how o ge sared Equipping readers he skills o wrie programs o explore complex sysems and discover ineresing paerns from big daa is one of he main goals of his book. In his chaper,

More information

Longest Common Prefixes

Longest Common Prefixes Longes Common Prefixes The sandard ordering for srings is he lexicographical order. I is induced by an order over he alphabe. We will use he same symbols (,

More information

Two Popular Bayesian Estimators: Particle and Kalman Filters. McGill COMP 765 Sept 14 th, 2017

Two Popular Bayesian Estimators: Particle and Kalman Filters. McGill COMP 765 Sept 14 th, 2017 Two Popular Bayesian Esimaors: Paricle and Kalman Filers McGill COMP 765 Sep 14 h, 2017 1 1 1, dx x Bel x u x P x z P Recall: Bayes Filers,,,,,,, 1 1 1 1 u z u x P u z u x z P Bayes z = observaion u =

More information

Approximation Algorithms for Unique Games via Orthogonal Separators

Approximation Algorithms for Unique Games via Orthogonal Separators Approximaion Algorihms for Unique Games via Orhogonal Separaors Lecure noes by Konsanin Makarychev. Lecure noes are based on he papers [CMM06a, CMM06b, LM4]. Unique Games In hese lecure noes, we define

More information

Expert Advice for Amateurs

Expert Advice for Amateurs Exper Advice for Amaeurs Ernes K. Lai Online Appendix - Exisence of Equilibria The analysis in his secion is performed under more general payoff funcions. Wihou aking an explici form, he payoffs of he

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN Inernaional Journal of Scienific & Engineering Research, Volume 4, Issue 10, Ocober-2013 900 FUZZY MEAN RESIDUAL LIFE ORDERING OF FUZZY RANDOM VARIABLES J. EARNEST LAZARUS PIRIYAKUMAR 1, A. YAMUNA 2 1.

More information

Article from. Predictive Analytics and Futurism. July 2016 Issue 13

Article from. Predictive Analytics and Futurism. July 2016 Issue 13 Aricle from Predicive Analyics and Fuurism July 6 Issue An Inroducion o Incremenal Learning By Qiang Wu and Dave Snell Machine learning provides useful ools for predicive analyics The ypical machine learning

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

STATE-SPACE MODELLING. A mass balance across the tank gives:

STATE-SPACE MODELLING. A mass balance across the tank gives: B. Lennox and N.F. Thornhill, 9, Sae Space Modelling, IChemE Process Managemen and Conrol Subjec Group Newsleer STE-SPACE MODELLING Inroducion: Over he pas decade or so here has been an ever increasing

More information

Learning a Class from Examples. Training set X. Class C 1. Class C of a family car. Output: Input representation: x 1 : price, x 2 : engine power

Learning a Class from Examples. Training set X. Class C 1. Class C of a family car. Output: Input representation: x 1 : price, x 2 : engine power Alpaydin Chaper, Michell Chaper 7 Alpaydin slides are in urquoise. Ehem Alpaydin, copyrigh: The MIT Press, 010. alpaydin@boun.edu.r hp://www.cmpe.boun.edu.r/ ehem/imle All oher slides are based on Michell.

More information

Maintenance Models. Prof. Robert C. Leachman IEOR 130, Methods of Manufacturing Improvement Spring, 2011

Maintenance Models. Prof. Robert C. Leachman IEOR 130, Methods of Manufacturing Improvement Spring, 2011 Mainenance Models Prof Rober C Leachman IEOR 3, Mehods of Manufacuring Improvemen Spring, Inroducion The mainenance of complex equipmen ofen accouns for a large porion of he coss associaed wih ha equipmen

More information

Notes for Lecture 17-18

Notes for Lecture 17-18 U.C. Berkeley CS278: Compuaional Complexiy Handou N7-8 Professor Luca Trevisan April 3-8, 2008 Noes for Lecure 7-8 In hese wo lecures we prove he firs half of he PCP Theorem, he Amplificaion Lemma, up

More information

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon 3..3 INRODUCION O DYNAMIC OPIMIZAION: DISCREE IME PROBLEMS A. he Hamilonian and Firs-Order Condiions in a Finie ime Horizon Define a new funcion, he Hamilonian funcion, H. H he change in he oal value of

More information

Lecture Notes 2. The Hilbert Space Approach to Time Series

Lecture Notes 2. The Hilbert Space Approach to Time Series Time Series Seven N. Durlauf Universiy of Wisconsin. Basic ideas Lecure Noes. The Hilber Space Approach o Time Series The Hilber space framework provides a very powerful language for discussing he relaionship

More information

Lecture 2 October ε-approximation of 2-player zero-sum games

Lecture 2 October ε-approximation of 2-player zero-sum games Opimizaion II Winer 009/10 Lecurer: Khaled Elbassioni Lecure Ocober 19 1 ε-approximaion of -player zero-sum games In his lecure we give a randomized ficiious play algorihm for obaining an approximae soluion

More information

Particle Swarm Optimization Combining Diversification and Intensification for Nonlinear Integer Programming Problems

Particle Swarm Optimization Combining Diversification and Intensification for Nonlinear Integer Programming Problems Paricle Swarm Opimizaion Combining Diversificaion and Inensificaion for Nonlinear Ineger Programming Problems Takeshi Masui, Masaoshi Sakawa, Kosuke Kao and Koichi Masumoo Hiroshima Universiy 1-4-1, Kagamiyama,

More information

Supplement for Stochastic Convex Optimization: Faster Local Growth Implies Faster Global Convergence

Supplement for Stochastic Convex Optimization: Faster Local Growth Implies Faster Global Convergence Supplemen for Sochasic Convex Opimizaion: Faser Local Growh Implies Faser Global Convergence Yi Xu Qihang Lin ianbao Yang Proof of heorem heorem Suppose Assumpion holds and F (w) obeys he LGC (6) Given

More information

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems Single-Pass-Based Heurisic Algorihms for Group Flexible Flow-shop Scheduling Problems PEI-YING HUANG, TZUNG-PEI HONG 2 and CHENG-YAN KAO, 3 Deparmen of Compuer Science and Informaion Engineering Naional

More information

A Hop Constrained Min-Sum Arborescence with Outage Costs

A Hop Constrained Min-Sum Arborescence with Outage Costs A Hop Consrained Min-Sum Arborescence wih Ouage Coss Rakesh Kawara Minnesoa Sae Universiy, Mankao, MN 56001 Email: Kawara@mnsu.edu Absrac The hop consrained min-sum arborescence wih ouage coss problem

More information

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model 1 Boolean and Vecor Space Rerieval Models Many slides in his secion are adaped from Prof. Joydeep Ghosh (UT ECE) who in urn adaped hem from Prof. Dik Lee (Univ. of Science and Tech, Hong Kong) Rerieval

More information

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 17

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 17 EES 16A Designing Informaion Devices and Sysems I Spring 019 Lecure Noes Noe 17 17.1 apaciive ouchscreen In he las noe, we saw ha a capacior consiss of wo pieces on conducive maerial separaed by a nonconducive

More information

Christos Papadimitriou & Luca Trevisan November 22, 2016

Christos Papadimitriou & Luca Trevisan November 22, 2016 U.C. Bereley CS170: Algorihms Handou LN-11-22 Chrisos Papadimiriou & Luca Trevisan November 22, 2016 Sreaming algorihms In his lecure and he nex one we sudy memory-efficien algorihms ha process a sream

More information

Hamilton- J acobi Equation: Weak S olution We continue the study of the Hamilton-Jacobi equation:

Hamilton- J acobi Equation: Weak S olution We continue the study of the Hamilton-Jacobi equation: M ah 5 7 Fall 9 L ecure O c. 4, 9 ) Hamilon- J acobi Equaion: Weak S oluion We coninue he sudy of he Hamilon-Jacobi equaion: We have shown ha u + H D u) = R n, ) ; u = g R n { = }. ). In general we canno

More information

Lecture 20: Riccati Equations and Least Squares Feedback Control

Lecture 20: Riccati Equations and Least Squares Feedback Control 34-5 LINEAR SYSTEMS Lecure : Riccai Equaions and Leas Squares Feedback Conrol 5.6.4 Sae Feedback via Riccai Equaions A recursive approach in generaing he marix-valued funcion W ( ) equaion for i for he

More information

control properties under both Gaussian and burst noise conditions. In the ~isappointing in comparison with convolutional code systems designed

control properties under both Gaussian and burst noise conditions. In the ~isappointing in comparison with convolutional code systems designed 535 SOFT-DECSON THRESHOLD DECODNG OF CONVOLUTONAL CODES R.M.F. Goodman*, B.Sc., Ph.D. W.H. Ng*, M.S.E.E. Sunnnary Exising majoriy-decision hreshold decoders have so far been limied o his paper a new mehod

More information

Robust estimation based on the first- and third-moment restrictions of the power transformation model

Robust estimation based on the first- and third-moment restrictions of the power transformation model h Inernaional Congress on Modelling and Simulaion, Adelaide, Ausralia, 6 December 3 www.mssanz.org.au/modsim3 Robus esimaion based on he firs- and hird-momen resricions of he power ransformaion Nawaa,

More information

MATH 5720: Gradient Methods Hung Phan, UMass Lowell October 4, 2018

MATH 5720: Gradient Methods Hung Phan, UMass Lowell October 4, 2018 MATH 5720: Gradien Mehods Hung Phan, UMass Lowell Ocober 4, 208 Descen Direcion Mehods Consider he problem min { f(x) x R n}. The general descen direcions mehod is x k+ = x k + k d k where x k is he curren

More information

Some Basic Information about M-S-D Systems

Some Basic Information about M-S-D Systems Some Basic Informaion abou M-S-D Sysems 1 Inroducion We wan o give some summary of he facs concerning unforced (homogeneous) and forced (non-homogeneous) models for linear oscillaors governed by second-order,

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

23.2. Representing Periodic Functions by Fourier Series. Introduction. Prerequisites. Learning Outcomes

23.2. Representing Periodic Functions by Fourier Series. Introduction. Prerequisites. Learning Outcomes Represening Periodic Funcions by Fourier Series 3. Inroducion In his Secion we show how a periodic funcion can be expressed as a series of sines and cosines. We begin by obaining some sandard inegrals

More information

Economics 8105 Macroeconomic Theory Recitation 6

Economics 8105 Macroeconomic Theory Recitation 6 Economics 8105 Macroeconomic Theory Reciaion 6 Conor Ryan Ocober 11h, 2016 Ouline: Opimal Taxaion wih Governmen Invesmen 1 Governmen Expendiure in Producion In hese noes we will examine a model in which

More information

3.1 More on model selection

3.1 More on model selection 3. More on Model selecion 3. Comparing models AIC, BIC, Adjused R squared. 3. Over Fiing problem. 3.3 Sample spliing. 3. More on model selecion crieria Ofen afer model fiing you are lef wih a handful of

More information

CHAPTER 2 Signals And Spectra

CHAPTER 2 Signals And Spectra CHAPER Signals And Specra Properies of Signals and Noise In communicaion sysems he received waveform is usually caegorized ino he desired par conaining he informaion, and he undesired par. he desired par

More information

RL Lecture 7: Eligibility Traces. R. S. Sutton and A. G. Barto: Reinforcement Learning: An Introduction 1

RL Lecture 7: Eligibility Traces. R. S. Sutton and A. G. Barto: Reinforcement Learning: An Introduction 1 RL Lecure 7: Eligibiliy Traces R. S. Suon and A. G. Baro: Reinforcemen Learning: An Inroducion 1 N-sep TD Predicion Idea: Look farher ino he fuure when you do TD backup (1, 2, 3,, n seps) R. S. Suon and

More information

Cash Flow Valuation Mode Lin Discrete Time

Cash Flow Valuation Mode Lin Discrete Time IOSR Journal of Mahemaics (IOSR-JM) e-issn: 2278-5728,p-ISSN: 2319-765X, 6, Issue 6 (May. - Jun. 2013), PP 35-41 Cash Flow Valuaion Mode Lin Discree Time Olayiwola. M. A. and Oni, N. O. Deparmen of Mahemaics

More information

The Asymptotic Behavior of Nonoscillatory Solutions of Some Nonlinear Dynamic Equations on Time Scales

The Asymptotic Behavior of Nonoscillatory Solutions of Some Nonlinear Dynamic Equations on Time Scales Advances in Dynamical Sysems and Applicaions. ISSN 0973-5321 Volume 1 Number 1 (2006, pp. 103 112 c Research India Publicaions hp://www.ripublicaion.com/adsa.hm The Asympoic Behavior of Nonoscillaory Soluions

More information

Georey E. Hinton. University oftoronto. Technical Report CRG-TR February 22, Abstract

Georey E. Hinton. University oftoronto.   Technical Report CRG-TR February 22, Abstract Parameer Esimaion for Linear Dynamical Sysems Zoubin Ghahramani Georey E. Hinon Deparmen of Compuer Science Universiy oftorono 6 King's College Road Torono, Canada M5S A4 Email: zoubin@cs.orono.edu Technical

More information

Notes on Kalman Filtering

Notes on Kalman Filtering Noes on Kalman Filering Brian Borchers and Rick Aser November 7, Inroducion Daa Assimilaion is he problem of merging model predicions wih acual measuremens of a sysem o produce an opimal esimae of he curren

More information

T. J. HOLMES AND T. J. KEHOE INTERNATIONAL TRADE AND PAYMENTS THEORY FALL 2011 EXAMINATION

T. J. HOLMES AND T. J. KEHOE INTERNATIONAL TRADE AND PAYMENTS THEORY FALL 2011 EXAMINATION ECON 841 T. J. HOLMES AND T. J. KEHOE INTERNATIONAL TRADE AND PAYMENTS THEORY FALL 211 EXAMINATION This exam has wo pars. Each par has wo quesions. Please answer one of he wo quesions in each par for a

More information

Echocardiography Project and Finite Fourier Series

Echocardiography Project and Finite Fourier Series Echocardiography Projec and Finie Fourier Series 1 U M An echocardiagram is a plo of how a porion of he hear moves as he funcion of ime over he one or more hearbea cycles If he hearbea repeas iself every

More information

Exponential Weighted Moving Average (EWMA) Chart Under The Assumption of Moderateness And Its 3 Control Limits

Exponential Weighted Moving Average (EWMA) Chart Under The Assumption of Moderateness And Its 3 Control Limits DOI: 0.545/mjis.07.5009 Exponenial Weighed Moving Average (EWMA) Char Under The Assumpion of Moderaeness And Is 3 Conrol Limis KALPESH S TAILOR Assisan Professor, Deparmen of Saisics, M. K. Bhavnagar Universiy,

More information

Matrix Versions of Some Refinements of the Arithmetic-Geometric Mean Inequality

Matrix Versions of Some Refinements of the Arithmetic-Geometric Mean Inequality Marix Versions of Some Refinemens of he Arihmeic-Geomeric Mean Inequaliy Bao Qi Feng and Andrew Tonge Absrac. We esablish marix versions of refinemens due o Alzer ], Carwrigh and Field 4], and Mercer 5]

More information

) were both constant and we brought them from under the integral.

) were both constant and we brought them from under the integral. YIELD-PER-RECRUIT (coninued The yield-per-recrui model applies o a cohor, bu we saw in he Age Disribuions lecure ha he properies of a cohor do no apply in general o a collecion of cohors, which is wha

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Noes for EE7C Spring 018: Convex Opimizaion and Approximaion Insrucor: Moriz Hard Email: hard+ee7c@berkeley.edu Graduae Insrucor: Max Simchowiz Email: msimchow+ee7c@berkeley.edu Ocober 15, 018 3

More information

Some Ramsey results for the n-cube

Some Ramsey results for the n-cube Some Ramsey resuls for he n-cube Ron Graham Universiy of California, San Diego Jozsef Solymosi Universiy of Briish Columbia, Vancouver, Canada Absrac In his noe we esablish a Ramsey-ype resul for cerain

More information

MATH 128A, SUMMER 2009, FINAL EXAM SOLUTION

MATH 128A, SUMMER 2009, FINAL EXAM SOLUTION MATH 28A, SUMME 2009, FINAL EXAM SOLUTION BENJAMIN JOHNSON () (8 poins) [Lagrange Inerpolaion] (a) (4 poins) Le f be a funcion defined a some real numbers x 0,..., x n. Give a defining equaion for he Lagrange

More information

Written Exercise Sheet 5

Written Exercise Sheet 5 jian-jia.chen [ ] u-dormund.de lea.schoenberger [ ] u-dormund.de Exercise for he lecure Embedded Sysems Winersemeser 17/18 Wrien Exercise Shee 5 Hins: These assignmens will be discussed a E23 OH14, from

More information

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints IJCSI Inernaional Journal of Compuer Science Issues, Vol 9, Issue 1, No 1, January 2012 wwwijcsiorg 18 Applying Geneic Algorihms for Invenory Lo-Sizing Problem wih Supplier Selecion under Sorage Capaciy

More information

Final Spring 2007

Final Spring 2007 .615 Final Spring 7 Overview The purpose of he final exam is o calculae he MHD β limi in a high-bea oroidal okamak agains he dangerous n = 1 exernal ballooning-kink mode. Effecively, his corresponds o

More information

Seminar 4: Hotelling 2

Seminar 4: Hotelling 2 Seminar 4: Hoelling 2 November 3, 211 1 Exercise Par 1 Iso-elasic demand A non renewable resource of a known sock S can be exraced a zero cos. Demand for he resource is of he form: D(p ) = p ε ε > A a

More information

Martingales Stopping Time Processes

Martingales Stopping Time Processes IOSR Journal of Mahemaics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765. Volume 11, Issue 1 Ver. II (Jan - Feb. 2015), PP 59-64 www.iosrjournals.org Maringales Sopping Time Processes I. Fulaan Deparmen

More information

20. Applications of the Genetic-Drift Model

20. Applications of the Genetic-Drift Model 0. Applicaions of he Geneic-Drif Model 1) Deermining he probabiliy of forming any paricular combinaion of genoypes in he nex generaion: Example: If he parenal allele frequencies are p 0 = 0.35 and q 0

More information

Timed Circuits. Asynchronous Circuit Design. Timing Relationships. A Simple Example. Timed States. Timing Sequences. ({r 6 },t6 = 1.

Timed Circuits. Asynchronous Circuit Design. Timing Relationships. A Simple Example. Timed States. Timing Sequences. ({r 6 },t6 = 1. Timed Circuis Asynchronous Circui Design Chris J. Myers Lecure 7: Timed Circuis Chaper 7 Previous mehods only use limied knowledge of delays. Very robus sysems, bu exremely conservaive. Large funcional

More information

Finish reading Chapter 2 of Spivak, rereading earlier sections as necessary. handout and fill in some missing details!

Finish reading Chapter 2 of Spivak, rereading earlier sections as necessary. handout and fill in some missing details! MAT 257, Handou 6: Ocober 7-2, 20. I. Assignmen. Finish reading Chaper 2 of Spiva, rereading earlier secions as necessary. handou and fill in some missing deails! II. Higher derivaives. Also, read his

More information

ACE 562 Fall Lecture 5: The Simple Linear Regression Model: Sampling Properties of the Least Squares Estimators. by Professor Scott H.

ACE 562 Fall Lecture 5: The Simple Linear Regression Model: Sampling Properties of the Least Squares Estimators. by Professor Scott H. ACE 56 Fall 005 Lecure 5: he Simple Linear Regression Model: Sampling Properies of he Leas Squares Esimaors by Professor Sco H. Irwin Required Reading: Griffihs, Hill and Judge. "Inference in he Simple

More information

Phys1112: DC and RC circuits

Phys1112: DC and RC circuits Name: Group Members: Dae: TA s Name: Phys1112: DC and RC circuis Objecives: 1. To undersand curren and volage characerisics of a DC RC discharging circui. 2. To undersand he effec of he RC ime consan.

More information

Online Learning, Regret Minimization, Minimax Optimality, and Correlated Equilibrium

Online Learning, Regret Minimization, Minimax Optimality, and Correlated Equilibrium Algorihm Online Learning, Regre Minimizaion, Minimax Opimaliy, and Correlaed Equilibrium High level Las ime we discussed noion of Nash equilibrium Saic concep: se of prob Disribuions (p,q, ) such ha nobody

More information

We just finished the Erdős-Stone Theorem, and ex(n, F ) (1 1/(χ(F ) 1)) ( n

We just finished the Erdős-Stone Theorem, and ex(n, F ) (1 1/(χ(F ) 1)) ( n Lecure 3 - Kövari-Sós-Turán Theorem Jacques Versraëe jacques@ucsd.edu We jus finished he Erdős-Sone Theorem, and ex(n, F ) ( /(χ(f ) )) ( n 2). So we have asympoics when χ(f ) 3 bu no when χ(f ) = 2 i.e.

More information

The Optimal Stopping Time for Selling an Asset When It Is Uncertain Whether the Price Process Is Increasing or Decreasing When the Horizon Is Infinite

The Optimal Stopping Time for Selling an Asset When It Is Uncertain Whether the Price Process Is Increasing or Decreasing When the Horizon Is Infinite American Journal of Operaions Research, 08, 8, 8-9 hp://wwwscirporg/journal/ajor ISSN Online: 60-8849 ISSN Prin: 60-8830 The Opimal Sopping Time for Selling an Asse When I Is Uncerain Wheher he Price Process

More information

KEY. Math 334 Midterm I Fall 2008 sections 001 and 003 Instructor: Scott Glasgow

KEY. Math 334 Midterm I Fall 2008 sections 001 and 003 Instructor: Scott Glasgow 1 KEY Mah 4 Miderm I Fall 8 secions 1 and Insrucor: Sco Glasgow Please do NOT wrie on his eam. No credi will be given for such work. Raher wrie in a blue book, or on our own paper, preferabl engineering

More information

Evaluation of Mean Time to System Failure of a Repairable 3-out-of-4 System with Online Preventive Maintenance

Evaluation of Mean Time to System Failure of a Repairable 3-out-of-4 System with Online Preventive Maintenance American Journal of Applied Mahemaics and Saisics, 0, Vol., No., 9- Available online a hp://pubs.sciepub.com/ajams/// Science and Educaion Publishing DOI:0.69/ajams--- Evaluaion of Mean Time o Sysem Failure

More information

18 Biological models with discrete time

18 Biological models with discrete time 8 Biological models wih discree ime The mos imporan applicaions, however, may be pedagogical. The elegan body of mahemaical heory peraining o linear sysems (Fourier analysis, orhogonal funcions, and so

More information

12: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME. Σ j =

12: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME. Σ j = 1: AUTOREGRESSIVE AND MOVING AVERAGE PROCESSES IN DISCRETE TIME Moving Averages Recall ha a whie noise process is a series { } = having variance σ. The whie noise process has specral densiy f (λ) = of

More information

Reliability of Technical Systems

Reliability of Technical Systems eliabiliy of Technical Sysems Main Topics Inroducion, Key erms, framing he problem eliabiliy parameers: Failure ae, Failure Probabiliy, Availabiliy, ec. Some imporan reliabiliy disribuions Componen reliabiliy

More information

Chapter 2. Models, Censoring, and Likelihood for Failure-Time Data

Chapter 2. Models, Censoring, and Likelihood for Failure-Time Data Chaper 2 Models, Censoring, and Likelihood for Failure-Time Daa William Q. Meeker and Luis A. Escobar Iowa Sae Universiy and Louisiana Sae Universiy Copyrigh 1998-2008 W. Q. Meeker and L. A. Escobar. Based

More information

d 1 = c 1 b 2 - b 1 c 2 d 2 = c 1 b 3 - b 1 c 3

d 1 = c 1 b 2 - b 1 c 2 d 2 = c 1 b 3 - b 1 c 3 and d = c b - b c c d = c b - b c c This process is coninued unil he nh row has been compleed. The complee array of coefficiens is riangular. Noe ha in developing he array an enire row may be divided or

More information

Robotics I. April 11, The kinematics of a 3R spatial robot is specified by the Denavit-Hartenberg parameters in Tab. 1.

Robotics I. April 11, The kinematics of a 3R spatial robot is specified by the Denavit-Hartenberg parameters in Tab. 1. Roboics I April 11, 017 Exercise 1 he kinemaics of a 3R spaial robo is specified by he Denavi-Harenberg parameers in ab 1 i α i d i a i θ i 1 π/ L 1 0 1 0 0 L 3 0 0 L 3 3 able 1: able of DH parameers of

More information

Guest Lectures for Dr. MacFarlane s EE3350 Part Deux

Guest Lectures for Dr. MacFarlane s EE3350 Part Deux Gues Lecures for Dr. MacFarlane s EE3350 Par Deux Michael Plane Mon., 08-30-2010 Wrie name in corner. Poin ou his is a review, so I will go faser. Remind hem o go lisen o online lecure abou geing an A

More information

Introduction to Probability and Statistics Slides 4 Chapter 4

Introduction to Probability and Statistics Slides 4 Chapter 4 Inroducion o Probabiliy and Saisics Slides 4 Chaper 4 Ammar M. Sarhan, asarhan@mahsa.dal.ca Deparmen of Mahemaics and Saisics, Dalhousie Universiy Fall Semeser 8 Dr. Ammar Sarhan Chaper 4 Coninuous Random

More information

A Primal-Dual Type Algorithm with the O(1/t) Convergence Rate for Large Scale Constrained Convex Programs

A Primal-Dual Type Algorithm with the O(1/t) Convergence Rate for Large Scale Constrained Convex Programs PROC. IEEE CONFERENCE ON DECISION AND CONTROL, 06 A Primal-Dual Type Algorihm wih he O(/) Convergence Rae for Large Scale Consrained Convex Programs Hao Yu and Michael J. Neely Absrac This paper considers

More information

Pade and Laguerre Approximations Applied. to the Active Queue Management Model. of Internet Protocol

Pade and Laguerre Approximations Applied. to the Active Queue Management Model. of Internet Protocol Applied Mahemaical Sciences, Vol. 7, 013, no. 16, 663-673 HIKARI Ld, www.m-hikari.com hp://dx.doi.org/10.1988/ams.013.39499 Pade and Laguerre Approximaions Applied o he Acive Queue Managemen Model of Inerne

More information

Handling on-line changes. Handling on-line changes. Handling overload conditions. Handling on-line changes

Handling on-line changes. Handling on-line changes. Handling overload conditions. Handling on-line changes ED41/DIT171 - Parallel and Disribued Real-Time ysems, Chalmers/GU, 011/01 Lecure #10 Updaed pril 15, 01 Handling on-line changes Handling on-line changes Targe environmen mode changes aic (periodic) asks

More information

Sequential Importance Resampling (SIR) Particle Filter

Sequential Importance Resampling (SIR) Particle Filter Paricle Filers++ Pieer Abbeel UC Berkeley EECS Many slides adaped from Thrun, Burgard and Fox, Probabilisic Roboics 1. Algorihm paricle_filer( S -1, u, z ): 2. Sequenial Imporance Resampling (SIR) Paricle

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Linear Response Theory: The connecion beween QFT and experimens 3.1. Basic conceps and ideas Q: How do we measure he conduciviy of a meal? A: we firs inroduce a weak elecric field E, and

More information