More Network Flow Applications

Size: px
Start display at page:

Download "More Network Flow Applications"

Transcription

1 Chaper 19 More Nework Flow Applicaions CS 473: Fundamenal Algorihms, Spring 2011 April 5, Edge disjoin pahs Edge-disjoin pahs in a direced graphs Quesion Given a graph G (eiher direced or undireced), wo verices s and, and a parameer k, he ask is o compue k pahs from s o in G, such ha hey are edge disjoin; namely, hese pahs do no share an edge. To solve his problem, we will conver G (assume G is a direced graph for he ime being) ino a nework flow graph H, such ha every edge has capaciy 1. Find he maximum flow in G (beween s and ). We claim ha he value of he maximum flow in he nework H, is equal o he number of edge disjoin pahs in G. Lemma If here are k edge disjoin pahs in G beween s and, hen he maximum flow in H is a leas k. Proof : Given k such edge disjoin pahs, push one uni of flow along each such pah. The resuling flow is legal in h and i has value k. Definiion (0/1-flow.) A flow f is 0/1-flow if every edge has eiher no flow on i, or one uni of flow. Lemma Le f be a 0/1 flow in a nework H wih flow value µ. Then here are µ edge disjoin pahs beween s and in H. Proof : By inducion on he number of edges in H ha has one uni of flow assigned o hem by f. If µ = 0 hen here is nohing o prove. 1

2 Oherwise, sar raversing he graph H from s raveling only along edges wih flow 1 assigned o hem by f. We mark such an edge as used, and do no allow one o ravel on such an edge again. There are wo possibiliies: (i) We reached he arge verex. In his case, we ake his pah, add i o he se of oupu pahs, and reduce he flow along he edges of he generaed pah π o 0. Le H be he resuling flow nework and f he resuling flow. We have f = µ 1, H has less edges, and by inducion, i has µ 1 edge disjoin pahs in H beween s and. Togeher wih π his forms µ such pahs. (ii) We visi a verex v for he second ime. In his case, our raversal conains a cycle C, of edges in H ha have flow 1 on hem. We se he flow along he edges of C o 0 and use inducion on he remaining graph (since i has less edges wih flow 1 on hem). The value of he flow f did no change by removing C, and as such i follows by inducion ha here are µ edge disjoin pahs beween s and in H. Since he graph G is simple, here are a mos n = V (H) edges ha leave s. As such, he maximum flow in H is n. Thus, applying he Ford-Fulkerson algorihm, akes O(mn) ime. The exracion of he pahs can also be done in linear ime by applying he algorihm in he proof of Lemma As such, we ge: Theorem Given a direced graph G wih n verices and m edges, and wo verices s and, one can compue he maximum number of edge disjoin pahs beween s and in H, in O(mn) ime. As a consequence we ge he following cue resul: Lemma In a direced graph G wih nodes s and he maximum number of edge disjoin s pahs is equal o he minimum number of edges whose removal separaes s from. Proof : Le U be a collecion of edge-disjoin pahs from s o in G. If we remove a se F of edges from G and separae s from, hen i mus be ha every pah in U uses a leas one edge of F. Thus, he number of edge-disjoin pahs is bounded by he number of edges needed o be removed o separae s and. Namely, U F. As for he oher direcion, le F be a se of edges has is removal separaes s and. We claim ha he se F form a cu in G beween s and. Indeed, le S be he se of all verices in G ha are reachable from s wihou using an edge of F. Clearly, if F is minimal hen i mus be all he edges of he cu (S, T ) (in paricular, if F conains some edge which is no in (S, T ) we can remove i and ge a smaller separaing se of edges). In paricular, he smalles se F wih his separaing propery has he same size as he minimum cu beween s and in G, which is by he max-flow mincu heorem, also he maximum flow in he graph G (where every edge has capaciy 1). Bu hen, by Theorem , here are F edge disjoin pahs in G (since F is he amoun of he maximum flow). 2

3 Edge-disjoin pahs in undireced graphs We would like o solve he s- disjoin pah problem for an undireced graph. Problem Given undireced graph G, s and, find he maximum number of edgedisjoin pahs in G beween s and. The naural approach is o duplicae every edge in he undireced graph G, and ge a (new) direced graph H. Nex, apply he algorihm of Secion o H. So compue for H he maximum flow f (where every edge has capaciy 1). The problem is he flow f migh use simulaneously he wo edges (u v) and (v u). Observe, however, ha in such case we can remove boh edges from he flow f. In he resuling flow is legal and has he same value. As such, if we repeaedly remove hose double edges from he flow f, he resuling flow f has he same value. Nex, we exrac he edge disjoin pahs from he graph, and he resuling pahs are now edge disjoin in he original graph. Lemma There are k edge-disjoin pahs in an undireced graph G from s o if and only if he maximum value of an s flow in he direced version H of G is a leas k. Furhermore, he Ford-Fulkerson algorihm can be used o find he maximum se of disjoin s- pahs in G in O(mn) ime Applicaions Survey design We would like o design a survey of producs used by consumers (i.e., Consumer i: wha did you hink of produc j? ). The ih consumer agreed in advance o answer a cerain number of quesions in he range [c i, c i]. Similarly, for each produc j we would like o have a leas p j opinions abou i, bu no more han p j. Each consumer can be asked abou a subse of he producs which hey consumed. In paricular, we assume ha we know in advance all he producs each consumer used, and he above consrains. The quesion is how o assign quesions o consumers, so ha we ge all he informaion we wan o ge, and every consumer is being asked a valid number of quesions. The idea of our soluion is o reduce he design of he survey o he problem of compuing a circulaion in graph. Firs, we build a biparie graph having consumers on one side, and producs on he oher side. Nex, we inser he edge beween consumer i and produc j if he produc was used by his consumer. The capaciy of his edge is going o be 1. Inuiively, we are going o compue a flow in his nework which is going o be an ineger number. As such, every edge would be assigned eiher 0 or 1, where 1 is inerpreed as asking he consumer abou his produc. 3

