Discrete Dynamic Shortest Path Problems in Transportation Applications

Size: px
Start display at page:

Download "Discrete Dynamic Shortest Path Problems in Transportation Applications"

Transcription

1 17 Paper No TRANSPORTATION RESEARCH RECORD 1645 Dscrete Dynamc Shortest Path Problems n Transportaton Applcatons Complexty and Algorthms wth Optmal Run Tme ISMAIL CHABINI A soluton s provded for what appears to be a 3-year-old problem dealng wth the dscovery of the most effcent algorthms possble to compute all-to-one shortest paths n dscrete dynamc networks. Ths problem les at the heart of effcent soluton approaches to dynamc network models that arse n dynamc transportaton systems, such as ntellgent transportaton systems (ITS) applcatons. The all-to-one dynamc shortest paths problem and the one-to-all fastest paths problems are studed. Early results are revsted and new propertes are establshed. The complexty of these problems s establshed, and soluton algorthms optmal for run tme are developed. A new and smple soluton algorthm s proposed for all-to-one, all departure tme ntervals, shortest paths problems. It s proved, theoretcally, that the new soluton algorthm has an optmal run tme complexty that equals the complexty of the problem. Computer mplementatons and expermental evaluatons of varous soluton algorthms support the theoretcal fndngs and demonstrate the effcency of the proposed soluton algorthm. The fndngs should be of maor beneft to research and development actvtes n the feld of dynamc management, n partcular real-tme management, and to control of large-scale ITSs. Department of Cvl and Envronmental Engneerng, Massachusetts Insttute of Technology, Room 1-138, 77 Massachusetts Avenue, Cambrdge, MA The shortest paths problem n networks has been the subect of extensve research for many years (1). The analyss of transportaton networks s one of the many applcaton areas n whch the computaton of shortest paths s one of the most fundamental problems. The maorty of publshed research on shortest paths algorthms, however, dealt wth statc networks that have fxed topology and fxed lnk costs. Interest n the concept of dynamc management of transportaton systems has been ncreasng. New advances have brought renewed nterest n the study of shortest paths problems wth a new twst: Lnk costs generally depend on the entry tme of a lnk. Ths results n a new famly of shortest paths problems known as dynamc, or tme-dependent, shortest paths problems. Chabn (2) dstngushes varous types of dynamc shortest path problems dependng on the followng: (a) fastest versus mnmum cost (or shortest) path problems; (b) dscrete versus contnuous representaton of tme; (c) frst-n-frst-out (FIFO) networks versus non- FIFO networks, n whch one can depart later at the begnnng of one or more arcs and arrve earler at ther end; (d) watng s allowed versus watng s not allowed at nodes; (e) types of shortest path questons asked: one-to-all for a gven departure tme or all departure tmes, and all-to-one for all departure tmes; and ( f ) nteger versus real valued lnk travel tmes and lnk travel costs. In fastest path problems, the cost of a lnk s the travel tme of that lnk. In mnmum cost paths problems, lnk costs can be of general form. Although the fastest paths problem s a partcular case of the mnmum cost paths problem, the dstncton between the two s partcularly mportant for the desgn of effcent soluton algorthms. Tme-dependent margnal travel tmes encountered n system optmum dynamc traffc assgnment models are an example of general form costs. Dependng on how tme s treated, dynamc shortest paths problems can be subdvded nto two types: dscrete and contnuous. In dscrete dynamc networks, tme s modeled as a set of ntegers. Orda and Rom (3) establsh varous propertes for contnuous dynamc networks where tme s treated as real numbers. The results for the oneto-all fastest paths problem studed here are vald for both dscrete and contnuous representatons of tme. It s mportant to note that a dscrete dynamc network can be vewed alternatvely as a statc network obtaned by usng a tmespace expanson representaton. The sze of the equvalent representaton depends on the watng polcy at nodes. As may be expected, t s not the best approach to explctly use the tme-space expanson representaton to compute dynamc shortest paths. The tme-space expanson network has, however, some partcular propertes that can be exploted n the desgn of effcent shortest paths algorthms. The challenge s to dscover partcular propertes of these networks and approprately explot them n desgnng better algorthms. Compared wth that for statc shortest paths problems, the lterature on dynamc versons s very lmted. The man known result s the condton under whch statc shortest path algorthms can be used, at no extra cost, to solve the one-to-all fastest paths problem n dynamc networks: Arc travel tmes must satsfy the FIFO condton. Hdden behnd ths result are varous lmtatons: 1. Ths result apples to the fastest paths problem only and not to the mnmum cost paths problem. 2. Ths result s lmted to forward-search labelng algorthms only. Transportaton applcatons need the computaton of fastest paths from all nodes to a set of destnatons. Hence, statc methods typcally would frst compute fastest paths from all nodes to all nodes and then extract needed solutons. Because the number of destnatons n a transportaton network usually s a small fracton of total number of nodes, a statc approach may not lead to the best soluton algorthm possble. 3. Transportaton applcatons do not necessarly satsfy the FIFO condton. 4. A statc algorthm computes shortest paths for one departure tme nterval only, but shortest paths for all possble departure tme ntervals are generally sought. Traffc management centers n ntellgent transportaton systems (ITS) must operate n real tme. The tme taken to collect data, process them, and broadcast the resultng nformaton may const-

