Minimizing the number of critical stages for the on-line steiner tree problem

Size: px
Start display at page:

Download "Minimizing the number of critical stages for the on-line steiner tree problem"

Transcription

1 Mnmzng the number of crtcal stages for the on-lne stener tree problem Ncolas Thbault, Chrstan Laforest IBISC, Unversté d Evry, Tour Evry 2, 523 place des terrasses, EVRY France Keywords: on-lne algorthm, stener tree, optmzaton, rebuldng Abstract Ths paper s devoted to the followng ncremental problem. Intally, a graph and a dstngushed subset of vertces, called ntal group, are gven. Ths group s connected by an ntal tree. The ncremental part of the nput s gven by an on-lne sequence of vertces of the graph, not yet n the current group, revealed on-lne one after one. The goal s to connect each new member to the current tree, whle satsfyng a qualty constrant: the weght of each constructed tree must be at most c tmes the weght of an optmal stener tree (wth c a gven constant). Under ths qualty constrant, our objectve s to mnmze the number of crtcal stages. We call crtcal a stage where the ncluson of a new member mples heavy changes n the current tree. Otherwse, the new member s just added by connectng t wth a (well chosen) path to the current tree. We propose a strategy leadng to at most c ln O() crtcal stages (where s the number of new members and c the constant of the qualty constrant). We also prove that there exsts stuatons where at least 1 Ω() crtcal stages are necessary to any algorthm to mantan the qualty constrant. Our strategy s then worst case optmal n order of magntude for the number of crtcal stages. The Stener tree problem, where the goal s to span a set (called group) of dstngushed vertces (called members) wth a mnmum weght tree, has been extensvely studed. As the problem s NP-complete (see [6]), numerous approxmaton algorthms have been desgned (see [2, 8] for example). In [13], Waxman was the frst to present the on-lne verson of ths problem n whch new members are revealed one by one (see [4, 5] references on on-lne problems). In ths frst paper, he dvdes the problem nto two categores: the model n whch changes n the current tree are not allowed and the model n whch changes are allowed. Imaze and Waxman propose n [9] two dfferent strateges correspondng to the two models above. In the frst one the tree s just ncremented and the degradaton of the weght s evaluated, whereas n the second one they allow changes n the current tree to mantan a certan guaranty on the weght. They prove that they construct wth the frst strategy a tree whose weght s at a logarthmc rato compared to the optmal one (.e. the weght of a Stener tree of the current group), and that they construct wth the second strategy a tree whose weght s at a constant rato compared to the optmal one. They gve for the second strategy an upper bound of O( ) on the average number of elementary changes per stage (where s the number of new members). However, the tree can potentally be changed at each stage; ths means that each addng stage s potentally what we call later a crtcal stage. Then, we can dvde (as Waxman dd n [13]) the other works that have been made snce [9] concernng on-lne stener trees. In [1, 3, 14], the model n whch no changes are allowed s consdered. In [1], the authors gve a lower bound of Ω( log log log ) for the compettve rato ( s the number of added members) for the on-lne stener tree problem n the Eucldean plane. In [3], the authors consder the on-lne generalzed stener tree problem and they propose an algorthm wth a compettve rato of O(log 2 ). In [14], lnear upper bounds and lower bounds are obtaned for the on-lne generalzed stener tree and the on-lne stener tree problem on a drected graph. In [7], the model wth allowed changes s consdered. The am s to mnmze smultaneously the weght of the current tree and the length from a partcular node to all the other ones of the tree. The authors propose a method wth a compettve rato of O(log ) for the weght and constant for the length from the partcular node. Note that n [7, 9], only the number of elementary changes s taken nto account to measure the level of damage due to the allowed changes n the current tree (.e. each stage s potentally a crtcal stage). In our paper we are also concerned by an ncremental group problem where the members of the group are revealed on-lne one by one. We fx a relatve budget on the weght of each successve tree, called qualty constrant, and we propose an algorthm mnmzng the number of crtcal stages necessary to guarantee ths budget constrant at each stage. Our work s the frst whch focus on mnmzng the number of crtcal stages nstead of the number of elementary changes (we already consder ths parameter n [11, 12], but for wth

2 a dfferent qualty constrant, offerng guarantees on the maxmum and average dstance between members n the tree nstead of guarantees on the weght of the tree). We dstngush crtcal stages from other stages snce they generate a lot of perturbatons. Indeed, the communcaton routes between members already n the current group have to be changed. All the routng tables of the nodes may be modfed. Ths generates a heavy traffc to update them. Moreover the current communcatons between members ntated before the changes can be nterrupted. For these reasons, the number of crtcal stages must be mnmzed. Note that t s proved n [9] that any on-lne algorthm wthout crtcal stage cannot guaranty a constant qualty constrant. That s why we consder here the model n whch changes are allowed. In Secton 1, we descrbe and motvate the constrants (namely the tree and qualty constrants) that must be satsfed at each stage of addton and we gve the defnton of a crtcal stage. We propose our strategy called OWM (for On-lne Weght Mnmzaton) and prove that t satsfes the constructon constrants n Secton 2. We also prove that our algorthm leads to at most c ln O() crtcal stages (where s the number of new members and c the constant of the qualty constrant). In Secton 3, we prove that there exsts a stuaton n whch at least 1 Ω() crtcal stages are necessary for any on-lne algorthm to satsfy the qualty constrant. These results show that Algorthm OWM s worst case optmal n order of magntude for the number of crtcal stages. 1. Defntons and notatons Let G = (V, E, w) be any connected weghted graph representng a network. V s the set of vertces (modelng the nodes of the network), E the set of edges (modelng the set of physcal lnks) and w a postve weght functon of the edges (modelng the length of the edges). Defnton 1 (Optmal Stener Tree) Let M be a group of members and let T = (V T, E T, w) be a tree spannng M. We denote the weght of T by w(t ) = e E T w(e) and we denote by T opt (M) an optmal stener tree spannng the group M,.e. a tree satsfyng w(t opt (M)) = mn {w(t ) : T spannng M}. Constructon constrants. In our problem, the graph G = (V, E, w) and an ntal group M 0 V are gven (wth M 0 ). For example, n a meetng on network (called net-meetng) ths ntal group M 0 represents the set of partcpants present from the begnnng of the meetng. A structure, denoted as T 0, must be created to connect the members of M 0. However, n the case of an open net-meetng for example, new partcpants can jon the meetng. These new partcpants must be ntegrated to the current group by connectng them to the current connecton structure. We suppose here that these new partcpants are not known n advance and arrve n an on-lne way: a new partcpant, whch s any vertex of the graph, s revealed when t decdes to ntegrate the group, at any moment. The ncremental part of the problem conssts n ntegratng a new member when t s revealed. We call that a stage of addton. If S s a sequence of new members revealed, S = u 1, u 2,..., u, for every k, 1 k, we denote as M k = M k 1 {uk } the k th group. Thus, startng from the ntal connecton structure T 0 for M 0, we must ntegrate, at each addton step k, the new member u k by updatng the current structure T k 1 (spannng M k 1 ) to obtan T k spannng M k. Note that, as the members are revealed one by one, we are n an on-lne model. It means that we do not know the future: nether n whch order the members arrve, nor what s the set of new members that wll be revealed. Hence, each stage can potentally be the last one; ths explans why we are nterested by gvng guarantees at each stage. We are now ready to gve the two constrants that each current structure T k must satsfy. The tree constrant: for every k 0, T k must be a tree wth all leaves n M k (we call that a pruned tree). The qualty constrant: let c 1 be any fxed constant representng the requred level of qualty. Then, for every k, we must have w(t k ) c w(t opt (M k )). As n a net-meetng the current structure T k s used to support the communcatons between members of M k, the tree constrant s set n order to smplfy the mechansms of routng and duplcaton of nformaton n T k. Indeed, there s only one route between any par of members n a tree; moreover as there s no cycle, a smple floodng process can be used to broadcast nformaton from any member. Ths floodng naturally ends at the leaves that are members (because trees are pruned); there s no need of costly process to control t. The 2