4 1: Boson (depar 6 A.M.) - Washingon DC (arrive 7 A.M,). 2: Urbana (depar 7 A.M.) - Champaign (arrive 8 A.M.) 3: Washingon (depar 8 A.M.) - Los Angeles (arrive 11 A.M.) 4: Urbana (depar 11 A.M.) - San Francisco (arrive 2 P.M.) 5: San Francisco (depar 2:15 P.M.) - Seale (arrive 3:15 P.M.) 6: Las Vegas (depar 5 P.M.) - Seale (arrive 6 P.M.) (i) (ii) 5 Figure 19.1: (i) a se F of flighs ha have o be served, and (ii) he corresponding graph G represening hese flighs. The nex sep, is o connec a source o all he consumers, where he edge (s i) has lower bound c i and c i, c i p j, p j 0, 1 upper bound c i. Similarly, we connec all he producs o he desinaion, where (j ) has lower bound p j and upper bound p s j. We would like o compue a flow from s o in his nework ha comply wih he consrains. However, we only know how o compue a circulaion on such a nework. To overcome his, we creae an edge wih infinie capaciy beween and s. Now, we are only looking for a valid circulaion in he resuling graph G which complies wih he aforemenioned consrains. See figure on he righ for an example of G. Given a circulaion f in G i is sraighforward o inerpre i as a survey design (i.e., all middle edges wih flow 1 are quesions o be asked in he survey). Similarly, one can verify ha given a valid survey, i can be inerpreed as a valid circulaion in G. Thus, compuing circulaion in G indeed solves our problem. We summarize: Lemma Given n consumers and u producs wih heir consrains c 1, c 1, c 2, c 2,..., c n, c n, p 1, p 1,..., p u, p u and a lis of lengh m of which producs where used by which consumers. An algorihm can compue a valid survey under hese consrains, if such a survey exiss, in ime O((n + u)m 2 ) Airline Scheduling Problem Given informaion abou flighs ha an airline needs o provide, generae a profiable schedule. The inpu is a deailed informaion abou legs of fligh ha he airline need o serve. We denoe his se of flighs by F. We would like o find he minimum number of airplanes needed o carry ou his schedule. For an example of possible inpu, see Figure 19.1 (i). 4

5 We can use he same airplane for wo segmens i and j if he desinaion of i is he origin of he segmen j and here is enough ime in beween he wo flighs for required mainenance. Alernaively, he airplane can fly from des(i) o origin(j) (assuming ha he ime consrains are saisfied). Example As a concree example, consider he flighs: 1. Boson (depar 6 A.M.) - Washingon D.C. (arrive 7 A.M,). 2. Washingon (depar 8 A.M.) - Los Angeles (arrive 11 A.M.) 3. Las Vegas (depar 5 P.M.) - Seale (arrive 6 P.M.) This schedule can be served by a single airplane by adding he leg Los-Angeles (depar 12 noon)- Las Vegas (1 P,M.) o his schedule Modeling he problem The idea is o model he feasibiliy consrains by a graph. Specifically, G is going o be a direced graph over he fligh legs. For i and j, wo given fligh legs, he edge (i j) will be presen in he graph G if he same airplane can serve boh i and j; namely, he same airplane can perform leg i and aferwards serves he leg j. Thus, he graph G is acyclic. Indeed, since we can have an edge (i j) only if he fligh j comes afer he fligh i (in ime), i follows ha we can no have cycles. We need o decide if all he required legs can be served using only k airplanes? Soluion k s k 1, 1 u 1 v 1 1, 1 u 2 v 2 1, 1 u 3 v 3 u 1, 1 4 v 4 1, 1 u 5 v 5 1, 1 u 6 v 6 Figure 19.2: The resuling graph H for he insance of airline scheduling from Figure The idea is o perform a reducion of his problem o he compuaion of circulaion. Specifically, we consruc a graph H, as follows: For every leg i, we inroduce wo verices u i, v i V (H). We also add a source verex s and a sink verex o H. We se he demand a o be k, and he demand a s o be k (i.e., k unis of flow are leaving s and need o arrive o T ). Each fligh on he lis mus be served. This is forced by inroducing an edge e i = (u i v i ), for each leg i. We also se he lower bound on e i o be 1, and he capaciy on e i o be 1 (i.e., l(e i ) = 1 and c(e i ) = 1). 5 k

6 If he same plane can perform fligh i and j (i.e., (i j) E(G)) hen add an edge (v i u j ) wih capaciy 1 o H (wih no lower bound consrain). Since any airplane can sar he day wih fligh i, we add an edge (s u i ) wih capaciy 1 o H, for all flighs i. Similarly, any airplane can end he day by serving he fligh j. Thus, we add edge (v j ) wih capaciy 1 o G, for all flighs j. If we have exra planes, we do no have o use hem. As such, we inroduce a overflow edge (s ) wih capaciy k, ha can carry over all he unneeded airplanes from s direcly o. Le H denoe he resuling graph. See Figure 19.2 for an example. Lemma There is a way o perform all flighs of F using a mos k planes if and only if here is a feasible circulaion in he nework H. Proof : Assume here is a way o perform he flighs using k k flighs. Consider such a feasible schedule. The schedule of an airplane in his schedule defines a pah π in he nework H ha sars a s and ends a, and we send one uni of flow on each such pah. We also send k k unis of flow on he edge (s ). Noe, ha since he schedule is feasible, all legs are being served by some airplane. As such, all he middle edges wih lower-bound 1 are being saisfied. Thus, his resuls is a valid circulaion in H ha saisfies all he given consrains. As for he oher direcion, consider a feasible circulaion in H. This is an ineger valued circulaion by he Inegraliy heorem. Suppose ha k unis of flow are sen beween s and (ignoring he flow on he edge (s )). All he edges of H (excep (s )) have capaciy 1, and as such he circulaion on all oher edges is eiher zero or one (by he Inegraliy heorem). We conver his ino k pahs by repeaedly raversing from he verex s o he desinaion, removing he edges we are using in each such pah afer exracing i (as we did for he k disjoin pahs problem). Since we never use an edge wice, and H is acyclic, i follows ha we would exrac k pahs. Each of hose pahs correspond o one airplane, and he overall schedule for he airplanes is valid, since all required legs are being served (by he lower-bound consrain). Exensions and limiaions. There are a lo of oher consideraions ha we ignored in he above problem: (i) airplanes have o undergo long erm mainenance reamens every once in awhile, (ii) one needs o allocae crew o hese flighs, (iii) schedule differ beween days, and (iv) ulimaely we ineresed in maximizing revenue (a much more fluffy concep and much harder o explicily describe). In paricular, while nework flow is used in pracice, real world problems are complicaed, and nework flow can capure only a few aspecs. More han undermining he usefulness of nework flow, his emphasize he complexiy of real-world problems. 6