2 Chabn Paper No tute a possble nformaton bottleneck. To avod ths bottleneck, the ITS models and algorthms must run much faster than real tme. Furthermore, transportaton applcatons usually nvolve very-large-sze networks. Typcal real-lfe networks nvolve thousands of lnks and nodes and hundreds of tme ntervals representng the tme dmenson. For nstance, a network model of the cty of Boston contans 25, lnks and 7, nodes. The tme dmenson depends on the length of analyss perod and the dscretzaton nterval. If 15-sec tme dscretzaton s adopted, 48 tme ntervals are requred to model a 2-hour mornng peak perod. Gven these key ssues n ITS and the mportance of shortest paths n ITS models and algorthms, one then must fnd the most effcent methods to solve shortest path problems n dynamc networks. Although other researchers have made valuable contrbutons n addressng ths problem, a queston remaned unanswered for the last 3 decades: What s the exact complexty of these problems and could one dscover algorthms that have the best possble run tme? The man obectve of ths study was to answer ths queston. Three types of shortest path problems n dscrete dynamc networks are addressed n ths study: the one-to-all fastest paths problem departng orgn node at a gven tme nterval, the all-to-one fastest paths problem for all departure tme ntervals, and the all-to-one mnmum cost paths problem for all departure tme ntervals. The latter two problems are of partcular nterest n the context of ITS applcatons. Note that most of the publshed papers on these topcs focus manly on problems of the frst type. The obectve n restudyng the one-to-all verson of the problem essentally was to revst and extend early results. These are establshed by usng alternatve arguments whch are shorter, smpler, and more nsghtful. For nstance, new results on the propertes of the problem are establshed. These are exploted n desgnng new and effcent soluton algorthms. A new all-to-one dscrete dynamc shortest paths algorthm that s demonstrated to be the most effcent soluton algorthm possble s proposed. Numercal tests on large networks support the analytcal fndngs. It s the frst tme that a soluton algorthm wth an optmal computaton tme complexty s proposed for what appears to be a 3-year-old problem frst addressed by Cooke and Halsey (4). DEFINITIONS AND NOTATION Let G (N, A, D, C) be a drected network where N {1,..., n} s the set of nodes and A {(,) NxN} s the set of arcs (or lnks). The number of lnks (arcs) s denoted by m. We denote by D {d (t) (,) A} the set of tme-dependent lnk travel tmes and by C {c (t) (,) A} the set of tme-dependent lnk travel costs. Functons d (t) have nteger-valued doman and postve nteger-valued range. A functon d (t) s then a dscrete and tme-dependent functon that, t s assumed, takes a statc value after a fnte number of tme ntervals M. S {,..., M 1} s the set of departure tme ntervals for whch lnk travel tmes are tme-dependent. Functons c (t) have realvalued range and nteger-valued doman. c (t) s statc when the departure tme s greater than or equal to M 1. We assume that there s no negatve cycle after departure tme nterval M 1. B() denotes the set of nodes havng an outgong arc to node and A() denotes the set of nodes havng an ngong arc from node. G (N, A, D, C ) s called a dscrete dynamc network. Arc travel tmes may possess some propertes useful n studyng and developng algorthms for dynamc networks. A well-celebrated property s the FIFO condton (5), whch may be defned n varous mathematcal forms. For nstance, the FIFO condton s vald f and only f the followng system of nequaltes holds: (,, t), t + d ( t) ( t + 1) + d ( t + 1) When the FIFO condton holds, we say that the dynamc network s FIFO. The FIFO condton also s known as the nonovertakng condton n traffc theory. The above equvalent mathematcal condton smply says that lnk ext tme functons are nondecreasng. Intutvely, ths holds f no overtakng takes place. When the FIFO condton s not satsfed, sometmes t may be preferable to wat a certan amount of tme at the start node of a lnk before embarkng on that lnk. Such watng may or may not be allowable dependng on the applcaton at hand. Therefore, two polces of watng at nodes are consdered: watng s allowed at nodes and watng s not allowed at nodes. The next secton demonstrates that n studyng fastest paths problems, the former watng polcy s a partcular case of the latter one. Shortest paths problems also depend on the type of questons they answer. Two questons are of concern here: What are the shortest paths from one orgn to all destnatons departng at nstant? and What are the shortest paths from all nodes to one destnaton node for all departure tmes? The second queston s perhaps the most relevant one n the context of dynamc management of transportaton systems. Most publshed work has dealt wth the frst queston, wth the excepton of the work by Cooke and Halsey (4) and Zlaskopoulos and Mahmassan (6). Although algorthms that answer the frst queston can be used to answer the second queston as well, such approaches would not be effcent for transportaton networks because only a reduced subset of nodes are actually destnaton nodes. For nstance, a network model for a cty lke Boston contans about 7, nodes, only 1 percent of whch are destnaton nodes. FORMULATIONS AND ALGORITHMS FOR ONE-TO-ALL FASTEST PATHS PROBLEM Watng at Nodes Is Not Allowed Ths s the most studed varaton of the problem (4,5,7). The most celebrated result for ths varaton of the problem s the followng: When the FIFO condton s vald, Dkstra s (8) algorthm can be generalzed to solve the tme-dependent fastest paths problem wth the same tme complexty as the statc shortest paths problem. Dreyfus (7) was the frst to menton ths generalzaton. Later, Kaufman and Smth (5) formally proved that ths generalzaton s vald only f the FIFO condton s satsfed. Ahn and Shn (9) provded an even earler proof. A proof that s more nsghtful and smpler follows. The proof s based on a dfferent formulaton of the problem. Let f denote the mnmum travel tme from orgn node o to node, leavng the orgn node at tme nterval. The key dea s to consder, when wrtng optmalty condtons for node, only those paths that vst prevous node at a tme greater than or equal to f. Mnmum travel tmes are then defned by the followng functonal form: f mn B( ) mn t f t + d( t) Proposton 1: If the FIFO condton s satsfed, the above formulaton of the fastest paths problem s equvalent to the followng equatons:

3 172 Paper No TRANSPORTATION RESEARCH RECORD 1645 f Proof: The equvalence holds because mn t f (t + d (t)) f + d ( f ) f the FIFO condton holds. The formulaton shown n Proposton 1 provdes a strong bass for the development of effcent algorthms. For nstance, t shows that some statc shortest paths algorthms can be extended, at no extra tme, to solve the fastest paths problem f the FIFO condton holds. Ths result s summarzed n the followng proposton: Proposton 2: If the FIFO condton s satsfed, the soluton of a fastest paths problem n such dynamc networks s equvalent to an assocated statc shortest paths problem. The generalzaton of Dkstra s algorthm frst proposed, as a heurstc, by Dreyfus (7), and later proved by Kaufman and Smth (5) and by Ahn and Shn (9), can be vewed as a partcular case of Proposton 2. Note that these generalzatons are subect to restrctons: Only a statc forward labelng process would be permtted, and t s supposed that runnng tme would depend on the number of nodes and lnks only (statc shortest path algorthms may depend on lnk travel costs as well). These restrctons were never made explct n the lterature. Proposton 3: If the FIFO condton s satsfed, any forward label settng algorthm based on functonal equatons of Proposton 1 solves the dynamc fastest paths problem and the statc shortest paths problem n the same tme complexty. When the FIFO condton s not satsfed, no algorthm that does not explctly use the tme-space expanson representaton has yet been publshed. On the bass of ths formulaton, such type of soluton algorthms were desgned. Watng at Nodes Is Allowed The case of when watng s allowed at all nodes was analyzed (results can be generalzed f watng s allowed at a subset of nodes only). The man result of ths was that ths varant of the problem s a specal case of the no-watng-s-allowed polcy varant of the problem studed above. Denote by w (t) the maxmum watng tme allowed at node and at departure tme nterval t. Frst note that when watng s allowed at node, the mnmum travel tme possble on arc (,) s gven by the functon D (t) mn w (t) + t s t(s t + d (s)). It s easy to prove that ths functon verfes the FIFO condton f unlmted watng s allowed. Because watng s allowed at nodes, mnmum travel tmes are now gven by the followng functonal form: f mn B( ) f + d f ; mn B( ) mn t f t + D( t) Proposton 4: The watng-s-allowed varant s a partcular case of the watng-s-not-allowed varant studed above. Moreover, f unlmted watng s allowed at all nodes, results of propostons 1, 2, and 3 hold wthout the FIFO requrement on lnk travel tmes. Proof: The above functonal form shows that when watng s allowed at all nodes, ths varant of the fastest paths problem s equvalent to a fastest paths problem wthout watng at nodes and wth lnk delay functons D (t) [nstead of d (t)]. Because D (t) verfes the FIFO condton f unlmted watng s allowed, results of propostons 1, 2, and 3 hold. The fastest paths problem wth no watng s allowed at nodes and FIFO condton not satsfed s the most dffcult varant of the fastest paths problem. ALL-TO-ONE FOR ALL DEPARTURE TIMES FASTEST PATHS PROBLEM As shown above, the all-to-one for all startng tmes fastest paths problem s the most relevant varant of fastest paths problems n the context of dynamc management of transportaton systems. A backward star formulaton of ths problem, when watng s not allowed, s presented here, and a property that s then exploted n developng a new soluton algorthm s exploted. Formulaton Denote by π (t) the fastest travel tme to destnaton q departng node at tme t. The mnmum travel tmes are then defned by the followng functonal form: mn A() d t π t d t q π ( t) + + ; ; q Ths s a well-known optmalty condton that was used by Cooke and Halsey (4) and Zlaskopoulos and Mahmassan (6) to desgn soluton algorthms that have respectvely O(n 3 M 2 ) and O(nmM 2 ) as worst-case runnng tme complextes. An optmal algorthm for ths problem s presented below, based on the followng proposton: Proposton 5: Labels π (t) can be set n a decreasng order of departure tme ntervals. Proof: Because all arc travel tmes are postve ntegers, labels correspondng to tme step t never update labels correspondng to tme steps greater than t. The above result mplctly reflects the acyclc property, along the tme dmenson, of the tme-space expanson of a dscrete dynamc network. Decreasng Order of Tme Algorthm For departure tme ntervals greater than or equal to M 1, the computaton of fastest paths s equvalent to a statc shortest paths problem. A decreasng order of tme (DOT) algorthm s proposed here that s based on the result of Proposton 5. The man loop of the algorthm s carred out n decreasng order of tme. The algorthm assumes that a statc shortest paths procedure, wth an optmal runnng tme SSP, s gven: Step (Intalzaton): π ( t), ( q), π ( t), ( t < M 1) Step 2 (Man Loop): π( M 1) Statc Shortest Paths( d( M 1), q) where π ( t) π ( M 1), ( t M 1, ) q For t M 2down to do: For (, ) A do: π ( t) mn π ( t), d ( t) + π t + d ( t) ( )