3 qualty constrant of level c s set to guaranty that the weght of each tree T k s not too far (up to at most a constant factor of c) from the optmal one. In the rest of the paper we say that an algorthm solves our problem f, for any on-lne sequence M 0,..., M, t returns a sequence of trees T 0,..., T (T spannng M ) satsfyng the tree and qualty constrants. Defnton 2 (Crtcal stage) Let A be any algorthm solvng our problem by returnng a sequence of trees T 0 = (V 0, E 0 ),..., T = (V, E ) satsfyng the tree and qualty constrants. Stage k (1 k ) s a crtcal stage f E k 1 E k. We denote by CS(T 0,..., T ) the total number of crtcal stages after added members. We recall that we dstngush crtcal stages from other stages snce they generate a lot of perturbatons. Indeed, the communcaton routes between members already n the current group M k 1 have to be changed. Potentally all the routng tables of the connectng nodes must be modfed. Ths generates a heavy traffc to update them. Moreover the current communcatons between members of M k 1 ntated before the changes can be nterrupted. The number of crtcal stage must then be mnmzed. On the other hand, a smple (non crtcal) connecton of the new member by just addng a path n the tree (nstead of breakng partally or completely the current tree) generates only local changes. The update of the routng can just be done by broadcastng the dentty of the new member n the new tree T k. Ths does not create any re-routng between the other members. 2. Our Algorthm OWM The man dea of Algorthm OWM (for On-lne Weght Mnmzaton) s to defne partcular stage numbers, called rebuldng stages (determned n functon of the gven level of qualty c) durng whch we (totally) reconstruct the current structure by usng any algorthm solvng the off-lne stener tree problem wth approxmaton rato a. Then, we choose a vertex v of ths a-approxmate stener tree (any vertex), and between two successve rebuldng stages, we add each new member by usng Imaze and Waxman on-lne Algorthm (see [9]), startng from vertex v. Imaze and Waxman Algorthm adds each new member by a shortest path to the current tree. As Imaze and Waxman prove n [9] that ther algorthm buld a tree whose weght s at most O(log j) tmes the weght of an optmal stener tree (where j s the number of new members added n an on-lne way), the resultng spannng structure bult by our Algorthm OWM s bascally the unon of a a-approxmate stener tree spannng a part of the current group and a O(log j)-approxmate stener tree spannng the rest of the current group. By usng ths two propertes, we prove n Secton 3 (see Theorem 1) that f we rebuld completely the structure each 2 c a 1 1 new added members, then the qualty constrant s satsfed (wth c a + 1 the gven constant level of the qualty constrant and a the approxmaton rato of the algorthm used to rebuld the tree off-lne at each rebuldng stage). We gve our Algorthm OWM n Table 1. Important remarks: the rebuldng stages correspond to the crtcal stages of OWM (because the current structure s broken and rebult). The other stages are non crtcal because the algorthm only adds a path to the current structure to connect a new member. Note that OWM s polynomal. Note also that as defned here, OWM does not necessarly buld a tree at each stage. Indeed, when a new path s added to the current structure by usng Imaze and Waxman Algorthm on a subtree of the current structure, a cycle may be created. Ths algorthm can be refned n order to obtan at each stage a tree. Nevertheless, due to space lmtaton, we choose here to avod ths refnement to smplfy the presentaton. Note that even f the bult structure s not a tree (.e. f t s a structure wth heaver weght, by defnton of a tree), we prove that t respects the qualty constrant (see Secton 3). As n the refnement, the tree s ncluded n the structure, t also respects the qualty constrant. Numercal llustraton: f we use the (1 + ln 3 2 )-approxmate algorthm proposed by Robns and Zelkovsky n [10] to rebuld the tree at each rebuldng stage and we set c = 10, then we have 2 c a 1 1 = 173. Ths means that to satsfy the qualty constrant wth a level c = 10, we have to rebuld the current tree each 173 new added members. 3

4 Let G = (V, E, w) be a graph and M 0 V be the ntal group. At stage 0 : Buld a tree T 0 spannng M 0 wth any a-approxmate polynomal tme off-lne algorthm for the stener tree problem. After the last rebuldng stage k : Let M k+j be the current group and v k be any vertex n M k. Let u k+j be the j th member to add snce the last rebuldng stage k. IF j < 2 c a 1 1. THEN Buld T k+j spannng M k+j = M k+j 1 {u k+j } by usng Imaze and Waxman Algorthm,.e. by addng a shortest path between u k+j and ts closest vertex n the subtree of T k+j 1 spannng M k+j 1 \(M k \{v k }) ELSE, we have j = 2 c a 1 1 (rebuldng stage). Break the current tree and buld a new tree T k+j, spannng M k+j wth any a-approxmate polynomal tme off-lne algorthm for the stener tree problem. k + j s the new last rebuldng stage. Table 1: On-lne Weght Mnmzaton - OWM OWM respects the qualty constrant The followng Theorem shows that OWM respects the qualty constrant, f the requred level of qualty s a constant c a + 1 (where a s the approxmaton rato of the algorthm used to rebuld the tree off-lne at each rebuldng stage). Theorem 1 For any constant c a + 1, for any addng sequence of 0 new members, OWM respects the qualty constrant wth level c. Proof. Let k be the last rebuldng stage. After stage k, there exsts j, 0 j 2 c a 1 1 such that = k + j. Let T = (V, E ) be the subgraph bult by algorthm OWM spannng M. By defnton of OWM, T s the result of the unon between T k spannng M k, bult off-lne at the last rebuldng stage (see defnton of OWM) and the subtree T + of T spannng M + = M \(M k \{v k }), bult on-lne wth the Algorthm of Imaze and Waxman (see defnton of OWM). Thus, we have: w(t ) w(t k ) + w(t + ) a w(t opt(m k )) + w(t + ) (because, by defnton of Algorthm OWM, T k s a a-approxmated tree spannng M k ) a w(t opt (M k )) + log 2 (j + 1) w(t opt (M + )) (as T + s a tree spannng M + bult by Imaze and Waxman Algorthm, Lemma 3 n [9] holds) (a + log 2 (j + 1) ) w(t opt (M )) (a + c a 1 ) w(t opt (M )) c w(t opt (M )) (because M k M, M + M and j 2 c a 1 1 ) OWM leads to at most crtcal stages 2 c a 1 1 Theorem 2 For any constant c a + 1 (representng the requred level of qualty), for any sequence M 0 M of addtons, let T 0,..., T be the sequence of trees constructed by OWM. We have CS(T 0,..., T ) 2 c a 1 1. Proof. By defnton of Algorthm OWM, f there are p rebuldngs (that are crtcal stages), we have: p ( 2 c a 1 1 ) < (p + 1) ( 2 c a 1 1 ) p 2 c a