7 (i) (ii) Figure 19.3: The (i) inpu image, and (ii) a possible segmenaion of he image Image Segmenaion In he image segmenaion problem, he inpu is an image, and we would like o pariion i ino background and foreground. For an example, see Figure The inpu is a bimap on a grid where every grid node represens a pixel. We cover his grid ino a direced graph G, by inerpreing every edge of he grid as wo direced edges. See he figure on he righ o see how he resuling graph looks like. Specifically, he inpu for ou problem is as follows: A bimap of size N N, wih an associaed direced graph G = (V, E). For every pixel i, we have a value f i 0, which is an esimae of he likelihood of his pixel o be in foreground (i.e., he larger f i is he more probable ha i is in he foreground) For every pixel i, we have (similarly) an esimae b i of he likelihood of pixel i o be in background. For every wo adjacen pixels i and j we have a separaion penaly p ij, which is he price of separaing i from j. This quaniy is defined only for adjacen pixels in he bimap. (For he sake of simpliciy of exposiion we assume ha p ij = p ji. Noe, however, ha his assumpion is no necessary for our discussion.) Problem Given inpu as above, pariion V (he se of pixels) ino wo disjoin subses F and B, such ha q(f, B) = f i + b i p ij. i F i B 7 (i,j) E, F {i,j} =1

8 is maximized. We can rewrie q(f, B) as: q(f, B) = i F f i + j B b j (i,j) E, F {i,j} =1 p ij = i v (f i + b i ) i B f i j F b j (i,j) E, F {i,j} =1 Since he erm i v (f i + b i ) is a consan, maximizing q(f, B) is equivalen o minimizing u(f, B), where u(f, B) = f i + b j + p ij. (19.1) i B j F (i,j) E, F {i,j} =1 How do we compue his pariion. Well, he basic idea is o compue a minimum cu in a graph such has is price would correspond o u(f, B). Before dwelling ino he exac deails, i is useful o play around wih some oy examples o ge some inuiion. Noe, ha we are using he max-flow algorihm as an algorihm for compuing minimum direced cu. To begin wih, consider a graph having a source s, a verex i, and f s i b i i a sink. We se he price of (s i) o be f i and he price of he edge (i ) o be b i. Clearly, here are wo possible cus in he graph, eiher ({s, i}, {}) (wih a price b i ) or ({s}, {i, }) (wih a price f i ). In paricular, every pah of lengh 2 in he graph beween s and forces he algorihm compuing he minimum-cu (via nework flow) o choose one of he edges, o he cu, where he algorihm prefers he edge wih lower price. Nex, consider a bimap wih wo verices i an j ha are adjacen. f i i b i Clearly, minimizing he firs wo erms in Eq. (19.1) is easy, by generaing s f j j lengh wo parallel pahs beween s and hrough i and j. See figure b j on he righ. Clearly, he price of a cu in his graph is exacly he price of he pariion of {i, j} ino background and foreground ses. However, his ignores he separaion penaly p ij. To his end, we inroduce wo new edges (i j) and (j i) ino he graph and se heir price o be p ij. Clearly, a price of a cu in he graph can be inerpreed as he value of u(f, B) of he s f i p ij f j corresponding ses F and B, since all he edges in he segmenaion from nodes of F o nodes of B are conribuing heir separaion price o he cu price. Thus, if we exend his idea o he direced graph G, he minimum-cu in he resuling graph would corresponds o he required segmenaion. Le us recap: Given he direced grid graph G = (V, E) we add wo special source and sink verices, denoed by s and respecively. Nex, for all he pixels i V, we add an edge e i = (s i) o he graph, seing is capaciy o be c(e i ) = f i. Similarly, we add he edge e i = (j ) wih capaciy c(e i) = b i. Similarly, for every pair of verices i.j in ha grid ha are adjacen, we assign he cos p ij o he edges (i j) and (j i). Le H denoe he resuling graph. The following lemma, follows by he above discussion. 8 i j b i p ij b j p ij.

9 Lemma A minimum cu (F, B) in H minimizes u(f, B). Using he minimum-cu max-flow heorem, we have: Theorem One can solve he segmenaion problem, in polynomial ime, by compuing he max flow in he graph H Projec Selecion You have a small company which can carry ou some projecs ou of a se of projecs P. Associaed wih each projec i P is a revenue p i, where p i > 0 is a profiable projec and p i < 0 is a losing projec. To make hings ineresing, here is dependency beween projecs. Namely, one has o complee some infrasrucure projecs before one is able o do oher projecs. Namely, you are provided wih a graph G = (P, E) such ha (i j) E if and only j is a prerequisie for i. Definiion A se A P is feasible if for all i A, all he prerequisies of i are also in A. Formally, for all i A, wih an edge (i j) E, we have j A. The profi associaed wih a se of projecs A P is profi(a) = i A p i. Problem (Projec Selecion Problem.) Selec a feasible se of projecs maximizing he overall profi. The idea of he soluion is o reduce he problem o a minimum-cu in a graph, in a similar fashion o wha we did in he image segmenaion problem The reducion The reducion works by adding wo verices s and o he graph G, we also perform he following modificaions: For all projecs i P wih posiive revenue (i.e., p i > 0) add he e i = (s i) o G and se he capaciy of he edge o be c(e i ) = p i. Similarly, for all projecs j P, wih negaive revenue (k.e., p j e j = (j ) o G and se he edge capaciy o c(e j) = p j. < 0) add he edge Compue a bound on he max flow (and hus also profi) in his nework: C = i P,p i >0 p i. Se capaciy of all oher edges in G o 4C (hese are he dependency edges in he projec, and inuiively hey are oo expensive o be broken by a cu). Le H denoe he resuling nework. Le A P Be a se of feasible projecs, and le A = A {s} and B = (P \ A) {}. Consider he s- cu (A, B ) in H. Noe, ha no edge in E(G) is of (A, B ) since A is a feasible se. 9

10 Lemma The capaciy of he cu (A, B ), as defined by a feasible projec se A, is c(a, B ) = C i A p i = C profi(a). Proof : The edges of H are eiher: (i) Edges of G, (ii) edges emanaing from s, and (iii) edges enering. Since A is feasible, i follows ha no edges of ype (i) conribue o he cu. The edges enering conribue o he cu he value X = The edges leaving he source s conribue Y = i/ A and p i >0 p i = i P,p i >0 by he definiion of C. The capaciy of he cu (A, B ) is as claimed. X + Y = i A and p i <0 ( p i ) + C i A and p i <0 p i p i. i A and p i >0 p i = C i A and p i >0 p i. = C i A i A and p i >0 p i, p i = C profi(a), Lemma If (A, B ) is a cu wih capaciy a mos C in G, hen he se A = A \ {s} is a feasible se of projecs. Namely, cus (A, B ) of capaciy C in H corresponds one-o-one o feasible ses which are profiable. Proof : Since c(a, B ) C i mus no cu any of he edges of G, since he price of such an edge is 4C. As such, A mus be a feasible se. Puing everyhing ogeher, we are looking for a feasible se ha maximizes i A p i. This corresponds o a se A = A {S} of verices in H ha minimizes C i A p i, which is also he cu capaciy (A, B ). Thus, compuing a minimum-cu in H corresponds o compuing he mos profiable feasible se of projecs. Theorem If (A, B ) is a minimum cu in H hen A = A \ {s} is an opimum soluion o he projec selecion problem. In paricular, using nework flow he opimal soluion can be compued in polynomial ime. 10