4 Chabn Paper No Proposton 6: Algorthm DOT solves for the all-to-one fastest paths problem, wth a seral computaton tme n θ(ssp + nm + mm ). Proof: The optmalty of the algorthm follows from Proposton 5. The order analyss of runnng tme follows n a straghtforward manner by countng the number of operatons appearng n the statements of algorthm DOT. Proposton 7: The complexty of the all-to-one fastest paths problem, for all startng tmes, s n Ω(SSP + nm + mm ). Hence, algorthm DOT has an optmal runnng tme complexty (no algorthm wth a better runnng tme complexty can be found). Proof: The problem has the above complexty because every soluton algorthm has to access all arc data (mm ), ntalze network node labels because fastest paths for all departure tmes are sought (nm ), and compute an all-to-one fastest paths tree for departure tme ntervals beyond departure tme M 1 (SSP). Usng results of Proposton 6, algorthm DOT s then optmal. ALL-TO-ONE FOR ALL DEPARTURE TIMES MINIMUM COST PATHS PROBLEM In ths secton, the results establshed n prevous sectons are expanded to the mnmum cost paths problem. Formulaton Let C (t) denote the mnmum travel cost from node, departng at tme t, to destnaton q. Mnmum travel costs are then defned by the followng functonal form: mn A() c t C t d t q C ( t) + + ; ; q These equatons extend the optmalty condtons descrbed n prevous sectons for the fastest paths problem. Here they are used to extend results establshed for the fastest paths problem. In partcular, the exact complexty of the mnmum cost paths problem s determned and an extenson of algorthm DOT that runs n an optmal tme s shown. Proposton 8: Labels C (t) can be set n a decreasng order of departure tme ntervals. Proof: Because all arc travel tmes are postve ntegers, labels correspondng to tme steps t do not depend on labels correspondng to tme ntervals smaller than t. Ths result mplctly reflects the acyclc property, along the tme dmenson, of the tme-space expanson of a dscrete dynamc network. Note that lnk travel costs can take any real number value, ncludng negatve numbers. Extenson of Algorthm DOT To Compute Mnmum Cost Paths Note that for departure tme ntervals greater than or equal to M 1, lnk travel tmes and costs become statc. Labels C (M 1) are then the mnmum travel costs for all departures takng place at a tme greater or equal to M 1. Moreover, solvng for these labels s equvalent to solvng a statc shortest paths problem usng c (M 1) as lnk dstances. Statc shortest paths algorthms to be used to solve for C (M 1) depend on the assumptons on c (M 1). An assumpton requred by all statc shortest paths algorthms s that there s no negatve cycle n the network; otherwse, one can crculate an nfnte number of tmes leadng to an nfnte decrease n label values. Label settng algorthms requre that c (M 1) are nonnegatve. Label correctng algorthms work even for nonnegatve lnk dstances. The algorthm proposed below assumes the avalablty of an approprate statc shortest paths procedure. If many alternatves are avalable, one should use a procedure wth the fastest run tme f the obectve s to obtan algorthms wth optmal run tme. An extenson of algorthm DOT s proposed for mnmum cost paths and s based on the result of Proposton 8. The man loop of the algorthm s carred out n decreasng order of tme. The algorthm assumes that a vald statc shortest paths procedure, wth an optmal runnng tme SSP, s avalable. Ths s not a restrcton because very effcent statc shortest path solvers are wdely avalable and are based on a vast body of research results publshed durng the last 4 decades. The algorthm DOT for mnmum cost paths s as follows: Step (Intalzaton): C ( t), ( q), C ( t), ( t < M 1) C( M 1) Statc Shortest Paths ( c( M 1), q) where C ( t) C ( M 1), ( t M 1, ) Step 2 (Man Loop): For t M 2down to do: For (, ) A do: ( ) C ( t) mn C ( t), c ( t) + C t + d ( t) q Proposton 9 and Proposton 1 respectvely generalze Proposton 6 and Proposton 7. The proofs are not provded because these are straghtforward generalzatons of respectve proofs gven n Secton 4. Proposton 9: Algorthm DOT solves for the all-to-one mnmum cost paths problem, wth a seral computaton tme n θ(ssp + nm + mm). Proposton 1: The complexty of the all-to-one shortest paths problem, for all startng tmes, s n Ω(SSP + nm + mm). Hence, the above extenson of algorthm DOT has an optmal runnng tme complexty (no algorthm wth a better runnng tme complexty can be found). COMPUTER IMPLEMENTATIONS AND EXPERIMENTAL EVALUATION The four mplemented soluton algorthms for the all-to-one fastest paths problem are algorthm DOT and three dynamc adaptatons of label-correctng algorthms usng three types of data structures for node canddates lst: the Deque data structure (1) as descrbed n Zlaskopoulos and Mahmassan (6), the two-queue data structure (11), and a three-queue data structure that extends the noton of the two-queue data structure (12). All algorthms were coded n C++. Algorthm DOT has very attractve propertes. Frst, ts computer codng s a very easy task. Second, algorthm DOT does not need complcated data structures; a basc two-dmensonal array suffces.