5 3. Lower bound for the number of crtcal stages of any algorthm In ths secton, we prove that, for any on-lne algorthm, f the tree and qualty constrants are satsfed, then, for any suffcently large, there exsts a partcular addng sequence leadng to 1 Ω() crtcal stages. We frst defne the graph G p,n and the partcular sequence of addtons. Defnton of Graph G p,n. For every p 1, we defne Graph G p,n made of n 1 subgraphs G 0 p,..., G k p,..., G n p. Each subgraph G k p s the graph ntroduced by M. Imase and B. Waxman n Secton 3.1 of [9] wth every edge of weght 2 k. The subgraphs G k p are connected to form G p,n n the followng way. For all k, 0 k n, let u k 1, u k 2 be the two frst members of G k p reveled. For every k, 1 k n, there s an edge of weght 1 n between uk 1 2 and u k 1. Prelmnary results. We use an adaptve adversary, whch chooses new members to add n order to trap any on-lne algorthm. The adaptve adversary add new members n G p,n n the followng order. For all k 1, k 2, 0 k 1 < k 2 n, the adversary add new members n subgraph G k 1 p before addng new members n subgraph G k 2 p. The way members are added n each subgraph G k p (0 k n) s descrbed n [9]. We frst prove that to mantan at each stage a constant level of qualty c, any algorthm needs to rebuld the current tree (.e. leads to a crtcal stage) after the adversary has added chosen members of Subgraph G k p (0 k n). To prove ths result (Lemma 2), we use the followng result, comng from [9], gven here wth our notatons. Lemma 1 [9] For every p 1, let N k be the last group bult by the adaptve adversary (descrbed n [9]) n Subgraph G k p (0 k n) of Graph G p,n descrbed above. Let T opt (N k ) be any optmal stener tree spannng N k and let T k be the tree spannng N k gven by any on-lne algorthm. We have: ( w(t k ) log2 ( N k 1) ) w(t opt (N k )) 2 Lemma 2 Let c > 1 be any constant. Let p = 4c and let k, 1 k n. Let N (resp. N ) be the group after all members n subgraphs G 0 p,..., G k p (resp. G 0 p,..., G k 1 p ) to be add have been added by our adaptve adversary. Let T opt (N) be any optmal stener tree spannng N and let T (resp. T ) be the tree spannng N (resp. N ) gven by any on-lne algorthm. If we have W (T ) c W (T opt (N)), then CS(T,..., T ) 1. Proof. We prove Lemma 2 by contradcton. Suppose that there exsts an on-lne algorthm such that there exsts k, 1 k n satsfyng W (T ) c W (T opt (N)) wth CS(T,..., T ) = 0 (.e. wthout crtcal stage). We frst upper bound W (T opt (N)) and lower bound W (T ). Let N 0,..., N k respectvely be the groups of members added by the adaptve adversary n subgraphs G 0 p,..., G k p. By structure of graph G p,n : w(t opt (N)) = w(t opt (N 0 )) + 1 n + w(t opt(n 1 )) + 1 n + + w(t opt(n k 1 )) + 1 n + w(t opt(n k )) = k 1 n + w(t opt(n k )) + w(t opt(n k )) + + w(t opt(n k )) 2 k 2 k w(t opt(n k )) (because for every k, 0 k n, all edges of subgraph G k p has weght 2 k ) = k n + w(t opt(n k )) k l=0 1 2 k = k n + ( k ) w(topt (N k )) 2w(T opt (N k )) (because as for every k, 0 k n, all edges of subgraph G k p has weght 2 k, w(t opt(n k )) 2 k 1 k n ) Let T k be the subtree of T spannng N k. As we also have w(t ) w(t k ), we obtan: W (T ) W (T opt(n)) w(t k ) 2w(T opt ( log 2 ( N k 1) )w(t opt(n k )) (N k )) 2w(T opt (by Lemma 1) (N k )) = log2 ( N k 1) = log 2(2 p + 1 1) = p c > c (because by [9], the adversary adds 2 p + 1 members n each subgraph G k p and because p = 4c ) Ths result contradcts W (T ) c W (T opt (N)), thus, Lemma 2 s proved by contradcton. 5

6 Man result of the secton. The followng Theorem shows that f we want a constant level of qualty, any on-lne algorthm leads to 1 Ω() crtcal stages (where s the number of added members). Theorem 3 Let c 1 be any constant. For any on-lne algorthm, for every 2 4c + 1, there exsts a graph G, there exsts M 0 M, such that f the algorthm returns a sequence of trees T 0,..., T (such that for every l, wth 0 l, T l spans M l ) respectng the qualty constrant wth level c, we have CS(T 0,..., T ) 2 4c Ω(). Proof. Let c be any constant c 1. We set p = 4c. Let 2 p + 1 = 2 4c + 1. Let G be the graph G p,n and M 0 M be the sequence of addtons of the adversary defned above. Thus, there exsts k, 1 k n such that k (2 p + 1) (k + 1) (2 4c + 1). Thus, we have: k 1 (1) For every k, 0 k k, let T k be the subtree of T spannng all the members added by the adaptve adversary n Subgraph G k p. CS(T 0,..., T 1 ) 1 CS(T 1,..., T 2 ) 1 Then, by Lemma 2, we have:. CS(T k 1,..., T k ) 1 CS(T 0,..., T k ) k CS(T 0,..., T ) k (because k 2 p + 1) CS(T 0,..., T ) 1 Ω() (by (1) and because c s constant) References [1] N. Alon and Y. Azar. On-lne stener trees n the eucldean plane. In Symposum on Computatonal Geometry, pages ACM Press, [2] G. Ausello, P. Crescenz, G. Gambos, V. Kann, A. Marchett-Spaccamela, and M. Protas. Complexty and approxmaton. Sprnger, [3] B. Awerbuch, Y. Azar, and Y. Bartal. On-lne generalzed stener problem. In SODA: ACM-SIAM Symposum on Dscrete Algorthms, pages 68 74, [4] A. Borodn and R. El-Yanv. Onlne computaton and compettve analyss. Camb. Unv. press, [5] A. Fat and G. J. Woegnger. Onlne algorthmes: The state of the art. LNCS no. 1442, Sprnger, [6] M. Garey and D. Johnson. Computers and ntractablty. In Freeman and compagny, [7] A. Goel and K. Munagala. Extendng greedy multcast routng to delay senstve applcatons. Algorthmca, 33(3): , [8] D. Hochbaum. Approxmaton algorthms for NP-hard problems. PWS publshng compagny, [9] M. Imase and B.M. Waxman. Dynamc stener tree problem. SIAM J. Dscr. Math., 4(3): , [10] G. Robns and A. Zelkovsky. Improved stener tree approxmaton n graphs. In SODA, pages Socety for Industral and Appled Mathematcs, [11] N. Thbault and C. Laforest. An optmal rebuldng strategy for a decremental tree problem. In SIROCCO, LNCS 4056, pages Sprnger, [12] N. Thbault and C. Laforest. An optmal rebuldng strategy for an ncremental tree problem. In Journal of Interconnexon Networks, accepted, [13] B. Waxman. Routng of multpont connectons. IEEE Journal on Selected Areas n Communcatons, 6(9): , [14] J. Westbrook and D. Yan. Lnear bounds for on-lne stener problems. Informaton Processng Letters, 55(2):59 63,

Production and Supply Chain Management Logistics. Paolo Detti Department of Information Engeneering and Mathematical Sciences University of Siena

Production and Supply Chain Management Logistics. Paolo Detti Department of Information Engeneering and Mathematical Sciences University of Siena Producton and Supply Chan Management Logstcs Paolo Dett Department of Informaton Engeneerng and Mathematcal Scences Unversty of Sena Convergence and complexty of the algorthm Convergence of the algorthm

More information

TCOM501 Networking: Theory & Fundamentals Final Examination Professor Yannis A. Korilis April 26, 2002