11 Baseball eliminaion There is a baseball league aking place and i is nearing he end of he season. One would like o know which eams are sill candidaes o winning he season. Example There 4 eams ha have he following number of wins: New York: 92, Balimore: 91, Torono: 91, Boson: 90, and here are 5 games remaining (all pairs excep New York and Boson). We would like o decide if Boson can sill win he season? Namely, can Boson finish he season wih as many poin as anybody else? (We are assuming here ha a every game he winning eam ges one poin and he losing eam ges nada. 1 ) Firs analysis. Observe, ha Boson can ge a mos 92 wins. In paricular, if New York wins any game hen i is over since New-York would have 93 poins. Thus, o Boson o have any hope i mus be ha boh Balimore wins agains New York and Torono wins agains New York. A his poin in ime, boh eams have 92 poins. Bu now, hey play agains each oher, and one of hem would ge 93 wins. So Boson is eliminaed! Second analysis. As before, Boson can ge a mos 92 wins. All hree oher eams ges X = (5 2) poins ogeher by he end of he league. As such, one of hese hree eams will ge X/3 = 93 poins, and as such Boson is eliminaed. While he analysis of he above example is very cue, i is oo edious o be done each ime we wan o solve his problem. No o menion ha i is unclear how o exend hese analyses o oher cases Problem definiion Problem The inpu is a se S of eams, where for every eam x S, he eam has w x poins accumulaed so far. For every pair of eams x, y S we know ha here are g xy games remaining beween x and y. Given a specific eam z, we would like o decide if z is eliminaed? Alernaively, is here away such z would ge as many wins as anybody else by he end of he season? Soluion Firs, we can assume ha z wins all is remaining games, and le m be he number of poins z has in his case. Our purpose now is o build a nework flow so we can verify ha no oher eam mus ge more han m poins. 1 nada = nohing. 11

12 To his end, le s be he source (i.e., he source of wins). For every remaining game, a flow of one uni would go from s o one of he eams playing i. Every eam can have a mos m w x flow from i o he arge. If he max flow in his nework has value α = x,y z,x<y (which is he maximum flow possible) hen here is a scenario such ha all oher eams ges a mos m poins and z can win he season. Negaing his saemen, we have ha if he maximum flow is smaller han α hen z is eliminaed, since here mus be a eam ha ges more han m poins. Consrucion. Le S = S \ {z} be he se of eams, and le α = g xy. We creae a {x,y} S nework flow G. For every eam x S we add a verex v x o he nework G. We also add he source and sink verices, s and, respecively, o G. For every pair of eams x, y S, such ha g xy > 0 we creae a node u xy, and add an edge (s u xy ) wih capaciy g xy o G. We also add he edge (u xy v x ) and (u xy v y ) wih infinie capaciy o G. Finally, for each eam x we add he edge (v x ) wih capaciy m w x o G. How he relevan edges look like for a pair of eams x and y is depiced on he righ. g xy s g xy u xy v x v y m w x m w y Analysis. If here is a flow of value α in G hen here is a way ha all eams ge a mos m wins. Similarly, if here exiss a scenario such ha z ies or ges firs place hen we can ranslae his ino a flow in G of value α. This implies he following resul. Theorem Team z has been eliminaed if and only if he maximum flow in G has value sricly smaller han α. Thus, we can es in polynomial ime if z has been eliminaed A compac proof of a eam being eliminaed Ineresingly, once z is eliminaed, we can generae a compac proof of his fac. Theorem Suppose ha eam z has been eliminaed. Then here exiss a proof of his fac of he following form: 1. The eam z can finish wih a mos m wins. 2. There is a se of eams Ŝ S so ha w x + g xy > m Ŝ. s Ŝ {x,y} Ŝ (And hence one of he eams in Ŝ mus end wih sricly more han m wins.) 12