5 174 Paper No TRANSPORTATION RESEARCH RECORD 1645 TABLE 1 Computaton Tmes for 3, Nodes, 9, Lnks, and Dfferent Tme Intervals for All-to-One Fastest Paths Problem TABLE 3 Computaton Tmes for 1, Lnks, 6 Tmes Steps, and Varyng Number of Nodes for All-to- One Fastest Paths Problem Fnally, algorthm DOT has an optmal runnng tme and does not suffer from worst-case behavor that s typcal to other soluton algorthms such as label-correctng algorthms. An extensve evaluaton of the algorthms was carred out. Other known algorthms were mplemented and evaluated. Label-correctng algorthms generally had the closest performances to algorthm DOT. Performance of label-correctng algorthms depends on network topology and the dynamcs of lnk travel tmes. These algorthms present best-case as well as worst-case behavors. Tables 1, 2, and 3 show results for nstances of the problem n whch label-correctng algorthms gave ther best computaton tmes. These nstances correspond to very sparse networks that contan fewer cycles and then are less dffcult to solve by usng label-correctng algorthms. These nstances were generated by usng a dscrete dynamc network generator that was developed to test computer codes on networks havng dfferent topologes, number of cycles, denstes, and lnk travel tmes. Runnng tmes are wall clock tmes obtaned on an SGI Indy workstaton. To gve an ndcaton of how fast algorthm DOT s, Step 2 typcally requres only three tmes of what s requred as computng tme to ntalze node labels to nfnty on a network composed of 3, nodes and 9, arcs. As may be expected from the above theoretcal analyss, algorthm DOT has proved to be better than label-correctng algorthms. Because numercal results presented here correspond to best cases of label-correctng algorthms, algorthm DOT always should perform better than label-correctng methods. TABLE 2 Computaton Tmes for 8 Nodes, 6 Tmes Steps, and Varyng Number of Lnks for All-to-One Fastest Paths Problem Table 1 and 2 show that algorthm run tmes are lnear n the number of nodes and lnks. For algorthm DOT ths s a general behavor as demonstrated theoretcally above. Label-correctng methods may lead to a hgher than lnear runnng tme ncrease as a functon of the number of nodes and lnks. The obectve here was not to analyze label-correctng algorthms but nstead to evaluate the relatve performance of algorthm DOT and label-correctng methods. The results n Table 1 and 2 are consstent wth the obectve to report only on problem nstances n whch label-correctng algorthms gave ther best run tmes. (The obectve was not to compare algorthm DOT to worse-case behavors of label-correctng algorthms). Results of Table 3 show that the run tmes of label-correctng algorthms decrease as a functon of the number of nodes. At frst glance, ths may seem ncorrect. However, because the number of lnks s constant, as the number of nodes ncreases the network tends toward a tree. Ths led to a reducton n the number of node revsts and hence led to a reducton n runnng tme. Algorthm DOT, conversely, has an ncreasng run tme as a functon of the number of nodes, as shown theoretcally. Table 4 compares two versons of algorthm DOT: the fastest paths verson and the mnmum cost paths verson. As may be expected, run tmes are almost smlar. The latter verson takes an extra small fracton of run tme. Ths s attrbutable to the extra tme requred to manage the lnk travel costs array. Algorthm DOT also was expermented wth on a real-lfe network emanatng from the hghway network of the cty of Amsterdam. The obectve was to test the effects on run tmes of the length of dscretzaton ntervals. The travel tmes used were obtaned from the output results of an analytcal dynamc traffc assgnment model developed by Chabn and He (13) and He (14). Table 5 summarzes the results of ths experence. Table 5 shows that run tme of algorthm DOT s proportonal to the number of tme ntervals or, equv- TABLE 4 Computaton Tmes for 1, Lnks, 6 Tmes Steps, and Varyng Number of Nodes of Algorthm DOT for Fastest and Mnmum Cost Path Problems

6 Chabn Paper No alently, s nversely proportonal to the length of a tme nterval for a gven analyss-perod length. CONCLUSIONS TABLE 5 Computaton Tmes for Amsterdam Hghway Network wth 196 Nodes, 38 Lnks, and Analyss Perod of 2.75 Hours Two types of shortest paths problems n dscrete dynamc networks were studed: the one-to-all for one departure tme nterval and the all-to-one for all departure tme ntervals. Early results were revsted. New propertes were establshed and exploted n desgnng soluton algorthms. A new soluton algorthm was proposed for all-to-one all departure tme ntervals, fastest and mnmum cost path problems. It was proved, analytcally, that the proposed algorthm s the most effcent soluton method possble. Extensve expermental evaluaton supports analytcal results. It s expected that these fndngs wll be of maor beneft to research and development actvtes n the area of dynamc management of transportaton systems. On an SGI Indy workstaton, the new algorthm, algorthm DOT, computes shortest paths from all nodes to one destnaton node for all departure tmes wthn.5 sec for dynamc networks composed of 3, nodes, 9, arcs, and 9 tmes ntervals. The number of destnaton nodes for such transportaton networks typcally s n the order of 3. Hence, the determnaton of shortest paths would requre 2.5 mn of computaton tme on an SGI Indy workstaton. To acheve faster run tme, hgh performance mplementatons of algorthm DOT are the subect of ongong research. REFERENCES 1. Deo, N., and C. Y. Pang. Shortest Path Algorthms: Taxonomy and Annotaton. Networks, Vol. 14, 1984, pp Chabn, I. A New Short Paths Algorthm for Dscrete Dynamc Networks. Proc., 8th IFAC Symposum on Transport Systems, 1997, pp Orda, A., and R. Rom. Mnmum Wat Paths n Tme-Dependent Networks. Networks, Vol. 21, 1991, pp Cooke, K. L., and E. Halsey. The Shortest Route Through a Network wth Tme-Dependent Internodal Transt Tmes. Journal of Mathematcal Analyss Applcatons, Vol. 14, 1966, pp Kaufman, D. E., and R. L. Smth. Fastest Paths n Tme-Dependent Networks for Intellgent Vehcle-Hghway Systems Applcaton. IVHS Journal, Vol. 1, 1993, pp Zlaskopoulos, A. K., and H. S. Mahmassan. Tme-Dependent Shortest Path Algorthm for Real-Tme Intellgent Vehcle/Hghway System. In Transportaton Research Record 148, TRB, Natonal Research Councl, Washngton, D.C., 1993, pp Dreyfus, S. E., An Apprasal of Some Shortest-Path Algorthms. Operatons Research, Vol. 17, 1969, pp Dkstra, E. W. A Note on Two Problems n Connecton wth Graphs. Numersche Mathematk, Vol. 1, 1959, pp Ahn, B. H., and J. Y. Shn. Vehcle Routng wth Tme Wndows and Tme-Varyng Congeston. Journal of the Operatonal Research Socety, Vol. 42, 1991, pp Pape, U. Implementaton and Effcency of Moore-Algorthms for the Shortest Route Problem. Mathematcal Programmng, Vol. 7, 1974, pp Gallo, G., and S. Pallotno. Shortest Paths Algorthms. Annals of Operatons Research, Vol. 13, 1988, pp Chabn, I. Fastest Paths n Dynamc Networks. Transportaton Scence (n press). 13. Chabn, I., and Y. He. An Analytcal Approach to Dynamc Traffc Assgnment wth Applcatons to Intellgent Transportaton Systems. Presented at Optmzaton Days, Montreal, May He, Y. A Flow-Based Approach to Dynamc Traffc Assgnment Problem: Formulatons, Algorthms and Computer Implementatons. M.S. thess. Massachusetts Insttute of Technology, Cambrdge, Publcaton of ths paper sponsored by Commttee on Transportaton Network Modelng.

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

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

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

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

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

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