TCOM501 Networking: Theory & Fundamentals Final Examination Professor Yannis A. Korilis April 26, 2002 TO5 Networng: Theory & undamentals nal xamnaton Professor Yanns. orls prl, Problem [ ponts]: onsder a rng networ wth nodes,,,. In ths networ, a customer that completes servce at node exts the networ wth

More information

15-451/651: Design & Analysis of Algorithms January 22, 2019 Lecture #3: Amortized Analysis last changed: January 18, 2019

15-451/651: Design & Analysis of Algorithms January 22, 2019 Lecture #3: Amortized Analysis last changed: January 18, 2019 5-45/65: Desgn & Analyss of Algorthms January, 09 Lecture #3: Amortzed Analyss last changed: January 8, 09 Introducton In ths lecture we dscuss a useful form of analyss, called amortzed analyss, for problems

More information

Lecture 7. We now use Brouwer s fixed point theorem to prove Nash s theorem.

Lecture 7. We now use Brouwer s fixed point theorem to prove Nash s theorem. Topcs on the Border of Economcs and Computaton December 11, 2005 Lecturer: Noam Nsan Lecture 7 Scrbe: Yoram Bachrach 1 Nash s Theorem We begn by provng Nash s Theorem about the exstance of a mxed strategy

More information

Economic Design of Short-Run CSP-1 Plan Under Linear Inspection Cost

Economic Design of Short-Run CSP-1 Plan Under Linear Inspection Cost Tamkang Journal of Scence and Engneerng, Vol. 9, No 1, pp. 19 23 (2006) 19 Economc Desgn of Short-Run CSP-1 Plan Under Lnear Inspecton Cost Chung-Ho Chen 1 * and Chao-Yu Chou 2 1 Department of Industral

More information

Dr. A. Sudhakaraiah* V. Rama Latha E.Gnana Deepika

Dr. A. Sudhakaraiah* V. Rama Latha E.Gnana Deepika Internatonal Journal Of Scentfc & Engneerng Research, Volume, Issue 6, June-0 ISSN - Splt Domnatng Set of an Interval Graph Usng an Algorthm. Dr. A. Sudhakaraah* V. Rama Latha E.Gnana Deepka Abstract :

More information

A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM

A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM Yugoslav Journal of Operatons Research Vol 19 (2009), Number 1, 157-170 DOI:10.2298/YUJOR0901157G A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM George GERANIS Konstantnos

More information

Scribe: Chris Berlind Date: Feb 1, 2010

Scribe: Chris Berlind Date: Feb 1, 2010 CS/CNS/EE 253: Advanced Topcs n Machne Learnng Topc: Dealng wth Partal Feedback #2 Lecturer: Danel Golovn Scrbe: Chrs Berlnd Date: Feb 1, 2010 8.1 Revew In the prevous lecture we began lookng at algorthms

More information

Parallel Prefix addition

Parallel Prefix addition Marcelo Kryger Sudent ID 015629850 Parallel Prefx addton The parallel prefx adder presented next, performs the addton of two bnary numbers n tme of complexty O(log n) and lnear cost O(n). Lets notce the

More information

MgtOp 215 Chapter 13 Dr. Ahn

MgtOp 215 Chapter 13 Dr. Ahn MgtOp 5 Chapter 3 Dr Ahn Consder two random varables X and Y wth,,, In order to study the relatonshp between the two random varables, we need a numercal measure that descrbes the relatonshp The covarance

More information

Elton, Gruber, Brown, and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 9

Elton, Gruber, Brown, and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 9 Elton, Gruber, Brown, and Goetzmann Modern Portfolo Theory and Investment Analyss, 7th Edton Solutons to Text Problems: Chapter 9 Chapter 9: Problem In the table below, gven that the rskless rate equals

More information

Understanding Annuities. Some Algebraic Terminology.

Understanding Annuities. Some Algebraic Terminology. Understandng Annutes Ma 162 Sprng 2010 Ma 162 Sprng 2010 March 22, 2010 Some Algebrac Termnology We recall some terms and calculatons from elementary algebra A fnte sequence of numbers s a functon of natural

More information

Problem Set 6 Finance 1,

Problem Set 6 Finance 1, Carnege Mellon Unversty Graduate School of Industral Admnstraton Chrs Telmer Wnter 2006 Problem Set 6 Fnance, 47-720. (representatve agent constructon) Consder the followng two-perod, two-agent economy.

More information

Creating a zero coupon curve by bootstrapping with cubic splines.

Creating a zero coupon curve by bootstrapping with cubic splines. MMA 708 Analytcal Fnance II Creatng a zero coupon curve by bootstrappng wth cubc splnes. erg Gryshkevych Professor: Jan R. M. Röman 0.2.200 Dvson of Appled Mathematcs chool of Educaton, Culture and Communcaton

More information

Cyclic Scheduling in a Job shop with Multiple Assembly Firms

Cyclic Scheduling in a Job shop with Multiple Assembly Firms Proceedngs of the 0 Internatonal Conference on Industral Engneerng and Operatons Management Kuala Lumpur, Malaysa, January 4, 0 Cyclc Schedulng n a Job shop wth Multple Assembly Frms Tetsuya Kana and Koch

More information

AC : THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS

AC : THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS AC 2008-1635: THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS Kun-jung Hsu, Leader Unversty Amercan Socety for Engneerng Educaton, 2008 Page 13.1217.1 Ttle of the Paper: The Dagrammatc

More information

OPERATIONS RESEARCH. Game Theory

OPERATIONS RESEARCH. Game Theory OPERATIONS RESEARCH Chapter 2 Game Theory Prof. Bbhas C. Gr Department of Mathematcs Jadavpur Unversty Kolkata, Inda Emal: bcgr.umath@gmal.com 1.0 Introducton Game theory was developed for decson makng

More information

Quiz on Deterministic part of course October 22, 2002

Quiz on Deterministic part of course October 22, 2002 Engneerng ystems Analyss for Desgn Quz on Determnstc part of course October 22, 2002 Ths s a closed book exercse. You may use calculators Grade Tables There are 90 ponts possble for the regular test, or

More information

CS 286r: Matching and Market Design Lecture 2 Combinatorial Markets, Walrasian Equilibrium, Tâtonnement

CS 286r: Matching and Market Design Lecture 2 Combinatorial Markets, Walrasian Equilibrium, Tâtonnement CS 286r: Matchng and Market Desgn Lecture 2 Combnatoral Markets, Walrasan Equlbrum, Tâtonnement Matchng and Money Recall: Last tme we descrbed the Hungaran Method for computng a maxmumweght bpartte matchng.

More information

A Distributed Algorithm for Constrained Multi-Robot Task Assignment for Grouped Tasks

A Distributed Algorithm for Constrained Multi-Robot Task Assignment for Grouped Tasks A Dstrbuted Algorthm for Constraned Mult-Robot Tas Assgnment for Grouped Tass Lngzh Luo Robotcs Insttute Carnege Mellon Unversty Pttsburgh, PA 15213 lngzhl@cs.cmu.edu Nlanjan Charaborty Robotcs Insttute

More information

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #21 Scribe: Lawrence Diao April 23, 2013

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #21 Scribe: Lawrence Diao April 23, 2013 COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture #21 Scrbe: Lawrence Dao Aprl 23, 2013 1 On-Lne Log Loss To recap the end of the last lecture, we have the followng on-lne problem wth N

More information

Appendix for Solving Asset Pricing Models when the Price-Dividend Function is Analytic

Appendix for Solving Asset Pricing Models when the Price-Dividend Function is Analytic Appendx for Solvng Asset Prcng Models when the Prce-Dvdend Functon s Analytc Ovdu L. Caln Yu Chen Thomas F. Cosmano and Alex A. Hmonas January 3, 5 Ths appendx provdes proofs of some results stated n our