13 Proof : If z is eliminaed hen he max flow in G has value γ, which is smaller han α. By he minimum-cu max-flow } heorem, here exiss a minimum cu (S, T ) of capaciy γ in G, and le {x Ŝ = v x S Claim For any wo eams x and y for which he verex u xy exiss, we have ha u xy S if and only if boh x and y are in Ŝ. Proof : ( ) x / Ŝ or y / Ŝ = u xy / S : If x is no in Ŝ hen v x is in T. Bu hen, if u xy is in S he edge (u xy v x ) is in he cu. However, his edge has infinie capaciy, which implies his cu is no a minimum cu (in paricular, (S, T ) is a cu wih capaciy smaller han α). As such, in such a case u xy mus be in T. This implies ha if eiher x or y are no in Ŝ hen i mus be ha u xy T. (And as such u xy / S.) x Ŝ and y Ŝ = u xy S : Assume ha boh x and y are in Ŝ, hen v x and v y are in S. We need o prove ha u xy S. If u xy T hen consider he new cu formed by moving u xy o S. For he new cu (S, T ) we have c(s, T ) = c(s, T ) c ( (s u xy ) ). s g xy u xy v x v y m w x m w y Namely, he cu (S, T ) has a lower capaciy han he minimum cu (S, T ), which is a conradicion. See figure on he righ for his impossible cu. We conclude ha u xy S. The above argumenaion implies ha edges of he ype (u xy v x ) can no be in he cu (S, T ). As such, here are wo ype of edges in he cu (S, T ): (i) (v x ), for x Ŝ, and (ii) (s u xy ) where a leas one of x or y is no in Ŝ. As such, he capaciy of he cu (S, T ) is c(s, T ) = x Ŝ (m w x ) + {x,y} Ŝ However, c(s, T ) = γ < α, and i follows ha m Ŝ w x x Ŝ Namely, x Ŝ w x + {x,y} Ŝ g xy = m Ŝ w x + α x Ŝ {x,y} Ŝ g xy > m Ŝ, as claimed. 13 g xy < α α = 0. {x,y} Ŝ g xy.

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs Chaper 13 Nework Flow III Applicaion CS 573: Algorihm, Fall 014 Ocober 9, 014 13.1 Edge dijoin pah 13.1.1 Edge-dijoin pah in a direced graph 13.1.1.1 Edge dijoin pah queiong: graph (dir/undir)., : verice.

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

MTH6121 Introduction to Mathematical Finance Lesson 5

MTH6121 Introduction to Mathematical Finance Lesson 5 26 MTH6121 Inroducion o Mahemaical Finance Lesson 5 Conens 2.3 Brownian moion wih drif........................... 27 2.4 Geomeric Brownian moion........................... 28 2.5 Convergence of random

More information

Permutations and Combinations

Permutations and Combinations Permuaions and Combinaions Combinaorics Copyrigh Sandards 006, Tes - ANSWERS Barry Mabillard. 0 www.mah0s.com 1. Deermine he middle erm in he expansion of ( a b) To ge he k-value for he middle erm, divide

More information

AP Calculus BC 2010 Scoring Guidelines

AP Calculus BC 2010 Scoring Guidelines AP Calculus BC Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in, he College Board

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

4 Convolution. Recommended Problems. x2[n] 1 2[n]

4 Convolution. Recommended Problems. x2[n] 1 2[n] 4 Convoluion Recommended Problems P4.1 This problem is a simple example of he use of superposiion. Suppose ha a discree-ime linear sysem has oupus y[n] for he given inpus x[n] as shown in Figure P4.1-1.

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

AP Calculus AB 2013 Scoring Guidelines

AP Calculus AB 2013 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a mission-driven no-for-profi organizaion ha connecs sudens o college success and opporuniy. Founded in 19, he College Board was

More information

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m Chaper 2 Problems 2.1 During a hard sneeze, your eyes migh shu for 0.5s. If you are driving a car a 90km/h during such a sneeze, how far does he car move during ha ime s = 90km 1000m h 1km 1h 3600s = 25m

More information

2.4 Network flows. Many direct and indirect applications telecommunication transportation (public, freight, railway, air, ) logistics

2.4 Network flows. Many direct and indirect applications telecommunication transportation (public, freight, railway, air, ) logistics .4 Nework flow Problem involving he diribuion of a given produc (e.g., waer, ga, daa, ) from a e of producion locaion o a e of uer o a o opimize a given objecive funcion (e.g., amoun of produc, co,...).

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS

STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS ELLIOT ANSHELEVICH, DAVID KEMPE, AND JON KLEINBERG Absrac. In he dynamic load balancing problem, we seek o keep he job load roughly

More information

Capacitors and inductors

Capacitors and inductors Capaciors and inducors We coninue wih our analysis of linear circuis by inroducing wo new passive and linear elemens: he capacior and he inducor. All he mehods developed so far for he analysis of linear

More information

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009 ull-wave recificaion, bulk capacior calculaions Chris Basso January 9 This shor paper shows how o calculae he bulk capacior value based on ripple specificaions and evaluae he rms curren ha crosses i. oal

More information

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1 Answer, Key Homework 2 Daid McInyre 4123 Mar 2, 2004 1 This prin-ou should hae 1 quesions. Muliple-choice quesions may coninue on he ne column or page find all choices before making your selecion. The

More information

Newton s Laws of Motion

Newton s Laws of Motion Newon s Laws of Moion MS4414 Theoreical Mechanics Firs Law velociy. In he absence of exernal forces, a body moves in a sraigh line wih consan F = 0 = v = cons. Khan Academy Newon I. Second Law body. The

More information

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations.

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations. Differenial Equaions Linear sysems are ofen described using differenial equaions. For example: d 2 y d 2 + 5dy + 6y f() d where f() is he inpu o he sysem and y() is he oupu. We know how o solve for y given

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides 7 Laplace ransform. Solving linear ODE wih piecewise coninuous righ hand sides In his lecure I will show how o apply he Laplace ransform o he ODE Ly = f wih piecewise coninuous f. Definiion. A funcion

More information

Inductance and Transient Circuits

Inductance and Transient Circuits Chaper H Inducance and Transien Circuis Blinn College - Physics 2426 - Terry Honan As a consequence of Faraday's law a changing curren hrough one coil induces an EMF in anoher coil; his is known as muual

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

Strategic Optimization of a Transportation Distribution Network

Strategic Optimization of a Transportation Distribution Network Sraegic Opimizaion of a Transporaion Disribuion Nework K. John Sophabmixay, Sco J. Mason, Manuel D. Rossei Deparmen of Indusrial Engineering Universiy of Arkansas 4207 Bell Engineering Cener Fayeeville,

More information

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS R. Caballero, E. Cerdá, M. M. Muñoz and L. Rey () Deparmen of Applied Economics (Mahemaics), Universiy of Málaga,

More information

Chapter 2 Kinematics in One Dimension

Chapter 2 Kinematics in One Dimension Chaper Kinemaics in One Dimension Chaper DESCRIBING MOTION:KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings moe how far (disance and displacemen), how fas (speed and elociy), and how

More information

Task is a schedulable entity, i.e., a thread

Task is a schedulable entity, i.e., a thread Real-Time Scheduling Sysem Model Task is a schedulable eniy, i.e., a hread Time consrains of periodic ask T: - s: saring poin - e: processing ime of T - d: deadline of T - p: period of T Periodic ask T

More information

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1 Absrac number: 05-0407 Single-machine Scheduling wih Periodic Mainenance and boh Preempive and Non-preempive jobs in Remanufacuring Sysem Liu Biyu hen Weida (School of Economics and Managemen Souheas Universiy

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

AP Calculus AB 2010 Scoring Guidelines

AP Calculus AB 2010 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in 1, he College

More information

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore heoreical Noes: he oppler Eec wih ound Imagine a ource () o sound waes ha emis waes haing requency and hereore period as measured in he res rame o he ource (). his means ha any eecor () ha is no moing

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase A circuis ersion EE T, Kharagpur esson 5 Soluion of urren in A Series and Parallel ircuis ersion EE T, Kharagpur n he las lesson, wo poins were described:. How o solve for he impedance,

More information

The Application of Multi Shifts and Break Windows in Employees Scheduling

The Application of Multi Shifts and Break Windows in Employees Scheduling The Applicaion of Muli Shifs and Brea Windows in Employees Scheduling Evy Herowai Indusrial Engineering Deparmen, Universiy of Surabaya, Indonesia Absrac. One mehod for increasing company s performance

More information

STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS

STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS SIAM J. COMPUT. Vol. 37, No. 5, pp. 1656 1673 c 2008 Sociey for Indusrial and Applied Mahemaics STABILITY OF LOAD BALANCING ALGORITHMS IN DYNAMIC ADVERSARIAL SYSTEMS ELLIOT ANSHELEVICH, DAVID KEMPE, AND

More information

Cointegration: The Engle and Granger approach

Cointegration: The Engle and Granger approach Coinegraion: The Engle and Granger approach Inroducion Generally one would find mos of he economic variables o be non-saionary I(1) variables. Hence, any equilibrium heories ha involve hese variables require

More information

Forecasting and Information Sharing in Supply Chains Under Quasi-ARMA Demand

Forecasting and Information Sharing in Supply Chains Under Quasi-ARMA Demand Forecasing and Informaion Sharing in Supply Chains Under Quasi-ARMA Demand Avi Giloni, Clifford Hurvich, Sridhar Seshadri July 9, 2009 Absrac In his paper, we revisi he problem of demand propagaion in

More information

On the degrees of irreducible factors of higher order Bernoulli polynomials

On the degrees of irreducible factors of higher order Bernoulli polynomials ACTA ARITHMETICA LXII.4 (1992 On he degrees of irreducible facors of higher order Bernoulli polynomials by Arnold Adelberg (Grinnell, Ia. 1. Inroducion. In his paper, we generalize he curren resuls on

More information

Economics Honors Exam 2008 Solutions Question 5

Economics Honors Exam 2008 Solutions Question 5 Economics Honors Exam 2008 Soluions Quesion 5 (a) (2 poins) Oupu can be decomposed as Y = C + I + G. And we can solve for i by subsiuing in equaions given in he quesion, Y = C + I + G = c 0 + c Y D + I

More information

RC (Resistor-Capacitor) Circuits. AP Physics C

RC (Resistor-Capacitor) Circuits. AP Physics C (Resisor-Capacior Circuis AP Physics C Circui Iniial Condiions An circui is one where you have a capacior and resisor in he same circui. Suppose we have he following circui: Iniially, he capacior is UNCHARGED

More information

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS RICHARD J. POVINELLI AND XIN FENG Deparmen of Elecrical and Compuer Engineering Marquee Universiy, P.O.

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3.

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3. SOLI MEHNIS TUTORIL GER SYSTEMS This work covers elemens of he syllabus for he Edexcel module 21722P HN/ Mechanical Principles OUTOME 3. On compleion of his shor uorial you should be able o do he following.

More information

Improper Integrals. Dr. Philippe B. laval Kennesaw State University. September 19, 2005. f (x) dx over a finite interval [a, b].

Improper Integrals. Dr. Philippe B. laval Kennesaw State University. September 19, 2005. f (x) dx over a finite interval [a, b]. Improper Inegrls Dr. Philippe B. lvl Kennesw Se Universiy Sepember 9, 25 Absrc Noes on improper inegrls. Improper Inegrls. Inroducion In Clculus II, sudens defined he inegrl f (x) over finie inervl [,

More information

A Curriculum Module for AP Calculus BC Curriculum Module

A Curriculum Module for AP Calculus BC Curriculum Module Vecors: A Curriculum Module for AP Calculus BC 00 Curriculum Module The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy.

More information

Keldysh Formalism: Non-equilibrium Green s Function

Keldysh Formalism: Non-equilibrium Green s Function Keldysh Formalism: Non-equilibrium Green s Funcion Jinshan Wu Deparmen of Physics & Asronomy, Universiy of Briish Columbia, Vancouver, B.C. Canada, V6T 1Z1 (Daed: November 28, 2005) A review of Non-equilibrium

More information

Chapter 4: Exponential and Logarithmic Functions

Chapter 4: Exponential and Logarithmic Functions Chaper 4: Eponenial and Logarihmic Funcions Secion 4.1 Eponenial Funcions... 15 Secion 4. Graphs of Eponenial Funcions... 3 Secion 4.3 Logarihmic Funcions... 4 Secion 4.4 Logarihmic Properies... 53 Secion

More information

4. International Parity Conditions

4. International Parity Conditions 4. Inernaional ariy ondiions 4.1 urchasing ower ariy he urchasing ower ariy ( heory is one of he early heories of exchange rae deerminaion. his heory is based on he concep ha he demand for a counry's currency

More information

Pulse-Width Modulation Inverters

Pulse-Width Modulation Inverters SECTION 3.6 INVERTERS 189 Pulse-Widh Modulaion Inverers Pulse-widh modulaion is he process of modifying he widh of he pulses in a pulse rain in direc proporion o a small conrol signal; he greaer he conrol

More information

The Torsion of Thin, Open Sections

The Torsion of Thin, Open Sections EM 424: Torsion of hin secions 26 The Torsion of Thin, Open Secions The resuls we obained for he orsion of a hin recangle can also be used be used, wih some qualificaions, for oher hin open secions such

More information

AP Calculus AB 2007 Scoring Guidelines

AP Calculus AB 2007 Scoring Guidelines AP Calculus AB 7 Scoring Guidelines The College Board: Connecing Sudens o College Success The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and

More information

1 HALF-LIFE EQUATIONS

1 HALF-LIFE EQUATIONS R.L. Hanna Page HALF-LIFE EQUATIONS The basic equaion ; he saring poin ; : wrien for ime: x / where fracion of original maerial and / number of half-lives, and / log / o calculae he age (# ears): age (half-life)

More information

Distributed and Secure Computation of Convex Programs over a Network of Connected Processors

Distributed and Secure Computation of Convex Programs over a Network of Connected Processors DCDIS CONFERENCE GUELPH, ONTARIO, CANADA, JULY 2005 1 Disribued and Secure Compuaion of Convex Programs over a Newor of Conneced Processors Michael J. Neely Universiy of Souhern California hp://www-rcf.usc.edu/

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

Trends in TCP/IP Retransmissions and Resets

Trends in TCP/IP Retransmissions and Resets Trends in TCP/IP Reransmissions and Reses Absrac Concordia Chen, Mrunal Mangrulkar, Naomi Ramos, and Mahaswea Sarkar {cychen, mkulkarn, msarkar,naramos}@cs.ucsd.edu As he Inerne grows larger, measuring

More information

Steps for D.C Analysis of MOSFET Circuits

Steps for D.C Analysis of MOSFET Circuits 10/22/2004 Seps for DC Analysis of MOSFET Circuis.doc 1/7 Seps for D.C Analysis of MOSFET Circuis To analyze MOSFET circui wih D.C. sources, we mus follow hese five seps: 1. ASSUME an operaing mode 2.

More information

Direc Manipulaion Inerface and EGN algorithms

Direc Manipulaion Inerface and EGN algorithms A Direc Manipulaion Inerface for 3D Compuer Animaion Sco Sona Snibbe y Brown Universiy Deparmen of Compuer Science Providence, RI 02912, USA Absrac We presen a new se of inerface echniques for visualizing

More information

INTRODUCTION TO EMAIL MARKETING PERSONALIZATION. How to increase your sales with personalized triggered emails

INTRODUCTION TO EMAIL MARKETING PERSONALIZATION. How to increase your sales with personalized triggered emails INTRODUCTION TO EMAIL MARKETING PERSONALIZATION How o increase your sales wih personalized riggered emails ECOMMERCE TRIGGERED EMAILS BEST PRACTICES Triggered emails are generaed in real ime based on each

More information

Optimal Investment and Consumption Decision of Family with Life Insurance

Optimal Investment and Consumption Decision of Family with Life Insurance Opimal Invesmen and Consumpion Decision of Family wih Life Insurance Minsuk Kwak 1 2 Yong Hyun Shin 3 U Jin Choi 4 6h World Congress of he Bachelier Finance Sociey Torono, Canada June 25, 2010 1 Speaker

More information

THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS

THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS VII. THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS The mos imporan decisions for a firm's managemen are is invesmen decisions. While i is surely

More information

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya.

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya. Principal componens of sock marke dynamics Mehodology and applicaions in brief o be updaed Andrei Bouzaev, bouzaev@ya.ru Why principal componens are needed Objecives undersand he evidence of more han one

More information

On Learning Algorithms for Nash Equilibria

On Learning Algorithms for Nash Equilibria On Learning Algorihms for Nash Equilibria Consaninos Daskalakis 1, Rafael Frongillo 2, Chrisos H. Papadimiriou 2 George Pierrakos 2, and Gregory Valian 2 1 MIT, cosis@csail.mi.edu, 2 UC Berkeley, {raf

More information

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005 FONDATION POUR LES ETUDES ET RERS LE DEVELOPPEMENT INTERNATIONAL Measuring macroeconomic volailiy Applicaions o expor revenue daa, 1970-005 by Joël Cariolle Policy brief no. 47 March 01 The FERDI is a

More information

The Roos of Lisp paul graham Draf, January 18, 2002. In 1960, John McCarhy published a remarkable paper in which he did for programming somehing like wha Euclid did for geomery. 1 He showed how, given

More information

A Re-examination of the Joint Mortality Functions

A Re-examination of the Joint Mortality Functions Norh merican cuarial Journal Volume 6, Number 1, p.166-170 (2002) Re-eaminaion of he Join Morali Funcions bsrac. Heekung Youn, rkad Shemakin, Edwin Herman Universi of S. Thomas, Sain Paul, MN, US Morali

More information

A Probability Density Function for Google s stocks

A Probability Density Function for Google s stocks A Probabiliy Densiy Funcion for Google s socks V.Dorobanu Physics Deparmen, Poliehnica Universiy of Timisoara, Romania Absrac. I is an approach o inroduce he Fokker Planck equaion as an ineresing naural

More information

Working Paper On the timing option in a futures contract. SSE/EFI Working Paper Series in Economics and Finance, No. 619

Working Paper On the timing option in a futures contract. SSE/EFI Working Paper Series in Economics and Finance, No. 619 econsor www.econsor.eu Der Open-Access-Publikaionsserver der ZBW Leibniz-Informaionszenrum Wirschaf The Open Access Publicaion Server of he ZBW Leibniz Informaion Cenre for Economics Biagini, Francesca;

More information

Individual Health Insurance April 30, 2008 Pages 167-170

Individual Health Insurance April 30, 2008 Pages 167-170 Individual Healh Insurance April 30, 2008 Pages 167-170 We have received feedback ha his secion of he e is confusing because some of he defined noaion is inconsisen wih comparable life insurance reserve

More information

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z o ffix uden abel ere uden ame chool ame isric ame/ ender emale ale onh ay ear ae of irh an eb ar pr ay un ul ug ep c ov ec as ame irs ame lace he uden abel ere ae uden denifier chool se nly rined in he

More information

Journal Of Business & Economics Research September 2005 Volume 3, Number 9

Journal Of Business & Economics Research September 2005 Volume 3, Number 9 Opion Pricing And Mone Carlo Simulaions George M. Jabbour, (Email: jabbour@gwu.edu), George Washingon Universiy Yi-Kang Liu, (yikang@gwu.edu), George Washingon Universiy ABSTRACT The advanage of Mone Carlo

More information

Making a Faster Cryptanalytic Time-Memory Trade-Off

Making a Faster Cryptanalytic Time-Memory Trade-Off Making a Faser Crypanalyic Time-Memory Trade-Off Philippe Oechslin Laboraoire de Securié e de Crypographie (LASEC) Ecole Polyechnique Fédérale de Lausanne Faculé I&C, 1015 Lausanne, Swizerland philippe.oechslin@epfl.ch

More information

Motion Along a Straight Line

Motion Along a Straight Line Moion Along a Sraigh Line On Sepember 6, 993, Dave Munday, a diesel mechanic by rade, wen over he Canadian edge of Niagara Falls for he second ime, freely falling 48 m o he waer (and rocks) below. On his

More information

Network Effects, Pricing Strategies, and Optimal Upgrade Time in Software Provision.

Network Effects, Pricing Strategies, and Optimal Upgrade Time in Software Provision. Nework Effecs, Pricing Sraegies, and Opimal Upgrade Time in Sofware Provision. Yi-Nung Yang* Deparmen of Economics Uah Sae Universiy Logan, UT 84322-353 April 3, 995 (curren version Feb, 996) JEL codes:

More information

Present Value Methodology

Present Value Methodology Presen Value Mehodology Econ 422 Invesmen, Capial & Finance Universiy of Washingon Eric Zivo Las updaed: April 11, 2010 Presen Value Concep Wealh in Fisher Model: W = Y 0 + Y 1 /(1+r) The consumer/producer

More information

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt Saisical Analysis wih Lile s Law Supplemenary Maerial: More on he Call Cener Daa by Song-Hee Kim and Ward Whi Deparmen of Indusrial Engineering and Operaions Research Columbia Universiy, New York, NY 17-99

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

Stock Trading with Recurrent Reinforcement Learning (RRL) CS229 Application Project Gabriel Molina, SUID 5055783

Stock Trading with Recurrent Reinforcement Learning (RRL) CS229 Application Project Gabriel Molina, SUID 5055783 Sock raing wih Recurren Reinforcemen Learning (RRL) CS9 Applicaion Projec Gabriel Molina, SUID 555783 I. INRODUCION One relaively new approach o financial raing is o use machine learning algorihms o preic

More information

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results:

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results: For more informaion on geneics and on Rheumaoid Arhriis: Published work referred o in he resuls: The geneics revoluion and he assaul on rheumaoid arhriis. A review by Michael Seldin, Crisopher Amos, Ryk

More information

THE PRESSURE DERIVATIVE

THE PRESSURE DERIVATIVE Tom Aage Jelmer NTNU Dearmen of Peroleum Engineering and Alied Geohysics THE PRESSURE DERIVATIVE The ressure derivaive has imoran diagnosic roeries. I is also imoran for making ye curve analysis more reliable.

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

Kinematics in 1-D From Problems and Solutions in Introductory Mechanics (Draft version, August 2014) David Morin, morin@physics.harvard.

Kinematics in 1-D From Problems and Solutions in Introductory Mechanics (Draft version, August 2014) David Morin, morin@physics.harvard. Chaper 2 Kinemaics in 1-D From Problems and Soluions in Inroducory Mechanics (Draf ersion, Augus 2014) Daid Morin, morin@physics.harard.edu As menioned in he preface, his book should no be hough of as

More information

Task-Execution Scheduling Schemes for Network Measurement and Monitoring

Task-Execution Scheduling Schemes for Network Measurement and Monitoring Task-Execuion Scheduling Schemes for Nework Measuremen and Monioring Zhen Qin, Robero Rojas-Cessa, and Nirwan Ansari Deparmen of Elecrical and Compuer Engineering New Jersey Insiue of Technology Universiy

More information

Niche Market or Mass Market?

Niche Market or Mass Market? Niche Marke or Mass Marke? Maxim Ivanov y McMaser Universiy July 2009 Absrac The de niion of a niche or a mass marke is based on he ranking of wo variables: he monopoly price and he produc mean value.

More information

A Fresh Look at Inter-Domain Route Aggregation

A Fresh Look at Inter-Domain Route Aggregation The 31s Annual IEEE Inernaional Conference on Compuer Communicaions: Mini-Conference A Fresh Look a Iner-Domain Roue Aggregaion João Luís Sobrinho Insiuo de Telecomunicações Insiuo Superior Técnico joao.sobrinho@lx.i.p

More information

NOTES ON OSCILLOSCOPES

NOTES ON OSCILLOSCOPES NOTES ON OSCILLOSCOPES NOTES ON... OSCILLOSCOPES... Oscilloscope... Analog and Digial... Analog Oscilloscopes... Cahode Ray Oscilloscope Principles... 5 Elecron Gun... 5 The Deflecion Sysem... 6 Displaying

More information

The option pricing framework

The option pricing framework Chaper 2 The opion pricing framework The opion markes based on swap raes or he LIBOR have become he larges fixed income markes, and caps (floors) and swapions are he mos imporan derivaives wihin hese markes.

More information

On the Connection Between Multiple-Unicast Network Coding and Single-Source Single-Sink Network Error Correction

On the Connection Between Multiple-Unicast Network Coding and Single-Source Single-Sink Network Error Correction On he Connecion Beween Muliple-Unica ework Coding and Single-Source Single-Sink ework Error Correcion Jörg Kliewer JIT Join work wih Wenao Huang and Michael Langberg ework Error Correcion Problem: Adverary

More information

Hedging with Forwards and Futures

Hedging with Forwards and Futures Hedging wih orwards and uures Hedging in mos cases is sraighforward. You plan o buy 10,000 barrels of oil in six monhs and you wish o eliminae he price risk. If you ake he buy-side of a forward/fuures

More information

Technical Appendix to Risk, Return, and Dividends

Technical Appendix to Risk, Return, and Dividends Technical Appendix o Risk, Reurn, and Dividends Andrew Ang Columbia Universiy and NBER Jun Liu UC San Diego This Version: 28 Augus, 2006 Columbia Business School, 3022 Broadway 805 Uris, New York NY 10027,

More information

BALANCE OF PAYMENTS. First quarter 2008. Balance of payments

BALANCE OF PAYMENTS. First quarter 2008. Balance of payments BALANCE OF PAYMENTS DATE: 2008-05-30 PUBLISHER: Balance of Paymens and Financial Markes (BFM) Lena Finn + 46 8 506 944 09, lena.finn@scb.se Camilla Bergeling +46 8 506 942 06, camilla.bergeling@scb.se

More information

C Fast-Dealing Property Trading Game C

C Fast-Dealing Property Trading Game C If you are already an experienced MONOPOLY dealer and wan a faser game, ry he rules on he back page! AGES 8+ C Fas-Dealing Propery Trading Game C Y Original MONOPOLY Game Rules plus Special Rules for his

More information

Inventory Planning with Forecast Updates: Approximate Solutions and Cost Error Bounds

Inventory Planning with Forecast Updates: Approximate Solutions and Cost Error Bounds OPERATIONS RESEARCH Vol. 54, No. 6, November December 2006, pp. 1079 1097 issn 0030-364X eissn 1526-5463 06 5406 1079 informs doi 10.1287/opre.1060.0338 2006 INFORMS Invenory Planning wih Forecas Updaes:

More information

Differential Equations and Linear Superposition

Differential Equations and Linear Superposition Differenial Equaions and Linear Superposiion Basic Idea: Provide soluion in closed form Like Inegraion, no general soluions in closed form Order of equaion: highes derivaive in equaion e.g. dy d dy 2 y

More information

Table of contents Chapter 1 Interest rates and factors Chapter 2 Level annuities Chapter 3 Varying annuities

Table of contents Chapter 1 Interest rates and factors Chapter 2 Level annuities Chapter 3 Varying annuities Table of conens Chaper 1 Ineres raes and facors 1 1.1 Ineres 2 1.2 Simple ineres 4 1.3 Compound ineres 6 1.4 Accumulaed value 10 1.5 Presen value 11 1.6 Rae of discoun 13 1.7 Consan force of ineres 17

More information

PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM

PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM WILLIAM L. COOPER Deparmen of Mechanical Engineering, Universiy of Minnesoa, 111 Church Sree S.E., Minneapolis, MN 55455 billcoop@me.umn.edu

More information

Conference Paper Internet access and investment incentives for broadband service providers

Conference Paper Internet access and investment incentives for broadband service providers econsor www.econsor.eu Der Open-Access-Publikaionsserver der ZBW Leibniz-nformaionszenrum Wirschaf he Open Access Publicaion Server of he ZBW Leibniz nformaion Cenre for Economics Baranes, Edmond; Poudou,

More information