- contrast so-called first-best outcome of Lindahl equilibrium with case of private provision through voluntary contributions of households

- contrast so-called first-best outcome of Lindahl equilibrium with case of private provision through voluntary contributions of households Prvate Provson - contrast so-called frst-best outcome of Lndahl equlbrum wth case of prvate provson through voluntary contrbutons of households - need to make an assumpton about how each household expects

More information

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

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

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

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

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

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

Random Variables. b 2.

Random Variables. b 2. Random Varables Generally the object of an nvestgators nterest s not necessarly the acton n the sample space but rather some functon of t. Techncally a real valued functon or mappng whose doman s the sample

More information

occurrence of a larger storm than our culvert or bridge is barely capable of handling? (what is The main question is: What is the possibility of

occurrence of a larger storm than our culvert or bridge is barely capable of handling? (what is The main question is: What is the possibility of Module 8: Probablty and Statstcal Methods n Water Resources Engneerng Bob Ptt Unversty of Alabama Tuscaloosa, AL Flow data are avalable from numerous USGS operated flow recordng statons. Data s usually

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

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

Lecture Note 2 Time Value of Money

Lecture Note 2 Time Value of Money Seg250 Management Prncples for Engneerng Managers Lecture ote 2 Tme Value of Money Department of Systems Engneerng and Engneerng Management The Chnese Unversty of Hong Kong Interest: The Cost of Money

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

references Chapters on game theory in Mas-Colell, Whinston and Green

references Chapters on game theory in Mas-Colell, Whinston and Green Syllabus. Prelmnares. Role of game theory n economcs. Normal and extensve form of a game. Game-tree. Informaton partton. Perfect recall. Perfect and mperfect nformaton. Strategy.. Statc games of complete

More information

Topics on the Border of Economics and Computation November 6, Lecture 2

Topics on the Border of Economics and Computation November 6, Lecture 2 Topcs on the Border of Economcs and Computaton November 6, 2005 Lecturer: Noam Nsan Lecture 2 Scrbe: Arel Procacca 1 Introducton Last week we dscussed the bascs of zero-sum games n strategc form. We characterzed

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

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 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

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

Dr.Ram Manohar Lohia Avadh University, Faizabad , (Uttar Pradesh) INDIA 1 Department of Computer Science & Engineering,

Dr.Ram Manohar Lohia Avadh University, Faizabad , (Uttar Pradesh) INDIA 1 Department of Computer Science & Engineering, Vnod Kumar et. al. / Internatonal Journal of Engneerng Scence and Technology Vol. 2(4) 21 473-479 Generalzaton of cost optmzaton n (S-1 S) lost sales nventory model Vnod Kumar Mshra 1 Lal Sahab Sngh 2

More information

A Network Modeling Approach for the Optimization of Internet-Based Advertising Strategies and Pricing with a Quantitative Explanation of Two Paradoxes

A Network Modeling Approach for the Optimization of Internet-Based Advertising Strategies and Pricing with a Quantitative Explanation of Two Paradoxes A Network Modelng Approach or the Optmzaton o Internet-Based Advertsng Strateges and Prcng wth a Quanttatve Explanaton o Two Paradoxes Lan Zhao Department o Mathematcs and Computer Scences SUNY/College

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

>1 indicates country i has a comparative advantage in production of j; the greater the index, the stronger the advantage. RCA 1 ij

>1 indicates country i has a comparative advantage in production of j; the greater the index, the stronger the advantage. RCA 1 ij 69 APPENDIX 1 RCA Indces In the followng we present some maor RCA ndces reported n the lterature. For addtonal varants and other RCA ndces, Memedovc (1994) and Vollrath (1991) provde more thorough revews.

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

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

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

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

2) In the medium-run/long-run, a decrease in the budget deficit will produce:

2) In the medium-run/long-run, a decrease in the budget deficit will produce: 4.02 Quz 2 Solutons Fall 2004 Multple-Choce Questons ) Consder the wage-settng and prce-settng equatons we studed n class. Suppose the markup, µ, equals 0.25, and F(u,z) = -u. What s the natural rate of

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

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

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

Elements of Economic Analysis II Lecture VI: Industry Supply

Elements of Economic Analysis II Lecture VI: Industry Supply Elements of Economc Analyss II Lecture VI: Industry Supply Ka Hao Yang 10/12/2017 In the prevous lecture, we analyzed the frm s supply decson usng a set of smple graphcal analyses. In fact, the dscusson

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

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

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

Algorithm For The Techno-Economic Optimization Applied In Projects Of Wind Parks Of Latin America.