More information

3: Central Limit Theorem, Systematic Errors

3: Central Limit Theorem, Systematic Errors 3: Central Lmt Theorem, Systematc Errors 1 Errors 1.1 Central Lmt Theorem Ths theorem s of prme mportance when measurng physcal quanttes because usually the mperfectons n the measurements are due to several

More information

Economics 1410 Fall Section 7 Notes 1. Define the tax in a flexible way using T (z), where z is the income reported by the agent.

Economics 1410 Fall Section 7 Notes 1. Define the tax in a flexible way using T (z), where z is the income reported by the agent. Economcs 1410 Fall 2017 Harvard Unversty Yaan Al-Karableh Secton 7 Notes 1 I. The ncome taxaton problem Defne the tax n a flexble way usng T (), where s the ncome reported by the agent. Retenton functon:

More information

332 Mathematical Induction Solutions for Chapter 14. for every positive integer n. Proof. We will prove this with mathematical induction.

332 Mathematical Induction Solutions for Chapter 14. for every positive integer n. Proof. We will prove this with mathematical induction. 33 Mathematcal Inducton. Solutons for Chapter. Prove that 3 n n n for every postve nteger n. Proof. We wll prove ths wth mathematcal nducton. Observe that f n, ths statement s, whch s obvously true. Consder

More information

Collective Motion from Consensus with Cartesian Coordinate Coupling - Part II: Double-integrator Dynamics

Collective Motion from Consensus with Cartesian Coordinate Coupling - Part II: Double-integrator Dynamics Proceedngs of the 47th IEEE Conference on Decson Control Cancun Mexco Dec. 9-8 TuB. Collectve Moton from Consensus wth Cartesan Coordnate Couplng - Part II: Double-ntegrator Dynamcs We Ren Abstract Ths

More information

EDC Introduction

EDC Introduction .0 Introducton EDC3 In the last set of notes (EDC), we saw how to use penalty factors n solvng the EDC problem wth losses. In ths set of notes, we want to address two closely related ssues. What are, exactly,

More information

Tests for Two Correlations

Tests for Two Correlations PASS Sample Sze Software Chapter 805 Tests for Two Correlatons Introducton The correlaton coeffcent (or correlaton), ρ, s a popular parameter for descrbng the strength of the assocaton between two varables.

More information

To find a non-split strong dominating set of an interval graph using an algorithm

To find a non-split strong dominating set of an interval graph using an algorithm IOSR Journal of Mathematcs (IOSR-JM) e-issn: 2278-5728,p-ISSN: 219-765X, Volume 6, Issue 2 (Mar - Apr 201), PP 05-10 To fnd a non-splt rong domnatng set of an nterval graph usng an algorthm Dr A Sudhakaraah*,

More information

How to Share a Secret, Infinitely

How to Share a Secret, Infinitely How to Share a Secret, Infntely Ilan Komargodsk Mon Naor Eylon Yogev Abstract Secret sharng schemes allow a dealer to dstrbute a secret pece of nformaton among several partes such that only qualfed subsets

More information

Solution of periodic review inventory model with general constrains