Algorithm For The Techno-Economic Optimization Applied In Projects Of Wind Parks Of Latin America. IOSR Journal of Mechancal and Cvl Engneerng (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 13, Issue 4 Ver. VI (Jul. - Aug. 2016), PP 60-65 www.osrjournals.org Algorthm For The Techno-Economc

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

THE ECONOMICS OF TAXATION

THE ECONOMICS OF TAXATION THE ECONOMICS OF TAXATION Statc Ramsey Tax School of Economcs, Xamen Unversty Fall 2015 Overvew of Optmal Taxaton Combne lessons on ncdence and effcency costs to analyze optmal desgn of commodty taxes.

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

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

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

Least Cost Strategies for Complying with New NOx Emissions Limits

Least Cost Strategies for Complying with New NOx Emissions Limits Least Cost Strateges for Complyng wth New NOx Emssons Lmts Internatonal Assocaton for Energy Economcs New England Chapter Presented by Assef A. Zoban Tabors Caramans & Assocates Cambrdge, MA 02138 January

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

A Single-Product Inventory Model for Multiple Demand Classes 1

A Single-Product Inventory Model for Multiple Demand Classes 1 A Sngle-Product Inventory Model for Multple Demand Classes Hasan Arslan, 2 Stephen C. Graves, 3 and Thomas Roemer 4 March 5, 2005 Abstract We consder a sngle-product nventory system that serves multple

More information

CHAPTER 3: BAYESIAN DECISION THEORY

CHAPTER 3: BAYESIAN DECISION THEORY CHATER 3: BAYESIAN DECISION THEORY Decson makng under uncertanty 3 rogrammng computers to make nference from data requres nterdscplnary knowledge from statstcs and computer scence Knowledge of statstcs

More information

Notes on experimental uncertainties and their propagation

Notes on experimental uncertainties and their propagation Ed Eyler 003 otes on epermental uncertantes and ther propagaton These notes are not ntended as a complete set of lecture notes, but nstead as an enumeraton of some of the key statstcal deas needed to obtan

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

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

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

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

Robust Stochastic Lot-Sizing by Means of Histograms

Robust Stochastic Lot-Sizing by Means of Histograms Robust Stochastc Lot-Szng by Means of Hstograms Abstract Tradtonal approaches n nventory control frst estmate the demand dstrbuton among a predefned famly of dstrbutons based on data fttng of hstorcal

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

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

Stochastic ALM models - General Methodology

Stochastic ALM models - General Methodology Stochastc ALM models - General Methodology Stochastc ALM models are generally mplemented wthn separate modules: A stochastc scenaros generator (ESG) A cash-flow projecton tool (or ALM projecton) For projectng

More information

YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH A Test #2 November 03, 2014

YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH A Test #2 November 03, 2014 Famly Name prnt): YORK UNIVERSITY Faculty of Scence Department of Mathematcs and Statstcs MATH 2280.00 A Test #2 November 0, 2014 Solutons Gven Name: Student No: Sgnature: INSTRUCTIONS: 1. Please wrte

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

OCR Statistics 1 Working with data. Section 2: Measures of location

OCR Statistics 1 Working with data. Section 2: Measures of location OCR Statstcs 1 Workng wth data Secton 2: Measures of locaton Notes and Examples These notes have sub-sectons on: The medan Estmatng the medan from grouped data The mean Estmatng the mean from grouped data

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

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

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

The Integration of the Israel Labour Force Survey with the National Insurance File

The Integration of the Israel Labour Force Survey with the National Insurance File The Integraton of the Israel Labour Force Survey wth the Natonal Insurance Fle Natale SHLOMO Central Bureau of Statstcs Kanfey Nesharm St. 66, corner of Bach Street, Jerusalem Natales@cbs.gov.l Abstact:

More information

7.4. Annuities. Investigate

7.4. Annuities. Investigate 7.4 Annutes How would you lke to be a mllonare wthout workng all your lfe to earn t? Perhaps f you were lucky enough to wn a lottery or have an amazng run on a televson game show, t would happen. For most

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

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

A Case Study for Optimal Dynamic Simulation Allocation in Ordinal Optimization 1

A Case Study for Optimal Dynamic Simulation Allocation in Ordinal Optimization 1 A Case Study for Optmal Dynamc Smulaton Allocaton n Ordnal Optmzaton Chun-Hung Chen, Dongha He, and Mchael Fu 4 Abstract Ordnal Optmzaton has emerged as an effcent technque for smulaton and optmzaton.

More information

The convolution computation for Perfectly Matched Boundary Layer algorithm in finite differences

The convolution computation for Perfectly Matched Boundary Layer algorithm in finite differences The convoluton computaton for Perfectly Matched Boundary Layer algorthm n fnte dfferences Herman Jaramllo May 10, 2016 1 Introducton Ths s an exercse to help on the understandng on some mportant ssues

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

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

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

Stochastic job-shop scheduling: A hybrid approach combining pseudo particle swarm optimization and the Monte Carlo method

Stochastic job-shop scheduling: A hybrid approach combining pseudo particle swarm optimization and the Monte Carlo method 123456789 Bulletn of the JSME Journal of Advanced Mechancal Desgn, Systems, and Manufacturng Vol.10, No.3, 2016 Stochastc job-shop schedulng: A hybrd approach combnng pseudo partcle swarm optmzaton and

More information

Optimal Service-Based Procurement with Heterogeneous Suppliers

Optimal Service-Based Procurement with Heterogeneous Suppliers Optmal Servce-Based Procurement wth Heterogeneous Supplers Ehsan Elah 1 Saf Benjaafar 2 Karen L. Donohue 3 1 College of Management, Unversty of Massachusetts, Boston, MA 02125 2 Industral & Systems Engneerng,

More information

A New Uniform-based Resource Constrained Total Project Float Measure (U-RCTPF) Roni Levi. Research & Engineering, Haifa, Israel

A New Uniform-based Resource Constrained Total Project Float Measure (U-RCTPF) Roni Levi. Research & Engineering, Haifa, Israel Management Studes, August 2014, Vol. 2, No. 8, 533-540 do: 10.17265/2328-2185/2014.08.005 D DAVID PUBLISHING A New Unform-based Resource Constraned Total Project Float Measure (U-RCTPF) Ron Lev Research

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

Raising Food Prices and Welfare Change: A Simple Calibration. Xiaohua Yu

Raising Food Prices and Welfare Change: A Simple Calibration. Xiaohua Yu Rasng Food Prces and Welfare Change: A Smple Calbraton Xaohua Yu Professor of Agrcultural Economcs Courant Research Centre Poverty, Equty and Growth Unversty of Göttngen CRC-PEG, Wlhelm-weber-Str. 2 3773

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

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

Tree-based and GA tools for optimal sampling design

Tree-based and GA tools for optimal sampling design Tree-based and GA tools for optmal samplng desgn The R User Conference 2008 August 2-4, Technsche Unverstät Dortmund, Germany Marco Balln, Gulo Barcarol Isttuto Nazonale d Statstca (ISTAT) Defnton of the

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

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

Теоретические основы и методология имитационного и комплексного моделирования

Теоретические основы и методология имитационного и комплексного моделирования MONTE-CARLO STATISTICAL MODELLING METHOD USING FOR INVESTIGA- TION OF ECONOMIC AND SOCIAL SYSTEMS Vladmrs Jansons, Vtaljs Jurenoks, Konstantns Ddenko (Latva). THE COMMO SCHEME OF USI G OF TRADITIO AL METHOD

More information

Understanding price volatility in electricity markets

Understanding price volatility in electricity markets Proceedngs of the 33rd Hawa Internatonal Conference on System Scences - 2 Understandng prce volatlty n electrcty markets Fernando L. Alvarado, The Unversty of Wsconsn Rajesh Rajaraman, Chrstensen Assocates

More information

Mechanisms for Efficient Allocation in Divisible Capacity Networks

Mechanisms for Efficient Allocation in Divisible Capacity Networks Mechansms for Effcent Allocaton n Dvsble Capacty Networks Antons Dmaks, Rahul Jan and Jean Walrand EECS Department Unversty of Calforna, Berkeley {dmaks,ran,wlr}@eecs.berkeley.edu Abstract We propose a

More information

Money, Banking, and Financial Markets (Econ 353) Midterm Examination I June 27, Name Univ. Id #

Money, Banking, and Financial Markets (Econ 353) Midterm Examination I June 27, Name Univ. Id # Money, Bankng, and Fnancal Markets (Econ 353) Mdterm Examnaton I June 27, 2005 Name Unv. Id # Note: Each multple-choce queston s worth 4 ponts. Problems 20, 21, and 22 carry 10, 8, and 10 ponts, respectvely.

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

Physics 4A. Error Analysis or Experimental Uncertainty. Error

Physics 4A. Error Analysis or Experimental Uncertainty. Error Physcs 4A Error Analyss or Expermental Uncertanty Slde Slde 2 Slde 3 Slde 4 Slde 5 Slde 6 Slde 7 Slde 8 Slde 9 Slde 0 Slde Slde 2 Slde 3 Slde 4 Slde 5 Slde 6 Slde 7 Slde 8 Slde 9 Slde 20 Slde 2 Error n

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

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

Clearing Notice SIX x-clear Ltd

Clearing Notice SIX x-clear Ltd Clearng Notce SIX x-clear Ltd 1.0 Overvew Changes to margn and default fund model arrangements SIX x-clear ( x-clear ) s closely montorng the CCP envronment n Europe as well as the needs of ts Members.

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

UNIVERSITY OF NOTTINGHAM

UNIVERSITY OF NOTTINGHAM UNIVERSITY OF NOTTINGHAM SCHOOL OF ECONOMICS DISCUSSION PAPER 99/28 Welfare Analyss n a Cournot Game wth a Publc Good by Indraneel Dasgupta School of Economcs, Unversty of Nottngham, Nottngham NG7 2RD,

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

Chapter 5 Student Lecture Notes 5-1

Chapter 5 Student Lecture Notes 5-1 Chapter 5 Student Lecture Notes 5-1 Basc Busness Statstcs (9 th Edton) Chapter 5 Some Important Dscrete Probablty Dstrbutons 004 Prentce-Hall, Inc. Chap 5-1 Chapter Topcs The Probablty Dstrbuton of a Dscrete

More information

An Application of Alternative Weighting Matrix Collapsing Approaches for Improving Sample Estimates

An Application of Alternative Weighting Matrix Collapsing Approaches for Improving Sample Estimates Secton on Survey Research Methods An Applcaton of Alternatve Weghtng Matrx Collapsng Approaches for Improvng Sample Estmates Lnda Tompkns 1, Jay J. Km 2 1 Centers for Dsease Control and Preventon, atonal

More information

Prospect Theory and Asset Prices

Prospect Theory and Asset Prices Fnance 400 A. Penat - G. Pennacch Prospect Theory and Asset Prces These notes consder the asset prcng mplcatons of nvestor behavor that ncorporates Prospect Theory. It summarzes an artcle by N. Barbers,

More information