Solution of periodic review inventory model with general constrains Soluton of perodc revew nventory model wth general constrans Soluton of perodc revew nventory model wth general constrans Prof Dr J Benkő SZIU Gödöllő Summary Reasons for presence of nventory (stock of

More information

Parsing beyond context-free grammar: Tree Adjoining Grammar Parsing I

Parsing beyond context-free grammar: Tree Adjoining Grammar Parsing I Parsng beyond context-free grammar: Tree donng Grammar Parsng I Laura Kallmeyer, Wolfgang Maer ommersemester 2009 duncton and substtuton (1) Tree donng Grammars (TG) Josh et al. (1975), Josh & chabes (1997):

More information

Chapter - IV. Total and Middle Fuzzy Graph

Chapter - IV. Total and Middle Fuzzy Graph Chapter - IV otal and Mddle Fuzzy Graph CHAPER - IV OAL AND MIDDLE FUZZY GRAPH In ths chapter for the gven fuzzy graph G:(σ, µ), subdvson fuzzy graph sd(g) : ( σ sd, µ sd ), square fuzzy graph S 2 ( G)

More information

Applications of Myerson s Lemma

Applications of Myerson s Lemma Applcatons of Myerson s Lemma Professor Greenwald 28-2-7 We apply Myerson s lemma to solve the sngle-good aucton, and the generalzaton n whch there are k dentcal copes of the good. Our objectve s welfare

More information

Privatization and government preference in an international Cournot triopoly

Privatization and government preference in an international Cournot triopoly Fernanda A Ferrera Flávo Ferrera Prvatzaton and government preference n an nternatonal Cournot tropoly FERNANDA A FERREIRA and FLÁVIO FERREIRA Appled Management Research Unt (UNIAG School of Hosptalty

More information

Games and Decisions. Part I: Basic Theorems. Contents. 1 Introduction. Jane Yuxin Wang. 1 Introduction 1. 2 Two-player Games 2

Games and Decisions. Part I: Basic Theorems. Contents. 1 Introduction. Jane Yuxin Wang. 1 Introduction 1. 2 Two-player Games 2 Games and Decsons Part I: Basc Theorems Jane Yuxn Wang Contents 1 Introducton 1 2 Two-player Games 2 2.1 Zero-sum Games................................ 3 2.1.1 Pure Strateges.............................

More information

Evaluating Performance

Evaluating Performance 5 Chapter Evaluatng Performance In Ths Chapter Dollar-Weghted Rate of Return Tme-Weghted Rate of Return Income Rate of Return Prncpal Rate of Return Daly Returns MPT Statstcs 5- Measurng Rates of Return

More information

Fiera Capital s CIA Accounting Discount Rate Curve Implementation Note. Fiera Capital Corporation

Fiera Capital s CIA Accounting Discount Rate Curve Implementation Note. Fiera Capital Corporation Fera aptal s IA Accountng Dscount Rate urve Implementaton Note Fera aptal orporaton November 2016 Ths document s provded for your prvate use and for nformaton purposes only as of the date ndcated heren

More information

Introduction to PGMs: Discrete Variables. Sargur Srihari

Introduction to PGMs: Discrete Variables. Sargur Srihari Introducton to : Dscrete Varables Sargur srhar@cedar.buffalo.edu Topcs. What are graphcal models (or ) 2. Use of Engneerng and AI 3. Drectonalty n graphs 4. Bayesan Networks 5. Generatve Models and Samplng

More information

Finance 402: Problem Set 1 Solutions

Finance 402: Problem Set 1 Solutions Fnance 402: Problem Set 1 Solutons Note: Where approprate, the fnal answer for each problem s gven n bold talcs for those not nterested n the dscusson of the soluton. 1. The annual coupon rate s 6%. A

More information

Tests for Two Ordered Categorical Variables

Tests for Two Ordered Categorical Variables Chapter 253 Tests for Two Ordered Categorcal Varables Introducton Ths module computes power and sample sze for tests of ordered categorcal data such as Lkert scale data. Assumng proportonal odds, such

More information

ISE High Income Index Methodology

ISE High Income Index Methodology ISE Hgh Income Index Methodology Index Descrpton The ISE Hgh Income Index s desgned to track the returns and ncome of the top 30 U.S lsted Closed-End Funds. Index Calculaton The ISE Hgh Income Index s

More information

S yi a bx i cx yi a bx i cx 2 i =0. yi a bx i cx 2 i xi =0. yi a bx i cx 2 i x

S yi a bx i cx yi a bx i cx 2 i =0. yi a bx i cx 2 i xi =0. yi a bx i cx 2 i x LEAST-SQUARES FIT (Chapter 8) Ft the best straght lne (parabola, etc.) to a gven set of ponts. Ths wll be done by mnmzng the sum of squares of the vertcal dstances (called resduals) from the ponts to the

More information

CS 541 Algorithms and Programs. Exam 1 Solutions

CS 541 Algorithms and Programs. Exam 1 Solutions CS 5 Algortms and Programs Exam Solutons Jonatan Turner 9/5/0 Be neat and concse, ut complete.. (5 ponts) An ncomplete nstance of te wgrap data structure s sown elow. Fll n te mssng felds for te adjacency

More information

Single-Item Auctions. CS 234r: Markets for Networks and Crowds Lecture 4 Auctions, Mechanisms, and Welfare Maximization

Single-Item Auctions. CS 234r: Markets for Networks and Crowds Lecture 4 Auctions, Mechanisms, and Welfare Maximization CS 234r: Markets for Networks and Crowds Lecture 4 Auctons, Mechansms, and Welfare Maxmzaton Sngle-Item Auctons Suppose we have one or more tems to sell and a pool of potental buyers. How should we decde

More information

Homework 9: due Monday, 27 October, 2008

Homework 9: due Monday, 27 October, 2008 PROBLEM ONE Homework 9: due Monday, 7 October, 008. (Exercses from the book, 6 th edton, 6.6, -3.) Determne the number of dstnct orderngs of the letters gven: (a) GUIDE (b) SCHOOL (c) SALESPERSONS. (Exercses

More information

ECE 586GT: Problem Set 2: Problems and Solutions Uniqueness of Nash equilibria, zero sum games, evolutionary dynamics

ECE 586GT: Problem Set 2: Problems and Solutions Uniqueness of Nash equilibria, zero sum games, evolutionary dynamics Unversty of Illnos Fall 08 ECE 586GT: Problem Set : Problems and Solutons Unqueness of Nash equlbra, zero sum games, evolutonary dynamcs Due: Tuesday, Sept. 5, at begnnng of class Readng: Course notes,

More information

Partial ARTIAL Incompatible based Lower Bound of NC* For MAX-CSPs

Partial ARTIAL Incompatible based Lower Bound of NC* For MAX-CSPs Egyptan Computer Scence Journal,ECS,Vol. 37 No., January 03 ISSN-0-586 Partal ARTIAL Incompatble based Lower Bound of NC* For MAX-CSPs Ashraf M. Bhery, Soher M. Khams, and Wafaa A. Kabela Dvson of Computer

More information

Financial mathematics

Financial mathematics Fnancal mathematcs Jean-Luc Bouchot jean-luc.bouchot@drexel.edu February 19, 2013 Warnng Ths s a work n progress. I can not ensure t to be mstake free at the moment. It s also lackng some nformaton. But

More information

Dynamic Analysis of Knowledge Sharing of Agents with. Heterogeneous Knowledge

Dynamic Analysis of Knowledge Sharing of Agents with. Heterogeneous Knowledge Dynamc Analyss of Sharng of Agents wth Heterogeneous Kazuyo Sato Akra Namatame Dept. of Computer Scence Natonal Defense Academy Yokosuka 39-8686 JAPAN E-mal {g40045 nama} @nda.ac.jp Abstract In ths paper

More information

2.1 Rademacher Calculus... 3

2.1 Rademacher Calculus... 3 COS 598E: Unsupervsed Learnng Week 2 Lecturer: Elad Hazan Scrbe: Kran Vodrahall Contents 1 Introducton 1 2 Non-generatve pproach 1 2.1 Rademacher Calculus............................... 3 3 Spectral utoencoders

More information

Financial Risk Management in Portfolio Optimization with Lower Partial Moment

Financial Risk Management in Portfolio Optimization with Lower Partial Moment Amercan Journal of Busness and Socety Vol., o., 26, pp. 2-2 http://www.ascence.org/journal/ajbs Fnancal Rsk Management n Portfolo Optmzaton wth Lower Partal Moment Lam Weng Sew, 2, *, Lam Weng Hoe, 2 Department

More information

/ Computational Genomics. Normalization

/ Computational Genomics. Normalization 0-80 /02-70 Computatonal Genomcs Normalzaton Gene Expresson Analyss Model Computatonal nformaton fuson Bologcal regulatory networks Pattern Recognton Data Analyss clusterng, classfcaton normalzaton, mss.

More information

Introduction to game theory

Introduction to game theory Introducton to game theory Lectures n game theory ECON5210, Sprng 2009, Part 1 17.12.2008 G.B. Ashem, ECON5210-1 1 Overvew over lectures 1. Introducton to game theory 2. Modelng nteractve knowledge; equlbrum

More information

Improving Schedulability of Fixed-Priority Real-Time Systems using Shapers

Improving Schedulability of Fixed-Priority Real-Time Systems using Shapers Improvng Schedulablty of Fxed-Prorty Real-Tme Systems usng Shapers Lnh T.X. Phan Insup Lee Department of Computer and Informaton Scences, Unversty of Pennsylvana Emal: {lnhphan, lee}@cs.upenn.edu Abstract

More information

arxiv: v2 [math.co] 6 Apr 2016

arxiv: v2 [math.co] 6 Apr 2016 On the number of equvalence classes of nvertble Boolean functons under acton of permutaton of varables on doman and range arxv:1603.04386v2 [math.co] 6 Apr 2016 Marko Carć and Modrag Žvkovć Abstract. Let

More information

Project Management Project Phases the S curve

Project Management Project Phases the S curve Project lfe cycle and resource usage Phases Project Management Project Phases the S curve Eng. Gorgo Locatell RATE OF RESOURCE ES Conceptual Defnton Realzaton Release TIME Cumulated resource usage and

More information

IND E 250 Final Exam Solutions June 8, Section A. Multiple choice and simple computation. [5 points each] (Version A)

IND E 250 Final Exam Solutions June 8, Section A. Multiple choice and simple computation. [5 points each] (Version A) IND E 20 Fnal Exam Solutons June 8, 2006 Secton A. Multple choce and smple computaton. [ ponts each] (Verson A) (-) Four ndependent projects, each wth rsk free cash flows, have the followng B/C ratos:

More information

Convergence Complexity of Optimistic Rate-Based Flow-Control Algorithms*

Convergence Complexity of Optimistic Rate-Based Flow-Control Algorithms* Journal of Algorthms 30, 106143 Ž 1999. Artcle ID agm.1998.0970, avalable onlne at http:www.dealbrary.com on Convergence Complexty of Optmstc Rate-Based Flow-Control Algorthms* Yehuda Afek, Yshay Mansour,

More information

Equilibrium in Prediction Markets with Buyers and Sellers

Equilibrium in Prediction Markets with Buyers and Sellers Equlbrum n Predcton Markets wth Buyers and Sellers Shpra Agrawal Nmrod Megddo Benamn Armbruster Abstract Predcton markets wth buyers and sellers of contracts on multple outcomes are shown to have unque

More information

Appendix - Normally Distributed Admissible Choices are Optimal

Appendix - Normally Distributed Admissible Choices are Optimal Appendx - Normally Dstrbuted Admssble Choces are Optmal James N. Bodurtha, Jr. McDonough School of Busness Georgetown Unversty and Q Shen Stafford Partners Aprl 994 latest revson September 00 Abstract

More information

Static Dial-a-Ride Problem with Money as an Incentive : Study of the Cost Constraint

Static Dial-a-Ride Problem with Money as an Incentive : Study of the Cost Constraint Statc Dal-a-Rde Problem wth Money as an Incentve : Study of the Cost Constrant Alan Faye, Dmtr Watel To cte ths verson: Alan Faye, Dmtr Watel. Statc Dal-a-Rde Problem wth Money as an Incentve : Study of

More information

Finite Math - Fall Section Future Value of an Annuity; Sinking Funds

Finite Math - Fall Section Future Value of an Annuity; Sinking Funds Fnte Math - Fall 2016 Lecture Notes - 9/19/2016 Secton 3.3 - Future Value of an Annuty; Snkng Funds Snkng Funds. We can turn the annutes pcture around and ask how much we would need to depost nto an account

More information

II. Random Variables. Variable Types. Variables Map Outcomes to Numbers

II. Random Variables. Variable Types. Variables Map Outcomes to Numbers II. Random Varables Random varables operate n much the same way as the outcomes or events n some arbtrary sample space the dstncton s that random varables are smply outcomes that are represented numercally.

More information

Global Optimization in Multi-Agent Models

Global Optimization in Multi-Agent Models Global Optmzaton n Mult-Agent Models John R. Brge R.R. McCormck School of Engneerng and Appled Scence Northwestern Unversty Jont work wth Chonawee Supatgat, Enron, and Rachel Zhang, Cornell 11/19/2004

More information

Price and Quantity Competition Revisited. Abstract

Price and Quantity Competition Revisited. Abstract rce and uantty Competton Revsted X. Henry Wang Unversty of Mssour - Columba Abstract By enlargng the parameter space orgnally consdered by Sngh and Vves (984 to allow for a wder range of cost asymmetry,

More information

COMPARISON OF THE ANALYTICAL AND NUMERICAL SOLUTION OF A ONE-DIMENSIONAL NON-STATIONARY COOLING PROBLEM. László Könözsy 1, Mátyás Benke 2

COMPARISON OF THE ANALYTICAL AND NUMERICAL SOLUTION OF A ONE-DIMENSIONAL NON-STATIONARY COOLING PROBLEM. László Könözsy 1, Mátyás Benke 2 COMPARISON OF THE ANALYTICAL AND NUMERICAL SOLUTION OF A ONE-DIMENSIONAL NON-STATIONARY COOLING PROBLEM László Könözsy 1, Mátyás Benke Ph.D. Student 1, Unversty Student Unversty of Mskolc, Department of

More information

Available online at ScienceDirect. Procedia Computer Science 24 (2013 ) 9 14

Available online at   ScienceDirect. Procedia Computer Science 24 (2013 ) 9 14 Avalable onlne at www.scencedrect.com ScenceDrect Proceda Computer Scence 24 (2013 ) 9 14 17th Asa Pacfc Symposum on Intellgent and Evolutonary Systems, IES2013 A Proposal of Real-Tme Schedulng Algorthm

More information

A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME

A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME Vesna Radonć Đogatovć, Valentna Radočć Unversty of Belgrade Faculty of Transport and Traffc Engneerng Belgrade, Serba

More information

Instituto de Engenharia de Sistemas e Computadores de Coimbra Institute of Systems Engineering and Computers INESC - Coimbra

Instituto de Engenharia de Sistemas e Computadores de Coimbra Institute of Systems Engineering and Computers INESC - Coimbra Insttuto de Engenhara de Sstemas e Computadores de Combra Insttute of Systems Engneerng and Computers INESC - Combra Joana Das Can we really gnore tme n Smple Plant Locaton Problems? No. 7 2015 ISSN: 1645-2631

More information

International ejournals

International ejournals Avalable onlne at www.nternatonalejournals.com ISSN 0976 1411 Internatonal ejournals Internatonal ejournal of Mathematcs and Engneerng 7 (010) 86-95 MODELING AND PREDICTING URBAN MALE POPULATION OF BANGLADESH:

More information

HYBRIDISING LOCAL SEARCH WITH BRANCH-AND-BOUND FOR CONSTRAINED PORTFOLIO SELECTION PROBLEMS

HYBRIDISING LOCAL SEARCH WITH BRANCH-AND-BOUND FOR CONSTRAINED PORTFOLIO SELECTION PROBLEMS HYBRIDISING LOCAL SEARCH WITH BRANCH-AND-BOUND FOR CONSTRAINED PORTFOLIO SELECTION PROBLEMS Fang He 1, 2 and Rong Qu 1 1 The Automated Schedulng, Optmsaton and Plannng (ASAP) Group, School of Computer

More information

We consider the problem of scheduling trains and containers (or trucks and pallets)

We consider the problem of scheduling trains and containers (or trucks and pallets) Schedulng Trans and ontaners wth Due Dates and Dynamc Arrvals andace A. Yano Alexandra M. Newman Department of Industral Engneerng and Operatons Research, Unversty of alforna, Berkeley, alforna 94720-1777

More information

Note on Cubic Spline Valuation Methodology

Note on Cubic Spline Valuation Methodology Note on Cubc Splne Valuaton Methodology Regd. Offce: The Internatonal, 2 nd Floor THE CUBIC SPLINE METHODOLOGY A model for yeld curve takes traded yelds for avalable tenors as nput and generates the curve

More information

CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS

CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS QUESTIONS 9.1. (a) In a log-log model the dependent and all explanatory varables are n the logarthmc form. (b) In the log-ln model the dependent varable

More information

Multifactor Term Structure Models

Multifactor Term Structure Models 1 Multfactor Term Structure Models A. Lmtatons of One-Factor Models 1. Returns on bonds of all maturtes are perfectly correlated. 2. Term structure (and prces of every other dervatves) are unquely determned

More information

Problems to be discussed at the 5 th seminar Suggested solutions

Problems to be discussed at the 5 th seminar Suggested solutions ECON4260 Behavoral Economcs Problems to be dscussed at the 5 th semnar Suggested solutons Problem 1 a) Consder an ultmatum game n whch the proposer gets, ntally, 100 NOK. Assume that both the proposer

More information

Optimising a general repair kit problem with a service constraint

Optimising a general repair kit problem with a service constraint Optmsng a general repar kt problem wth a servce constrant Marco Bjvank 1, Ger Koole Department of Mathematcs, VU Unversty Amsterdam, De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands Irs F.A. Vs Department

More information

Consumption Based Asset Pricing

Consumption Based Asset Pricing Consumpton Based Asset Prcng Mchael Bar Aprl 25, 208 Contents Introducton 2 Model 2. Prcng rsk-free asset............................... 3 2.2 Prcng rsky assets................................ 4 2.3 Bubbles......................................

More information

Analysis of Variance and Design of Experiments-II

Analysis of Variance and Design of Experiments-II Analyss of Varance and Desgn of Experments-II MODULE VI LECTURE - 4 SPLIT-PLOT AND STRIP-PLOT DESIGNS Dr. Shalabh Department of Mathematcs & Statstcs Indan Insttute of Technology Kanpur An example to motvate

More information

Capacitated Location-Allocation Problem in a Competitive Environment

Capacitated Location-Allocation Problem in a Competitive Environment Capactated Locaton-Allocaton Problem n a Compettve Envronment At Bassou Azz, 2 Blal Mohamed, 3 Solh Azz, 4 El Alam Jamla,2 Unversty Mohammed V-Agdal, Laboratory of Systems Analyss, Informaton Processng

More information

Survey of Math: Chapter 22: Consumer Finance Borrowing Page 1

Survey of Math: Chapter 22: Consumer Finance Borrowing Page 1 Survey of Math: Chapter 22: Consumer Fnance Borrowng Page 1 APR and EAR Borrowng s savng looked at from a dfferent perspectve. The dea of smple nterest and compound nterest stll apply. A new term s the

More information

Ch Rival Pure private goods (most retail goods) Non-Rival Impure public goods (internet service)

Ch Rival Pure private goods (most retail goods) Non-Rival Impure public goods (internet service) h 7 1 Publc Goods o Rval goods: a good s rval f ts consumpton by one person precludes ts consumpton by another o Excludable goods: a good s excludable f you can reasonably prevent a person from consumng

More information

Fast Laplacian Solvers by Sparsification

Fast Laplacian Solvers by Sparsification Spectral Graph Theory Lecture 19 Fast Laplacan Solvers by Sparsfcaton Danel A. Spelman November 9, 2015 Dsclamer These notes are not necessarly an accurate representaton of what happened n class. The notes

More information

Test Problems for Large Scale Nonsmooth Minimization

Test Problems for Large Scale Nonsmooth Minimization Reports of the Department of Mathematcal Informaton Technology Seres B. Scentfc Computng No. B. 4/007 Test Problems for Large Scale Nonsmooth Mnmzaton Napsu Karmtsa Unversty of Jyväskylä Department of

More information

Cofactorisation strategies for the number field sieve and an estimate for the sieving step for factoring 1024-bit integers

Cofactorisation strategies for the number field sieve and an estimate for the sieving step for factoring 1024-bit integers Cofactorsaton strateges for the number feld seve and an estmate for the sevng step for factorng 1024-bt ntegers Thorsten Klenjung Unversty of Bonn, Department of Mathematcs, Berngstraße 1, D-53115 Bonn,

More information

Survey of Math Test #3 Practice Questions Page 1 of 5

Survey of Math Test #3 Practice Questions Page 1 of 5 Test #3 Practce Questons Page 1 of 5 You wll be able to use a calculator, and wll have to use one to answer some questons. Informaton Provded on Test: Smple Interest: Compound Interest: Deprecaton: A =

More information

A Constant-Factor Approximation Algorithm for Network Revenue Management

A Constant-Factor Approximation Algorithm for Network Revenue Management A Constant-Factor Approxmaton Algorthm for Networ Revenue Management Yuhang Ma 1, Paat Rusmevchentong 2, Ma Sumda 1, Huseyn Topaloglu 1 1 School of Operatons Research and Informaton Engneerng, Cornell

More information

arxiv: v1 [cs.ds] 2 Apr 2010

arxiv: v1 [cs.ds] 2 Apr 2010 An Oblvous Spannng Tree for Buy-at-Bulk Network Desgn Problems arxv:1004.0351v1 [cs.ds] 2 Apr 2010 Srvathsan Srnvasagopalan, Costas Busch, S.S. Iyengar Computer Scence Department Lousana State Unversty

More information

Lecture 8. v i p i if i = ī, p i otherwise.

Lecture 8. v i p i if i = ī, p i otherwise. CS-621 Theory Gems October 11, 2012 Lecture 8 Lecturer: Aleksander Mądry Scrbes: Alna Dudeanu, Andre Gurgu 1 Mechansm Desgn So far, we were focusng on statc analyss of games. That s, we consdered scenaros

More information

Jeffrey Ely. October 7, This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.

Jeffrey Ely. October 7, This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. October 7, 2012 Ths work s lcensed under the Creatve Commons Attrbuton-NonCommercal-ShareAlke 3.0 Lcense. Recap We saw last tme that any standard of socal welfare s problematc n a precse sense. If we want

More information

Developing a quadratic programming model for time-cost trading off in construction projects under probabilistic constraint

Developing a quadratic programming model for time-cost trading off in construction projects under probabilistic constraint Proceedngs of the Internatonal Conference on Industral Engneerng and Operatons Management Rabat, Morocco, Aprl 11-13, 2017 Developng a quadratc programmng model for tme-cost tradng off n constructon projects

More information

Taxation and Externalities. - Much recent discussion of policy towards externalities, e.g., global warming debate/kyoto

Taxation and Externalities. - Much recent discussion of policy towards externalities, e.g., global warming debate/kyoto Taxaton and Externaltes - Much recent dscusson of polcy towards externaltes, e.g., global warmng debate/kyoto - Increasng share of tax revenue from envronmental taxaton 6 percent n OECD - Envronmental

More information

Maximum Likelihood Estimation of Isotonic Normal Means with Unknown Variances*

Maximum Likelihood Estimation of Isotonic Normal Means with Unknown Variances* Journal of Multvarate Analyss 64, 183195 (1998) Artcle No. MV971717 Maxmum Lelhood Estmaton of Isotonc Normal Means wth Unnown Varances* Nng-Zhong Sh and Hua Jang Northeast Normal Unversty, Changchun,Chna

More information

A Virtual Deadline Scheduler for Window-Constrained Service Guarantees

A Virtual Deadline Scheduler for Window-Constrained Service Guarantees A Vrtual Deadlne Scheduler for Wndow-Constraned Servce Guarantees Yutng Zhang, Rchard West and Xn Q Computer Scence Department Boston Unversty Boston, MA 02215 {danazh,rchwest,xq}@cs.bu.edu Abstract Ths

More information

INTRODUCTION TO MACROECONOMICS FOR THE SHORT RUN (CHAPTER 1) WHY STUDY BUSINESS CYCLES? The intellectual challenge: Why is economic growth irregular?

INTRODUCTION TO MACROECONOMICS FOR THE SHORT RUN (CHAPTER 1) WHY STUDY BUSINESS CYCLES? The intellectual challenge: Why is economic growth irregular? INTRODUCTION TO MACROECONOMICS FOR THE SHORT RUN (CHATER 1) WHY STUDY BUSINESS CYCLES? The ntellectual challenge: Why s economc groth rregular? The socal challenge: Recessons and depressons cause elfare

More information

Trivial lump sum R5.1

Trivial lump sum R5.1 Trval lump sum R5.1 Optons form Once you have flled n ths form, please return t wth the documents we have requested. You can ether post or emal the form and the documents to us. Premer PO Box 108 BLYTH

More information

A HEURISTIC SOLUTION OF MULTI-ITEM SINGLE LEVEL CAPACITATED DYNAMIC LOT-SIZING PROBLEM

A HEURISTIC SOLUTION OF MULTI-ITEM SINGLE LEVEL CAPACITATED DYNAMIC LOT-SIZING PROBLEM A eurstc Soluton of Mult-Item Sngle Level Capactated Dynamc Lot-Szng Problem A EUISTIC SOLUTIO OF MULTI-ITEM SIGLE LEVEL CAPACITATED DYAMIC LOT-SIZIG POBLEM Sultana Parveen Department of Industral and

More information

New Distance Measures on Dual Hesitant Fuzzy Sets and Their Application in Pattern Recognition

New Distance Measures on Dual Hesitant Fuzzy Sets and Their Application in Pattern Recognition Journal of Artfcal Intellgence Practce (206) : 8-3 Clausus Scentfc Press, Canada New Dstance Measures on Dual Hestant Fuzzy Sets and Ther Applcaton n Pattern Recognton L Xn a, Zhang Xaohong* b College

More information

Final Examination MATH NOTE TO PRINTER

Final Examination MATH NOTE TO PRINTER Fnal Examnaton MATH 329 2005 01 1 NOTE TO PRINTER (These nstructons are for the prnter. They should not be duplcated.) Ths examnaton should be prnted on 8 1 2 14 paper, and stapled wth 3 sde staples, so

More information