Strategic Betting for Competitive Agents

Size: px
Start display at page:

Download "Strategic Betting for Competitive Agents"

Transcription

1 Stategic Betting fo Competitive Agents Liad Wagman Depatment of Economics Duke Univesity Duham, NC, USA Vincent Conitze Depts. of Compute Science and Economics Duke Univesity Duham, NC, USA ABSTRACT In many multiagent settings, each agent s goal is to come out ahead of the othe agents on some metic, such as the cuency obtained by the agent. In such settings, it is not appopiate fo an agent to ty to maximize its expected scoe on the metic; athe, the agent should maximize its expected pobability of winning. In pinciple, given this objective, the game can be solved using game-theoetic techniques. Howeve, most games of inteest ae fa too lage and complex to solve exactly. To get some intuition as to what an optimal stategy in such games should look like, we intoduce a simplified game that captues some of thei key aspects, and solve it (and seveal vaiants) exactly. Specifically, the basic game that we study is the following: each agent i chooses a lottey ove nonnegative numbes whose expectation is equal to its budget b i. The agent with the highest ealized outcome wins (and agents only cae about winning). We show that thee is a unique symmetic equilibium when budgets ae equal. We poceed to study and solve extensions, including settings whee agents must obtain a minimum outcome to win; whee agents choose thei budgets (at a cost); and whee budgets ae pivate infomation. Categoies and Subject Desciptos I..11 [Distibuted Atificial Intelligence]: Multiagent systems; J.4 [Social and Behavioal Sciences]: Economics Geneal Tems Economics, Theoy Keywods Game theoy, Nash equilibium, stategic betting, contests, fai bets 1. INTRODUCTION Agents ae often evaluated accoding to some single-dimensional metic: fo example, the amount of cuency the agent has eaned, the numbe of points the agent has scoed, the numbe of tasks the agent has completed, etc. In settings with uncetainty, the design of the agent esults in a pobability distibution ove this metic. The agent s designe must optimize this distibution in some way. Most Cite as: Stategic Betting fo Competitive Agents, Liad Wagman and Vincent Conitze, Poc. of 7th Int. Conf. on Autonomous Agents and Multiagent Systems (AAMAS 8), Padgham, Pakes, Mülle and Pasons (eds.), May, 1-16., 8, Estoil, Potugal, pp. XXX-XXX. Copyight c 8, Intenational Foundation fo Autonomous Agents and Multiagent Systems ( All ights eseved. often, the designe will choose to maximize the expected scoe on the metic (expected amount of cuency eaned, etc.). Howeve, maximizing the expectation is not always the optimal thing to do. Most notably, agents ae often in competition with each othe, and the goal is to come out ahead of the othe agents. Fo example, in the Tading Agent Competition s Supply Chain Management game [7], compute pogams make decisions about managing a (simulated) supply chain. Thei tasks include negotiating supply contacts, bidding fo custome odes, and managing assembly and shipping. The winning agent is the one that has the most money in the bank at the end of the game. Anothe example is the AAAI Compute Poke Tounament [19], whee in the Bankoll Competition the winne is the agent with the most money in the end. Yet anothe example is the Penn-Lehman Automated Tading (PLAT) live competition, in which automated stock tading agents compete based on eal stock maket data [13]. (Unlike the othe competitions, this one is no longe active, though appaently not due to lack of inteest.) In games such as these, it can be tempting to ty to maximize one s expected amount of money, but in fact, the only thing that mattes is whethe the agent made moe money than the othe agents. Moe ecently, agent designes have stated to take this into account (fo example, [17]). As a simple numeical example, suppose that agent will cetainly end up with $5, and agent 1 has a choice between two stategies. Stategy 1 will give agent 1 $4 with pobability 1%; stategy will give agent 1 $6 with pobability 5%, and $1 with pobability 5%. The expected eanings of stategy ae $35, so if agent 1 aims to maximize expected eanings, it will choose stategy 1. Howeve, if the goal is to come out ahead of agent, stategy is the bette choice, since it esults in a 5% pobability of winning, wheeas stategy 1 esults in a guaanteed loss. Situations such as these, whee an agent has a choice between stategies that give oughly the same expected eanings but vey diffeent distibutions ove eanings, ae quite common fo example, the agent may be able to place vaious bets in (say) a casino, which will educe the agent s expected eanings only slightly but vastly incease the vaiance. It should be noted that this is not a citicism of maximizing expected utility. Rathe, it is a citicism of confusing eanings with utility. A sensible utility function hee would give utility 1 fo a win, and utility fo a loss. (Of couse, in some settings an agent may have some esidual utility fo money, so that the utility function consides both whethe the agent won and how much money the agent has. Howeve, at least in the competitions descibed above, the pedominant goal is simply to win.) Thee ae vey poweful axiomatic aguments fo maximizing expected utility (fo an oveview, see [16]), and nothing in this pape conflicts with maximizing expected utility.

2 Once the utility function is coectly defined, we can in pinciple solve such stategic settings using game-theoetic solution concepts, fo example, minimax stategies and Nash equilibia. Howeve, games such as the competitions mentioned above ae vey complex, and at least using cuent techniques, it is intactable to solve fo the game-theoetically optimal stategy although many ceative appoaches have been poposed to compute a stategy that is close to an optimal stategy, both fo the Tading Agent Competition [1,, ] and compute poke [18, 5, 11, 1]). We will make no attempt at solving them in this pape. Instead, we will study a much simple game that nevetheless illustates many of the key phenomena in these competitive settings. The most basic vesion of the game can be descibed as follows. Two agents, Alice and Bob, each have a budget of chips fo gambling. They each (simultaneously) place a single bet in (say) a casino. (We will assume that the outcomes of the bets ae independent.) Whoeve ends up with moe chips is named the winne, and chips ae wothless aftewads. What bets should Alice and Bob place? To answe this question, we need to know what bets the casino is willing to accept. Let us assume that, diven by competition, the casino is willing to accept any fai bet. 1 That is, an agent can buy any lottey (pobability distibution) ove nonnegative eal numbes whose expectation is equal to the agent s budget. Incidentally, if an agent wee able to place a sequence of bets, whee the choice of late bets is allowed to depend on the outcomes of the agent s own ealie bets (but not on the outcomes of the othe agent s bets), this would make no diffeence to the game, fo the following eason. Any plan (stategy) fo betting will esult in a (single) pobability distibution ove nonnegative numbes with expectation equal to the agent s budget, and thus the agent can simply choose this lottey as a single bet. In this pape, we study the equilibia of (the n-agent vesion of) this game, as well as vaiants in which agents must end up with at least a cetain numbe of chips to win; in which agents have to fist buy chips; and in which budgets ae pivate infomation. Thee is good eason to believe that the equilibium distibutions of these games bea some esemblance to the equilibium distibutions ove eanings in the agent competitions mentioned above. Fo example, in the stock tading competition mentioned above, (say) in the last day of tading, the agent can choose a potfolio that will esult in a paticula distibution ove eanings at the end of the day. The expected value of this potfolio at the end of the day will be oughly the same as its value at the beginning; howeve, the space of possible distibutions is vey lage, especially if it is possible to hold deivatives such as call and put options. 3 Again, the goal in the competition is simply to come out ahead of the othe agents. Because the equilibium distibutions in these competitions ae likely to be simila to those in the abstact game(s) in this pape, one can use ou esults in the following way: when ceating an agent fo one of these competitions, choose stategies that poduce appoximately the optimal distibution fo the game(s) studied in this pape. Indeed, the equilibium of ou game would suggest to 1 Real-wold casinos typically have payback ates of at least 9%. Unlike in casinos, in the stock maket iskie distibutions tend to have a slightly geate expected value. 3 One issue hee that is not modeled in this pape is that the values of the agents potfolios can be coelated, fo example because they hold the same stock, o because the values of diffeent stocks ae coelated (as they typically ae). Howeve, it is at least possible to ceate potfolios that ae oughly independent, fo example by investing in small companies fo which most of the isk is due to company-specific factos (divesifiable isk). hold quite isky potfolios in the stock tading competition which makes intuitive sense, as the goal is to come out ahead of the othes. While we have motivated ou esults fom a multiagent systems pespective, they ae also elevant to the study of seveal standad settings in economics. Fo example, pevious eseach in economics has consideed the stategic choice of lotteies as a means to chaacteize incentives fo isk-taking in R&D envionments. Hee, a choice of technology leads to a distibution ove the final quality (o impovement in quality) of the poduct, which detemines which fim will dominate the maket [1, 4, 6]. Patent aces constitute anothe application, whee again the choice of technology leads to a distibution ove the level of innovation, and the patent is awaded to the agent with the geatest innovation; howeve, hee, thee is typically also a minimum level of innovation that needs to be eached in ode to obtain the patent [8, 9]. (Late in the pape, we will study the vaiant of ou game whee agents must obtain at least a cetain value to win.) Othe applications include political campaigns and ams aces. In a woking pape, Dulleck et al. [1] (independently) popose what is effectively the same game as the basic setting that we initially study in this pape, in a diffeent context. They study all-pay auctions in which each bidde is budget constained, has no oppotunity cost fo thei budget, and has access to a fai insuance maket. (An all-pay auction is an auction in which each agent must pay its bid, even if it did not win. Fo an oveview on all-pay auctions, see [3]. Access to a fai insuance maket means that agents can place any fai bet.) Dulleck et al. ae motivated in pat by a esult by Laffont and Robet [15], who study the optimal (evenue maximizing) auction when biddes face (common knowledge) financial constaints. Laffont and Robet show that the optimal auction in this case takes the fom of an all-pay auction. Because of the equivalence of the games, all of ou esults also apply to this paticula type of all-pay auction. It must be admitted that this is not a vey common model of an all-pay auction (especially because biddes do not cae about how much money they have left in the end), and ou esults do not seem to have diect applications to moe common all-pay auction models. Dulleck et al. conside diffeent questions fom the ones in this pape, and consequently thei esults ae complementay to ous. They give an equilibium fo the case of two agents whose budgets ae not necessaily equal (ou Example ) and pove that this equilibium is unique. They also show that with n agents, an equilibium exists. In addition, they extend thei esults to allow fo multiple pizes a setting that we will not study in this pape. The emainde of ou pape is oganized as follows. In Section, we pesent the basic game and solve thee examples. In Section 3, we show that when agents have equal budgets, thee is a unique symmetic equilibium (which we povide explicitly). We exhibit some popeties of this equilibium, and we also show that unde cetain estictions on the lotteies, the symmetic equilibium is the unique equilibium of the equal-budget game. In Section 4, we extend ou symmetic equilibium chaacteization to the case whee agents must supass a minimum necessay outcome in ode to win. In Section 5, we study an extension of the basic game in which agents must fist select thei budgets (which come at a cost). In Section 6, we study an incomplete-infomation vaiant in which agents do not know the othe agents budgets.. THE BASIC GAME Let thee be n agents, and let agent i {1,..., n} be endowed with budget b i, which is common knowledge. (In Section 6, we extend the model to allow pivate budgets.) The basic game consists of two peiods. In the fist peiod, each agent (simultane-

3 ously) selects any fai lottey ove nonnegative eal numbes. 4 We descibe a lottey by its cumulative distibution function (CDF) F(x) : R [, 1]. That is, fo any x, F(x) is the pobability that the ealized lottey outcome is less than o equal to x. RAgent i s lottey F i is fai if its expectation is equal to b i, that is, xdf i(x) = b i. Thus, a pue stategy fo an agent in this game is any fai lottey ove nonnegative numbes. Any mixed stategy (consisting of a distibution ove lotteies a compound lottey in the [] famewok) can be educed to a pue stategy by consideing its educed lottey, the (simple) lottey that geneates the same ultimate distibution ove outcomes. Hence, we do not need to conside mixed stategies. (To eliminate any chance of confusion, because each distibution ove outcomes is a pue stategy, thee is no equiement that agents ae indiffeent among the outcomes in thei suppots in fact, natually, they will pefe the highe outcomes.) In the second peiod, each lottey s outcome is andomly selected accoding to its coesponding pobability distibution. The agent whose outcome is the highest wins. Fo now, we assume that agents only cae about winning. Thus, without loss of geneality, we assume that an agent gets utility 1 fo winning and fo not winning, so that the game is zeo-sum. (In Section 5, we extend the model to allow costly budgets.) Ties ae boken (unifomly) at andom. This gives ise to the following ex ante expected utility fo agent i: 5 U i(f i, F i) = R Q j i Fj(x)dFi(x). We will be inteested in the Nash equilibia F = (F1, F,..., Fn) of the simultaneous move game. Example 1. Conside the game between two agents, 1 and, with identical budgets b. Agent 1 s expected utility fom playing F 1 given that agent selects F is R F (x)df 1(x). Suppose that F is unifom ove [, b], so that F (x) = x/b fo x [, b] and F (x) = 1 fo x > b. Then, thee is no eason fo agent 1 to select a lottey that places positive pobability on outcomes stictly lage than b. This is because any pobability placed above b can be shifted down to b without loweing agent 1 s pobability of winning. Then, to make the lottey fai again, mass elsewhee can be shifted up, which can only impove agent i s expected utility. It follows that agent 1 s poblem is to select a distibution F 1 so R as to maximize 1 b xdf1(x) subject to the fainess condition b (hencefoth budget constaint) R b xdf1(x) = b. We note that the integal in the objective must equal b fo any F 1 that satisfies the budget constaint. Hence, any such F 1 constitutes a best-esponse to agent s stategy. Thus, it is an equilibium fo each agent to select the unifom lottey U[, b]. Moeove, because this is a twoagent zeo-sum game, lottey U[, b] is also a minimax stategy; it guaantees the agent an expected utility of at least 1/. This is in contast to the tivial stategy of just holding on to one s budget b, which can lead to an abitaily low expected utility: fo any ǫ (, 1), the opponent can put pobability ǫ on and pobability 1 ǫ on b/(1 ǫ), so that the opponent wins with pobability 1 ǫ. Example. Now, conside two agents with diffeent budgets, b 1 4 If negative lottey outcomes ae allowed, then an agent can place an infinitesimal mass on an extemely negative outcome, and distibute the est of its mass on lage positive outcomes. As a esult, no equilibium would exist. 5 Technically, the expession is only well-defined if the distibutions ae continuous, that is, they have no mass points. In a slight abuse of notation, we use the same expession fo distibutions with mass points (as is common in the liteatue). It should be noted that (fo example) in the two-agent case, if agent has a mass point at x, so that F (x) > lim ǫ F (x ǫ), then the pobability fo 1 of winning given that it obtains outcome x is not F (x), but athe lim ǫ F (x ǫ) + (F (x) lim ǫ F (x ǫ))/. This is only elevant if agent 1 also has a mass point at x. and b, and without loss of geneality suppose that b 1 < b. Suppose that agent s stategy F is the unifom lottey U[, b ]. Fist, we note that similaly to Example 1, thee is no eason fo agent 1 to select a lottey that places pobability on outcomes stictly lage than b. Thus, agent 1 s poblem is to select F 1 to maximize R b x b df 1(x) subject to R b xdf 1(x) = b 1. As befoe, any F 1 that satisfies the constaint constitutes a best-esponse fo agent 1. Now, conside the following compound lottey F 1: 1. Choose the lottey that with pobability b 1/b geneates outcome b, and with pobability 1 b 1/b geneates outcome.. If outcome b was geneated, then subsequently choose the lottey U[, b ]. Fomally, F 1(x) = 1 b 1/b + (b 1/b )(x/b ) ove [, b]. That is, agent 1 s lottey has a pobability mass at. (p is a mass point of a cumulative distibution function F if lim ǫ F(p + ǫ) F(p ǫ) >.) Lottey F 1 satisfies the constaint, and is thus a best esponse to F. Now, conside agent s poblem given that agent 1 uses F 1. With pobability 1 b 1/b, agent 1 gets (and given this, agent wins with pobability 1, as long as agent does not have a mass point at ), and with pobability b 1/b, agent faces the lottey U[, b ]. Since we have aleady detemined that U[, b ] is a best esponse against U[, b ], it follows that U[, b ] is a best esponse against F 1. Thus, we have found an equilibium. Again, because this is a two-agent zeo-sum game, the agents stategies ae also minimax stategies. Figue 1 shows the equilibium stategies gaphically. Cumulative Density 1 F 1 F b Outcome Figue 1: Equilibium stategies in Example Since agent 1 has a chance of winning only if it won its initial gamble, afte which it has the same budget as agent, its pobability of winning is b 1/b. We note that agent s equilibium stategy does not depend on b 1 (as long as b 1 b ). In contast, agent 1 s equilibium stategy does depend on b, because it places an initial, all-o-nothing gamble to even the odds and each b. [1] also study Examples 1 and, and show that the equilibium descibed hee is the unique equilibium in each case. Example 3. Now, suppose thee ae thee agents with identical budgets b, and conside the lottey F such that F(x) = (3b) 1 1 x ove [, 3b]. Given that agents and 3 employ stategy F, thee is no eason fo agent 1 to allocate mass to outcomes lage than 3b. Thus, agent 1 s poblem is to select F 1 to maximize R 3b F R (x)df 1(x) = 1 3b xdf1(x) subject to R 3b xdf1(x) = 3b b. As in Example 1, any lottey that satisfies the constaint is a best esponse. In paticula, playing F is a best esponse fo agent 1. Hence, (F, F, F) is a symmetic equilibium. In Section 3. we will illustate how symmetic equilibium stategies change as the numbe of agents inceases.

4 3. CHARACTERIZING EQUILIBRIA OF THE EQUAL-BUDGET GAME In this section, we will study the case whee all n agents have the same budget b >. We efe to this setting as the equal-budget game. We will show that this game has a unique symmetic equilibium. We also show that unde cetain conditions on the set of stategies, thee ae no othe equilibia. 3.1 Popeties of best esponses In this subsection, we pove that any best esponse in ou setting (even in games with unequal budgets) must have cetain popeties. These popeties will be useful in the emainde of this section, whee we analyze the equilibia of the equal-budget game. Conside agent i. Let F i(x) be the pobability that all agents othe than i obtain an outcome below x: F i(x) = Q j i Fj(x). The fist thee lemmas show that if i is best-esponding, then F i must be linea in the suppot of F i. (If this is not the case, then i is bette off changing its distibution, as we will show.) Fo given x 1 < x < x 3, Lemma 1 consides what happens if agent i shifts pobability fom (aound) x to x 1 and x 3, in an expectationpeseving way. If agent i is best-esponding, this cannot leave them bette off, and this imposes some constaints on F i. LEMMA 1. Conside x 1, x, x 3 R such that x 1 x x 3. Suppose that F i is continuous at x, and let F i be a best esponse fo i to F i. If x is in the suppot 6 of F i, then the following inequality holds: (x x 1)F i(x 3) + (x 3 x )F i(x 1) (x 3 x 1)F i(x ) Due to space constaint, we omit all the poofs; a full vesion is available upon equest. Nevetheless, to get some intuition fo why Lemma 1 is tue, suppose that F i has mass points at x 1, x, x 3. Suppose we modify F i by shifting ǫ mass fom x to x 1 and x 3. To peseve the expected value of the distibution, it must be that the mass shifted to x 1 is ǫ(x 3 x )/(x 3 x 1), and the mass shifted to x 3 is ǫ(x x 1)/(x 3 x 1). Since we assumed F i is a best esponse, this modification cannot have inceased the pobability that i wins. Hence, it must be that F i(x )ǫ F i(x 1)ǫ(x 3 x )/(x 3 x 1) + F i(x 3)ǫ(x x 1)/(x 3 x 1), which is equivalent to the expession in the Lemma. (The fomal poof addesses the geneal case whee F i does not necessaily have mass points.) Wheeas Lemma 1 consides shifting pobability mass fom outcome x to x 1 and x 3, Lemma consides the opposite. Intuitively, if outcomes x 1 and x 3 ae in the suppot of F i, then agent i should not find it pofitable to edistibute mass fom (aound) x 1 and x 3 to x in an expectation-peseving way. LEMMA. Conside x 1, x, x 3 R such that x 1 x x 3. Suppose that F i is continuous at x 1 and x 3, and let F i be a best esponse fo i to F i. If x 1 and x 3 ae in the suppot of F i, then the following inequality holds: (x x 1)F i(x 3) + (x 3 x )F i(x 1) (x 3 x 1)F i(x ) Lemma 3 follows immediately fom Lemmas 1 and, establishing that F i must be linea in the suppot of F i if i is best-esponding. LEMMA 3. Conside x 1, x, x 3 R such that x 1 x x 3. Suppose that F i is continuous at these outcomes and let F i be a best esponse fo i to F i. If x 1, x, and x 3 ae in the suppot of F i, then the following equality holds: (x x 1)F i(x 3) + (x 3 x )F i(x 1) = (x 3 x 1)F i(x ) Finally, we pove that the suppot of any best-esponse stategy has an uppe bound (unless the agent can win with pobability 1). 6 In ou use of the wod suppot, the suppot is a closed set, that is, we include all the limit points in the suppot. LEMMA 4. Given F i, suppose that thee is no stategy fo i such that i wins with pobability 1. Then the suppot of any best esponse stategy F i fo i has an uppe bound. The intuition behind Lemma 4 is the following. Shifting pobability mass that is placed on sufficiently lage outcomes downwads slightly will not decease the pobability of winning significantly. Doing so will allow the agent to shift mass on lowe outcomes upwads, whee this is moe fuitful. 3. Symmetic equilibia with equal budgets In the emainde of this section, we estict attention to the equalbudget game. Fist, in this subsection, we chaacteize the symmetic equilibia of this game. The esults we obtained in Subsection 3.1 assume that F i is continuous (at cetain points). The following lemma and coollay establish that in a symmetic equilibium, this assumption is tivially satisfied. LEMMA 5. Conside the equal-budget case. Suppose that the stategy pofile in which all agents play lottey F constitutes a (symmetic) equilibium. Then F has no mass points. Intuitively, if F had a mass point, then an agent would find it beneficial to deviate by shifting this mass up infinitesimally (to avoid a tie) and shifting mass down elsewhee. Since F is a cumulative distibution function with no mass points, F is continuous. F i is the poduct of continuous functions, and is thus continuous as well. We thus have the following coollay: COROLLARY 1. In the equal-budget game, suppose that the stategy pofile in which all agents play F constitutes a symmetic equilibium. Then F is continuous. Futhemoe, F i is continuous fo all i. We now show is in the suppot of any symmetic-equilibium stategy. LEMMA 6. Conside the equal-budget game. Suppose that the stategy pofile in which all agents play F constitutes a symmetic equilibium, and that the geatest lowe bound of the suppot of F is l. Then l =. To give some intuition, conside the following. If all agents playing F constitutes a symmetic equilibium and l >, then an agent s expected utility given that it obtained an outcome in a close neighbohood of l is nea. Hence, it is beneficial to eallocate mass in a neighbohood of l to and to some highe outcomes, contay to the equilibium assumption. We ae now eady to deive the main esult of this section. THEOREM 1. The equal-budget game has a unique symmetic equilibium. It is fo all agents to select the following lottey: F(x) = (nb) n 1 1 x n 1 1 (1) ove suppot [, nb]. If all agents use the lottey descibed in (1), then fo evey agent i, F i is the unifom distibution ove [, nb]. Hence, any lottey ove outcomes in [, nb] is a best esponse. Figue shows how the symmetic equilibium stategy changes with the numbe of agents. A andom vaiable that is of paticula inteest is the maximum outcome. This vaiable is especially inteesting when we intepet the game as a model fo competitive R&D, whee lotteies coespond to technologies that can be used and outcomes coespond to qualities of poducts. In this setting, the maximum outcome coesponds to the quality of the best poduct the one that will dominate the maket. The cumulative distibution of the maximum outcome in equilibium is (F(x)) n, and its expectation is: Z nb E[x max] = xd(f(x)) n = n b n 1 > nb

5 1 Cumulative Density b F F 3 F 4 b 3b 4b F 5 5b Outcome Figue : Cumulative distibution of symmetic equilibium stategy fo diffeent values of n, given equal budgets b = 5. This expectation is quite high, in the following sense. Suppose that we did not impose any stategic constaints on F i. Then, E[x max] E[ P i xi] = P i E[xi] = nb. That is, the expected value of the maximum outcome in equilibium is within a facto of the highest expectation that can be obtained without any equilibium constaint. (Incidentally, without the equilibium constaint one can in fact come abitaily close to achieving nb, as follows. Let F i be the distibution that places 1 ǫ mass on, and ǫ mass on b/ǫ. The pobability that at least one agent will eceive b/ǫ is 1 (1 ǫ) n, hence the expected quality of the poduct is (b/ǫ)(1 (1 ǫ) n ), which as ǫ conveges to nb.) Moeove, even if one can shift budgets among agents (in addition to pescibing thei stategies), it still holds that E[x max] nb. By contast, if each agent uses the degeneate stategy that places all the pobability mass on b, we would have E[x max] = b. 3.3 Uniqueness of the symmetic equilibium Is the symmetic equilibium unique, o do asymmetic equilibia exist? In this subsection, we show that unde mild estictions on the stategy space, the fome is the case. (We cuently do not know whethe these estictions ae necessay fo this to be tue.) Specifically, we conside the following estictions: (A1) Suppots have no gaps, (A) F i has no mass points fo all i {1,..., n}. The next lemma shows that if (A1) holds, then all agents have in thei suppot. LEMMA 7. Suppose that F = (F1, F,..., Fn) is an equilibium stategy pofile of the equal-budget game and that (A1) is satisfied. Then is in the suppot of Fi fo all i {1,,..., n}. We ae now eady to pesent the main esult of this subsection. THEOREM. Given (A1) and (A), the unique equilibium of the equal-budget game is the symmetic equilibium descibed in Theoem EXTENSION: MINIMUM OUTCOME REQUIREMENT In this section, we add one featue to the equal-budget game fom the pevious section: in ode to win, agents must end up with an outcome that is at least as high as some theshold. In othe wods, the winning agent must obtain the highest outcome among all agents, as well as each o exceed some minimum outcome. If no agent eaches this theshold, then no agent eceives anything. (We note that the game is no longe zeo-sum.) Let us denote this theshold by, whee >. Fo example, in a stock tading competition, thee may a specification that if a contestant does not outpefom a isk-fee asset, then the contestant cannot win. Similaly, in a tading agent competition, thee may be a specification that if no agent has positive pofit (which does sometimes happen: fo example, in the ealy ounds of the 3 Supply Chain Management TAC, as descibed in [14]), then nobody wins. Also, in the patent ace application fom economics, a minimum level of innovation must be eached o supassed fo a patent to be ganted. We wish to solve fo the symmetic equilibium of this modified equal-budget game. We will make use of the following obsevations. Fist, it is neve in agents inteest to select lotteies that place mass on outcomes in (, ). This is because outcomes in this inteval can neve lead to winning, so an agent would always be bette off eallocating mass fom this inteval to and to outcomes lage than. Second, Lemmas 3, 4, and 6 still hold in this context. Moeove, Lemma 3 can be extended to hold at even when F i is discontinuous thee, because outcomes close to can neve lead to winning when >. (We call this the "extended" Lemma 3.) Thid, Lemma 5 also holds, but only ove outcomes that ae at o above. Agents may have a mass point at. 4.1 The two-agent equal-budget game with a minimum necessay outcome Let us begin by solving fo the symmetic equilibium of the two-agent equal-budget game. By the above discussion, fo some h, the suppot of the symmetic stategy will be contained in {} [, h]. (Let h be the smallest numbe fo which this holds.) The next lemma shows that must be in the suppot. LEMMA 8. Conside the equal-budget game with a minimum necessay outcome of. Suppose that the stategy pofile in which all agents play F constitutes a symmetic equilibium. Let S denote the suppot of F, and let l be the geatest lowe bound of S {}. Then l =. Intuitively, the eason fo this esult is as follows. Suppose l >. Then, outcomes in a close neighbohood of l have a significant chance of leading an agent to winning only if all othe agents obtain outcome. Because of this, outcome povides almost the same pobability of winning as these outcomes. Thus, shifting mass fom a neighbohood of l to does not have a lage impact on an agent s pobability of winning, while it allows the agent to shift some mass to highe outcomes. Fo sufficiently small neighbohoods of l, doing so inceases the agent s pobability of winning. Theefoe, must be the geatest lowe bound of S {}. Lemmas 3, 5, and 8 imply that any symmetic equilibium stategy has the fom F(x) = a + cx ove [, h], whee a and c ae positive constants. Futhemoe, this stategy may place a mass m > at (so that F() = m). The following claim establishes that fo x [, h], F(x) must lie on a line oiginating fom the oigin. CLAIM 1. In the two-agent equal-budget game with a minimum necessay outcome of, thee is some c so that fo x [, h], F(x) = cx. (That is, a =.) Since F() = m, it holds that m = c. In addition, since F(h) = 1, we have that h = c 1. Finally, the budget constaint equies R c 1 xdf(x) = b. Substituting fo F in the constaint and eaanging, we obtain c(b, ) = + b b. Thus, the unique candidate symmetic equilibium stategy is fo each agent to select the lottey specified by 8 b + b if x < >< b F(x) = + b x if x () b + b >: 1 if x > b + b

6 It emains to veify that () indeed constitutes an equilibium stategy. To check this, suppose agent 1 employs stategy F. Given this, agent would not find it optimal to place mass on outcomes highe than c(b, ) 1. Thus, agent s poblem is to choose lottey F to maximize R c(b,) 1 F(x)dF (x) = c(b, ) R c(b,) 1 xdf (x) subject to R c(b,) 1 xdf (x) = b. Fo any F that satisfies the constaint and places no mass on (, ), R c(b,) 1 xdf (x) equals b, so the objective becomes c(b, ) b. Hence, any such F is a best esponse, including F. Figue 3 shows how the symmetic equilibium stategy vaies as inceases Cumulative Density = =5 =1 = Outcome Figue 3: Cumulative distibution of symmetic equilibium stategies fo diffeent values of, given equal budgets b = 5. We can obseve the following facts about the equilibium stategies fom () and Figue 3. Fist, as appoaches, c 1 (b, ) appoaches b, so that we convege to the equilibium of Example 1. Second, c(b, ) is deceasing in, so that, as gows lage, the cumulative distibution of the lottey chosen ove outcomes lage than becomes flatte. Meanwhile, the mass m at appoaches 1. Thus, the equilibium stategy becomes eve iskie as inceases. 4. The n-agent equal-budget game with a minimum necessay outcome We now extend the equilibium esult to n agents. THEOREM 3. In the n-agent equal-budget game with a minimum necessay outcome of, the unique symmetic equilibium stategy is fo each agent to play F descibed by 8 < m(b, ) if x < F(x) = (c(b, )x) n 1 1 if x [, (c(b, )) : 1 ] 1 if x > (c(b, )) 1 whee m(b, ) = (c(b, )) n 1 1 and c(b, ) is implicity and uniquely defined by 1 n (c 1 c n 1 1 n 1 n ) = b. As in the two-agent game, it can be veified that c(b, ) is inceasing in. Also, as appoaches, c(b, ) appoaches 1/nb, so that F becomes the unique symmetic equilibium stategy descibed in Theoem 1. Figue 4 shows how the symmetic equilibium stategy changes as n inceases. Figue 4 esembles Figue (whee thee is no minimum outcome equiement). One additional effect that the minimum outcome equiement intoduces is that as n gets lage, the mass that the equilibium stategy places on inceases in fact, this mass conveges to 1 as n. 5. EXTENSION: COSTLY BUDGETS In this section, we study a vaiant in which agents can choose thei budgets at the beginning of the game, and each budget comes Cumulative Density 1 F F F F Outcome Figue 4: Cumulative distibution of symmetic equilibium stategies fo diffeent values of n, given equal budgets b = 5 and = 1. at a cost. Afte the budgets have been chosen, the game poceeds as befoe. Thus, in the fist peiod, agents choose thei budgets b i; in the second peiod, they choose thei lotteies F i (whose expectation must equal b i); and in the thid peiod, outcomes ae dawn fom the lotteies and the winne is detemined. An agent s utility is b i if it does not win, and D b i if it does win, whee D is a constant. Agents ty to maximize expected utility. This vaiant is especially natual in many of the applications in economics, whee agents must make some initial investment. We only conside the -agent case, and we also do not conside the possibility of a minimum necessay outcome. To solve this game, we apply backwad induction. Suppose agent i has chosen budget b i in the fist peiod. To solve the subgame stating at the second peiod, we make use of the equilibium deived in Example (which, by the wok of Dulleck et al. [1], is unique). Assume without loss of geneality that b 1 b. (Even though the game is symmetic at the beginning, the agents may choose diffeent budgets in the fist peiod.) Fom Example, we know that it is an equilibium fo agent 1 to select lottey F 1(x) = 1 b 1/b +(b 1/b )(x/b ) and fo agent to select lottey F (x) = x/b, both with suppots [, b ]. (In fact, these ae minimax stategies.) Given this, we can analyze the fist peiod. Since the game is symmetic between agents at this point, it will suffice to focus on agent 1. Given that agent has decided on budget b >, agent 1 s expected utility as a function of b 1 is given by E[u 1(b 1, b )] = ( b 1 b D b 1 if b 1 b (1 b b 1 )D b 1 if b 1 > b When b 1 b, agent 1 s expected utility is linea in b 1. Hence, it will choose to set b 1 b wheneve D > b. Futhemoe, by diffeentiating the expected utility function when b 1 > b, it can be shown that b 1 = p b D/ maximizes expected utility, given that D > b. (We note that in this case, indeed, b 1 = p b D/ > b.) Moeove, it will choose to set b 1 = wheneve D < b, because in this case, any othe budget will give it a negative expected utility. Finally, when D = b, any b 1 [, D/] is optimal. To summaize, agent 1 s (set-valued) best-esponse function is 8 {} if b > >< D b 1(b ) = [, D ] if b = D >: q { b D } if < b < D We note that if b =, agent 1 would want to choose an infinitesimally small budget in ode to win, so the best esponse is not well-defined in this case. Figue 5 shows the agents best-esponse

7 cuves. (To eliminate any chance of confusion, we note that the D/ b D/ b1(b) b(b1) Figue 5: Best-esponse cuves in budget selection stage vaiables on the axes of this gaph ae budgets, not pobabilities; this gaph is not intended to show mixed-stategy equilibia.) The best-esponse cuves intesect at (D/, D/). The unique subgame pefect pue-stategy equilibium of this game is thus fo both agents to choose a budget of D/ in the fist peiod, and select the unifom lottey ove [, D] in the second. Each agent s expected utility is in equilibium. This is eminiscent of the equilibium of a common-value sealed-bid all-pay auction, whee both agents choose thei bids unifomly at andom fom [, D] (whee D is the common value), leading to an expected utility of fo each agent. We emphasize that while the equilibia ae simila, the games ae quite diffeent. 6. EXTENSION: PRIVATE BUDGETS In this section, we conside an incomplete-infomation setting, whee agents do not know the othe agents budgets. We conside the n-agent case, but do not conside the possibility of a minimum necessay outcome o costly budgets. Suppose that fo evey j {1,..., n}, agent j s (nonnegative) budget is selected by Natue accoding to some commonly known pio, descibed by the CDF W j(b). Thus, this is a Bayesian game, and we will use Bayes-Nash equilibium as ou solution concept. Suppose that agent j i chooses lottey G j b when endowed with budget b, and conside agent i s poblem. Given b i, agent i selects lottey F to maximize Z Z Y... G j b j (x)df(x)dw 1(b 1)... j i...dw i 1(b i 1)dW i+1(b i+1)...dw n(b n) subject to R xdf(x) = b i. Since agent i s expected utility is bounded by 1, Fubini s Theoem allows us to change the ode of integation in the objective function, which is hence equivalent to Z h Z Z Y... G j b j (x)dw 1(b 1)... j i (3) i...dw i 1(b i 1)dW i+1(b i+1)...dw n(b n) df(x) Hee, the backeted expession in (3) gives the ex ante cumulative distibution ove the maximum outcome of all agents othe than i, evaluated at x. Hence, the backeted tem has a ole that is analogous to the ole of F i(x) ealie in the pape: wheeas befoe the uncetainty deived only fom the othe agents stategies, now it deives both fom the othe agents stategies and fom Natue s choice of thei budgets. In ode to use ou pevious techniques fo deiving equilibia, we would need this expession to be popotional to x. This is illustated by the following two examples b1 of pio distibutions and coesponding stategies that constitute symmetic equilibia: 1. Conside the two-agent game with identical pio W = U[, h] fo some h >. One equilibium is fo both agents to acquie the degeneate lottey at b when endowed with a budget b. (This is because given these stategies, the distibution ove the othe agent s outcome is unifom ove [, h], hence any stategy that uses only outcomes in [, h] is a best esponse.). Fo some b >, let b L = 1 b and bh = 3 b. In a two-agent game with an identical pio P(b i = b L) = 1 and P(bi = bh) = 1, i {1, }, the stategy that chooses U[, b] when bi = bl and U[b, b] when b i = b H, constitutes a symmetic equilibium. (This is because given these stategies, the distibution ove the othe agent s outcome is unifom ove [, b], hence any stategy that uses only outcomes in [, b] is a best esponse.) Moe geneally, a stategy pofile G = (G 1,..., G n ), fo which fo evey i {1,..., n} the backeted tem in (3) is popotional to x fo all x that ae used in i s suppots, constitutes an equilibium. This is because, as in the complete-infomation case, the objective function educes to the constaint fo evey agent. Hence, any stategy that satisfies the constaint is a best esponse, including that suggested by G. Fo example, if the pio ove all agents budgets is W, with expectation k, then a stategy G that satisfies Z nk G b (x)dw(b) = (nk) 1 n 1 x 1 n 1 (4) fo all x [, nk], constitutes a symmetic equilibium. In ode to obtain such a stategy, we need to be able to tansfom the pio distibution W into anothe distibution. Specifically, we need stategy G to map budgets in the suppot of the pio W to fai lotteies, so that the ensuing (expected) distibution ove outcomes is as in (4). Let us say that pio CDF W is tansfomable into anothe CDF J if thee exists a stategy G such that the ensuing distibution is J. The following theoem povides necessay conditions fo a pio W to be tansfomable into a CDF J. THEOREM 4. Conside a CDF W and a CDF J, with suppots contained in R. Suppose that W is tansfomable into J. Then fo any b in the suppot of W, the following two inequalities must hold: R 7 b xdw(x) R J 1 (W(b)) xdj(x), and R R xdw(x) b xdj(x). J 1 (W(b)) Specifically, conside the case whee the pio ove each agent s budget is W, with expectation k. In ode fo thee to exist a stategy G that satisfies R nk G b (x)dw(b) = (nk) n 1 1 x n 1 1 fo all x [, nk] (and hence constitutes a symmetic equilibium), Theoem 4 tells us that fo any budget b in the suppot of W, it is necessay that E W [x x b] k(w(b)) n 1 and E W [x x > b] k P n 1 j= (W(b))j. It is an open question whethe these conditions ae also sufficient fo the stategy to be tansfomable in the desied way. Howeve, the following theoem does povide a (moe limited) sufficient condition: THEOREM 5. Conside a -agent pivate-budget game in which both agents budgets ae distibuted accoding to a commonly known 7 If J has mass points, then J 1 (W(b)) is not necessaily defined. In this case, R J 1 (W(b)) xdj(x) should be intepeted to integate x only ove the lowest W(b) mass of J. Letting y be the point such that J(y) > W(b) and J(y ǫ) < W(b) fo all ǫ >, a moe pecise expession would be R y xdj(x) (J(y) W(b))y. The intepetation of R xdj(x) is simila. J 1 (W(b))

8 CDF W with expectation k. If the suppot of W is a subset of [k/, 3k/], then W is tansfomable into U[, k] (and hence a symmetic equilibium exists). Intuitively, if W s suppot is a subset of [k/, 3k/], then given any budget, an agent can choose a fai lottey ove outcomes k/ and 3k/. Since W has expectation k, choosing such lotteies esults in a mass of 1/ at each of these outcomes. The agent can subsequently select lottey U[, k] given outcome k/, and U[k, k] given outcome 3k/. The esulting distibution ove outcomes is U[, k]. 7. CONCLUSIONS In many multiagent settings, each agent s goal is to come out ahead of the othe agents on some metic, such as the cuency obtained by the agent. Examples include tading agent competitions, compute poke tounaments, stock tading competitions, etc. In such settings, it is not appopiate fo an agent to ty to maximize its expected scoe on the metic; athe, the agent should maximize its expected pobability of winning. In pinciple, given this objective, the game can be solved using game-theoetic techniques. Howeve, the games above ae fa too lage and complex to solve exactly. To get some intuition as to what an optimal stategy in such games should look like, we intoduced a simplified game that captues some of thei key aspects, and solved it (and seveal vaiants) exactly. We expect that the equilibia of the lage games will display some similaity to the equilibia obtained in this pape. Specifically, the basic game that we studied is the following: each agent i chooses a lottey ove nonnegative numbes whose expectation is equal to its budget b i. The agent with the highest ealized outcome wins (and agents only cae about winning). We began by solving a few examples. Then, we studied the case whee each agent has the same budget. We showed that thee is a unique symmetic equilibium, in which each agent chooses a lottey that andomizes ove a continuum of monetay outcomes. The expectation of the highest ealized outcome in this equilibium is within a facto of what could be obtained if all agents coopeated to maximize the expectation of the highest ealized outcome. We also showed that unde some estictions on the lotteies, the symmetic equilibium is the unique equilibium of the equal-budget game. We poceeded to study vaiants of the basic game. Fist, we extended ou symmetic equilibium chaacteization to the case whee agents must supass a minimum necessay outcome in ode to win. Next, we studied a game in which agents fist choose thei budgets, which come at a cost. We found the unique puestategy subgame pefect equilibium of this game, which gives the agents an expected utility of. Then, we intoduced an incompleteinfomation model in which agents do not know the othe agents budgets a common situation. We showed that ou completeinfomation techniques can be applied to this setting if it is possible to tansfom the pio ove budgets into the appopiate distibution ove outcomes. We gave a necessay condition as well as a (moe estictive) sufficient condition fo this to be possible. Futue eseach can take a numbe of specific technical diections. The most obvious diections ae to extend ou esults to the setting of unequal budgets, as well as to investigate whethe the symmetic equilibium is the unique equilibium of the equalbudget game (without any estictions on the lotteies). Anothe impotant diection is to conside lottey spaces that ae esticted (fo example, allowing only lotteies ove a discetized space), o extended with unfai lotteies. Even moe geneally, we can allow agents to choose lotteies that ae coelated with each othe. Yet anothe diection is to conside vesions of these games in which agents may obseve othe agents budgets ove time. We can also conside diffeent utility functions: fo example, the agent may also deive some utility fom coming in second place. Finally, in the pivate-budgets setting, we left as an open question whethe ou necessay condition is also sufficient. 8. REFERENCES [1] A. Andeson and L. M. B. Cabal. Go fo boke o play it safe? Dynamic competition with choice of vaiance. RAND Jounal of Economics, 7. Fothcoming. [] F. J. Anscombe and R. J. Aumann. A definition of subjective pobability. Annals of Math. Statistics, 34:199 5, [3] M. R. Baye, D. Kovenock, and C. G. de Vies. The all-pay auction with complete infomation. Economic Theoy, 8():91 35, [4] S. Bhattachaya and D. Mookhejee. Potfolio choice in eseach and development. RAND Jounal of Economics, 17(4):594 65, [5] D. Billings, N. Buch, A. Davidson, R. Holte, J. Schaeffe, T. Schauenbeg, and D. Szafon. Appoximating gametheoetic optimal stategies fo full-scale poke. IJCAI, 3. [6] L. M. B. Cabal. Inceasing dominance with no efficiency effect. Jounal of Economic Theoy, 1: ,. [7] J. Collins, R. Aunachalam, N. Sadeh, J. Eiksson, N. Finne, and S. Janson. The supply chain management game fo the 7 tading agent competition. Technical Repot CMU-ISRI-7-1, Canegie Mellon Univesity, 6. [8] V. Denicolò. Patent aces and optimal patent beadth and length. J. of Industial Economics, 44(3):49 65, [9] V. Denicolò. Two-stage patent aces and patent policy. RAND Jounal of Economics, 31(3):45 487,. [1] U. Dulleck, P. Fijtes, and K. Podczeck. All-pay auctions with budget constaints and fai insuance. Woking pape 613, Depatment of Economics, Johannes Keple Univesity of Linz, Austia, 6. [11] A. Gilpin and T. Sandholm. A competitive Texas Hold em poke playe via automated abstaction and eal-time equilibium computation. AAAI, 6. [1] A. Gilpin and T. Sandholm. Bette automated abstaction techniques fo impefect infomation games, with application to Texas Hold em poke. AAMAS, 7. [13] M. Keans and L. Otiz. The Penn-Lehman automated tading poject. IEEE Intelligent Systems, 18(6): 31, 3. [14] C. Kiekintveld, Y. Voobeychik, and M. P. Wellman. An analysis of the 4 supply chain management tading agent competition. In Wokshop on Tading Agent Design and Analysis (TADA), 5. [15] J.-J. Laffont and J. Robet. Optimal auction with financially constained buyes. Economic Lettes, 5: , [16] A. Mas-Colell, M. Whinston, and J. R. Geen. Micoeconomic Theoy. Oxfod Univesity Pess, [17] C. McMillen and M. Veloso. Thesholded ewads: Acting optimally in timed, zeo-sum games. AAAI, 7. [18] J. Shi and M. Littman. Abstaction methods fo game theoetic poke. Computes and Games, , 1. [19] Univesity of Albeta. Ameican Association fo Atificial Intelligence compute poke competition, 6. poket/. [] Y. Voobeychik, C. Kiekintveld, and M. Wellman. Empiical mechanism design: Methods, with application to a supply chain scenaio. ACM-EC, 6. [1] M. P. Wellman, J. Estelle, S. Singh, Y. Voobeychik, C. Kiekintveld, and V. Soni. Stategic inteactions in a supply chain game. Computational Intelligence, 1:1 6, 5. [] M. P. Wellman, P. R. Jodan, C. Kiekintveld, J. Mille, and D. M. Reeves. Empiical game-theoetic analysis of the TAC maket games. In Wokshop on Game Theoetic and Decision Theoetic Agents (GTDT), 6.

Chapter 3 Savings, Present Value and Ricardian Equivalence

Chapter 3 Savings, Present Value and Ricardian Equivalence Chapte 3 Savings, Pesent Value and Ricadian Equivalence Chapte Oveview In the pevious chapte we studied the decision of households to supply hous to the labo maket. This decision was a static decision,

More information

An Introduction to Omega

An Introduction to Omega An Intoduction to Omega Con Keating and William F. Shadwick These distibutions have the same mean and vaiance. Ae you indiffeent to thei isk-ewad chaacteistics? The Finance Development Cente 2002 1 Fom

More information

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses,

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses, 3.4. KEPLER S LAWS 145 3.4 Keple s laws You ae familia with the idea that one can solve some mechanics poblems using only consevation of enegy and (linea) momentum. Thus, some of what we see as objects

More information

Converting knowledge Into Practice

Converting knowledge Into Practice Conveting knowledge Into Pactice Boke Nightmae srs Tend Ride By Vladimi Ribakov Ceato of Pips Caie 20 of June 2010 2 0 1 0 C o p y i g h t s V l a d i m i R i b a k o v 1 Disclaime and Risk Wanings Tading

More information

Ilona V. Tregub, ScD., Professor

Ilona V. Tregub, ScD., Professor Investment Potfolio Fomation fo the Pension Fund of Russia Ilona V. egub, ScD., Pofesso Mathematical Modeling of Economic Pocesses Depatment he Financial Univesity unde the Govenment of the Russian Fedeation

More information

Channel selection in e-commerce age: A strategic analysis of co-op advertising models

Channel selection in e-commerce age: A strategic analysis of co-op advertising models Jounal of Industial Engineeing and Management JIEM, 013 6(1):89-103 Online ISSN: 013-0953 Pint ISSN: 013-843 http://dx.doi.og/10.396/jiem.664 Channel selection in e-commece age: A stategic analysis of

More information

CHAPTER 10 Aggregate Demand I

CHAPTER 10 Aggregate Demand I CHAPTR 10 Aggegate Demand I Questions fo Review 1. The Keynesian coss tells us that fiscal policy has a multiplied effect on income. The eason is that accoding to the consumption function, highe income

More information

Peer-to-Peer File Sharing Game using Correlated Equilibrium

Peer-to-Peer File Sharing Game using Correlated Equilibrium Pee-to-Pee File Shaing Game using Coelated Equilibium Beibei Wang, Zhu Han, and K. J. Ray Liu Depatment of Electical and Compute Engineeing and Institute fo Systems Reseach, Univesity of Mayland, College

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distibution A. It would be vey tedious if, evey time we had a slightly diffeent poblem, we had to detemine the pobability distibutions fom scatch. Luckily, thee ae enough similaities between

More information

Financing Terms in the EOQ Model

Financing Terms in the EOQ Model Financing Tems in the EOQ Model Habone W. Stuat, J. Columbia Business School New Yok, NY 1007 hws7@columbia.edu August 6, 004 1 Intoduction This note discusses two tems that ae often omitted fom the standad

More information

Problem Set # 9 Solutions

Problem Set # 9 Solutions Poblem Set # 9 Solutions Chapte 12 #2 a. The invention of the new high-speed chip inceases investment demand, which shifts the cuve out. That is, at evey inteest ate, fims want to invest moe. The incease

More information

Software Engineering and Development

Software Engineering and Development I T H E A 67 Softwae Engineeing and Development SOFTWARE DEVELOPMENT PROCESS DYNAMICS MODELING AS STATE MACHINE Leonid Lyubchyk, Vasyl Soloshchuk Abstact: Softwae development pocess modeling is gaining

More information

A Capacitated Commodity Trading Model with Market Power

A Capacitated Commodity Trading Model with Market Power A Capacitated Commodity Tading Model with Maket Powe Victo Matínez-de-Albéniz Josep Maia Vendell Simón IESE Business School, Univesity of Navaa, Av. Peason 1, 08034 Bacelona, Spain VAlbeniz@iese.edu JMVendell@iese.edu

More information

Efficient Redundancy Techniques for Latency Reduction in Cloud Systems

Efficient Redundancy Techniques for Latency Reduction in Cloud Systems Efficient Redundancy Techniques fo Latency Reduction in Cloud Systems 1 Gaui Joshi, Emina Soljanin, and Gegoy Wonell Abstact In cloud computing systems, assigning a task to multiple seves and waiting fo

More information

Spirotechnics! September 7, 2011. Amanda Zeringue, Michael Spannuth and Amanda Zeringue Dierential Geometry Project

Spirotechnics! September 7, 2011. Amanda Zeringue, Michael Spannuth and Amanda Zeringue Dierential Geometry Project Spiotechnics! Septembe 7, 2011 Amanda Zeingue, Michael Spannuth and Amanda Zeingue Dieential Geomety Poject 1 The Beginning The geneal consensus of ou goup began with one thought: Spiogaphs ae awesome.

More information

Exam #1 Review Answers

Exam #1 Review Answers xam #1 Review Answes 1. Given the following pobability distibution, calculate the expected etun, vaiance and standad deviation fo Secuity J. State Pob (R) 1 0.2 10% 2 0.6 15 3 0.2 20 xpected etun = 0.2*10%

More information

Risk Sensitive Portfolio Management With Cox-Ingersoll-Ross Interest Rates: the HJB Equation

Risk Sensitive Portfolio Management With Cox-Ingersoll-Ross Interest Rates: the HJB Equation Risk Sensitive Potfolio Management With Cox-Ingesoll-Ross Inteest Rates: the HJB Equation Tomasz R. Bielecki Depatment of Mathematics, The Notheasten Illinois Univesity 55 Noth St. Louis Avenue, Chicago,

More information

Questions for Review. By buying bonds This period you save s, next period you get s(1+r)

Questions for Review. By buying bonds This period you save s, next period you get s(1+r) MACROECONOMICS 2006 Week 5 Semina Questions Questions fo Review 1. How do consumes save in the two-peiod model? By buying bonds This peiod you save s, next peiod you get s() 2. What is the slope of a consume

More information

Saturated and weakly saturated hypergraphs

Saturated and weakly saturated hypergraphs Satuated and weakly satuated hypegaphs Algebaic Methods in Combinatoics, Lectues 6-7 Satuated hypegaphs Recall the following Definition. A family A P([n]) is said to be an antichain if we neve have A B

More information

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing M13914 Questions & Answes Chapte 10 Softwae Reliability Pediction, Allocation and Demonstation Testing 1. Homewok: How to deive the fomula of failue ate estimate. λ = χ α,+ t When the failue times follow

More information

Financial Planning and Risk-return profiles

Financial Planning and Risk-return profiles Financial Planning and Risk-etun pofiles Stefan Gaf, Alexande Kling und Jochen Russ Pepint Seies: 2010-16 Fakultät fü Mathematik und Witschaftswissenschaften UNIERSITÄT ULM Financial Planning and Risk-etun

More information

An Analysis of Manufacturer Benefits under Vendor Managed Systems

An Analysis of Manufacturer Benefits under Vendor Managed Systems An Analysis of Manufactue Benefits unde Vendo Managed Systems Seçil Savaşaneil Depatment of Industial Engineeing, Middle East Technical Univesity, 06531, Ankaa, TURKEY secil@ie.metu.edu.t Nesim Ekip 1

More information

ON THE (Q, R) POLICY IN PRODUCTION-INVENTORY SYSTEMS

ON THE (Q, R) POLICY IN PRODUCTION-INVENTORY SYSTEMS ON THE R POLICY IN PRODUCTION-INVENTORY SYSTEMS Saifallah Benjaafa and Joon-Seok Kim Depatment of Mechanical Engineeing Univesity of Minnesota Minneapolis MN 55455 Abstact We conside a poduction-inventoy

More information

Controlling the Money Supply: Bond Purchases in the Open Market

Controlling the Money Supply: Bond Purchases in the Open Market Money Supply By the Bank of Canada and Inteest Rate Detemination Open Opeations and Monetay Tansmission Mechanism The Cental Bank conducts monetay policy Bank of Canada is Canada's cental bank supevises

More information

The Supply of Loanable Funds: A Comment on the Misconception and Its Implications

The Supply of Loanable Funds: A Comment on the Misconception and Its Implications JOURNL OF ECONOMICS ND FINNCE EDUCTION Volume 7 Numbe 2 Winte 2008 39 The Supply of Loanable Funds: Comment on the Misconception and Its Implications. Wahhab Khandke and mena Khandke* STRCT Recently Fields-Hat

More information

INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS

INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS Vesion:.0 Date: June 0 Disclaime This document is solely intended as infomation fo cleaing membes and othes who ae inteested in

More information

Electricity transmission network optimization model of supply and demand the case in Taiwan electricity transmission system

Electricity transmission network optimization model of supply and demand the case in Taiwan electricity transmission system Electicity tansmission netwok optimization model of supply and demand the case in Taiwan electicity tansmission system Miao-Sheng Chen a Chien-Liang Wang b,c, Sheng-Chuan Wang d,e a Taichung Banch Gaduate

More information

Figure 2. So it is very likely that the Babylonians attributed 60 units to each side of the hexagon. Its resulting perimeter would then be 360!

Figure 2. So it is very likely that the Babylonians attributed 60 units to each side of the hexagon. Its resulting perimeter would then be 360! 1. What ae angles? Last time, we looked at how the Geeks intepeted measument of lengths. Howeve, as fascinated as they wee with geomety, thee was a shape that was much moe enticing than any othe : the

More information

Nontrivial lower bounds for the least common multiple of some finite sequences of integers

Nontrivial lower bounds for the least common multiple of some finite sequences of integers J. Numbe Theoy, 15 (007), p. 393-411. Nontivial lowe bounds fo the least common multiple of some finite sequences of integes Bai FARHI bai.fahi@gmail.com Abstact We pesent hee a method which allows to

More information

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION Page 1 STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION C. Alan Blaylock, Hendeson State Univesity ABSTRACT This pape pesents an intuitive appoach to deiving annuity fomulas fo classoom use and attempts

More information

Semipartial (Part) and Partial Correlation

Semipartial (Part) and Partial Correlation Semipatial (Pat) and Patial Coelation his discussion boows heavily fom Applied Multiple egession/coelation Analysis fo the Behavioal Sciences, by Jacob and Paticia Cohen (975 edition; thee is also an updated

More information

est using the formula I = Prt, where I is the interest earned, P is the principal, r is the interest rate, and t is the time in years.

est using the formula I = Prt, where I is the interest earned, P is the principal, r is the interest rate, and t is the time in years. 9.2 Inteest Objectives 1. Undestand the simple inteest fomula. 2. Use the compound inteest fomula to find futue value. 3. Solve the compound inteest fomula fo diffeent unknowns, such as the pesent value,

More information

Database Management Systems

Database Management Systems Contents Database Management Systems (COP 5725) D. Makus Schneide Depatment of Compute & Infomation Science & Engineeing (CISE) Database Systems Reseach & Development Cente Couse Syllabus 1 Sping 2012

More information

Patent renewals and R&D incentives

Patent renewals and R&D incentives RAND Jounal of Economics Vol. 30, No., Summe 999 pp. 97 3 Patent enewals and R&D incentives Fancesca Conelli* and Mak Schankeman** In a model with moal hazad and asymmetic infomation, we show that it can

More information

Define What Type of Trader Are you?

Define What Type of Trader Are you? Define What Type of Tade Ae you? Boke Nightmae srs Tend Ride By Vladimi Ribakov Ceato of Pips Caie 20 of June 2010 1 Disclaime and Risk Wanings Tading any financial maket involves isk. The content of this

More information

Experimentation under Uninsurable Idiosyncratic Risk: An Application to Entrepreneurial Survival

Experimentation under Uninsurable Idiosyncratic Risk: An Application to Entrepreneurial Survival Expeimentation unde Uninsuable Idiosyncatic Risk: An Application to Entepeneuial Suvival Jianjun Miao and Neng Wang May 28, 2007 Abstact We popose an analytically tactable continuous-time model of expeimentation

More information

Article Two pricing mechanisms in sponsored search advertising

Article Two pricing mechanisms in sponsored search advertising econsto www.econsto.eu De Open-Access-Publikationsseve de ZBW Leibniz-Infomationszentum Witschaft The Open Access Publication Seve of the ZBW Leibniz Infomation Cente fo Economics Yang, Wei; Feng, Youyi;

More information

Liquidity and Insurance for the Unemployed

Liquidity and Insurance for the Unemployed Liquidity and Insuance fo the Unemployed Robet Shime Univesity of Chicago and NBER shime@uchicago.edu Iván Wening MIT, NBER and UTDT iwening@mit.edu Fist Daft: July 15, 2003 This Vesion: Septembe 22, 2005

More information

FXA 2008. Candidates should be able to : Describe how a mass creates a gravitational field in the space around it.

FXA 2008. Candidates should be able to : Describe how a mass creates a gravitational field in the space around it. Candidates should be able to : Descibe how a mass ceates a gavitational field in the space aound it. Define gavitational field stength as foce pe unit mass. Define and use the peiod of an object descibing

More information

Explicit, analytical solution of scaling quantum graphs. Abstract

Explicit, analytical solution of scaling quantum graphs. Abstract Explicit, analytical solution of scaling quantum gaphs Yu. Dabaghian and R. Blümel Depatment of Physics, Wesleyan Univesity, Middletown, CT 06459-0155, USA E-mail: ydabaghian@wesleyan.edu (Januay 6, 2003)

More information

Saving and Investing for Early Retirement: A Theoretical Analysis

Saving and Investing for Early Retirement: A Theoretical Analysis Saving and Investing fo Ealy Retiement: A Theoetical Analysis Emmanuel Fahi MIT Stavos Panageas Whaton Fist Vesion: Mach, 23 This Vesion: Januay, 25 E. Fahi: MIT Depatment of Economics, 5 Memoial Dive,

More information

Research and the Approval Process

Research and the Approval Process Reseach and the Appoval Pocess Emeic Heny y Maco Ottaviani z Febuay 2014 Abstact An agent sequentially collects infomation to obtain a pincipal s appoval, such as a phamaceutical company seeking FDA appoval

More information

Liquidity and Insurance for the Unemployed*

Liquidity and Insurance for the Unemployed* Fedeal Reseve Bank of Minneapolis Reseach Depatment Staff Repot 366 Decembe 2005 Liquidity and Insuance fo the Unemployed* Robet Shime Univesity of Chicago and National Bueau of Economic Reseach Iván Wening

More information

HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING

HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING U.P.B. Sci. Bull., Seies C, Vol. 77, Iss. 2, 2015 ISSN 2286-3540 HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING Roxana MARCU 1, Dan POPESCU 2, Iulian DANILĂ 3 A high numbe of infomation systems ae available

More information

A framework for the selection of enterprise resource planning (ERP) system based on fuzzy decision making methods

A framework for the selection of enterprise resource planning (ERP) system based on fuzzy decision making methods A famewok fo the selection of entepise esouce planning (ERP) system based on fuzzy decision making methods Omid Golshan Tafti M.s student in Industial Management, Univesity of Yazd Omidgolshan87@yahoo.com

More information

Physics 235 Chapter 5. Chapter 5 Gravitation

Physics 235 Chapter 5. Chapter 5 Gravitation Chapte 5 Gavitation In this Chapte we will eview the popeties of the gavitational foce. The gavitational foce has been discussed in geat detail in you intoductoy physics couses, and we will pimaily focus

More information

How To Find The Optimal Stategy For Buying Life Insuance

How To Find The Optimal Stategy For Buying Life Insuance Life Insuance Puchasing to Reach a Bequest Ehan Bayakta Depatment of Mathematics, Univesity of Michigan Ann Abo, Michigan, USA, 48109 S. David Pomislow Depatment of Mathematics, Yok Univesity Toonto, Ontaio,

More information

Episode 401: Newton s law of universal gravitation

Episode 401: Newton s law of universal gravitation Episode 401: Newton s law of univesal gavitation This episode intoduces Newton s law of univesal gavitation fo point masses, and fo spheical masses, and gets students pactising calculations of the foce

More information

Promised Lead-Time Contracts Under Asymmetric Information

Promised Lead-Time Contracts Under Asymmetric Information OPERATIONS RESEARCH Vol. 56, No. 4, July August 28, pp. 898 915 issn 3-364X eissn 1526-5463 8 564 898 infoms doi 1.1287/ope.18.514 28 INFORMS Pomised Lead-Time Contacts Unde Asymmetic Infomation Holly

More information

Effect of Contention Window on the Performance of IEEE 802.11 WLANs

Effect of Contention Window on the Performance of IEEE 802.11 WLANs Effect of Contention Window on the Pefomance of IEEE 82.11 WLANs Yunli Chen and Dhama P. Agawal Cente fo Distibuted and Mobile Computing, Depatment of ECECS Univesity of Cincinnati, OH 45221-3 {ychen,

More information

Lab #7: Energy Conservation

Lab #7: Energy Conservation Lab #7: Enegy Consevation Photo by Kallin http://www.bungeezone.com/pics/kallin.shtml Reading Assignment: Chapte 7 Sections 1,, 3, 5, 6 Chapte 8 Sections 1-4 Intoduction: Pehaps one of the most unusual

More information

College Enrollment, Dropouts and Option Value of Education

College Enrollment, Dropouts and Option Value of Education College Enollment, Dopouts and Option Value of Education Ozdagli, Ali Tachte, Nicholas y Febuay 5, 2008 Abstact Psychic costs ae the most impotant component of the papes that ae tying to match empiical

More information

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM Main Golub Faculty of Electical Engineeing and Computing, Univesity of Zageb Depatment of Electonics, Micoelectonics,

More information

MULTIPLE SOLUTIONS OF THE PRESCRIBED MEAN CURVATURE EQUATION

MULTIPLE SOLUTIONS OF THE PRESCRIBED MEAN CURVATURE EQUATION MULTIPLE SOLUTIONS OF THE PRESCRIBED MEAN CURVATURE EQUATION K.C. CHANG AND TAN ZHANG In memoy of Pofesso S.S. Chen Abstact. We combine heat flow method with Mose theoy, supe- and subsolution method with

More information

Rune Stenbacka Tuomas Takalo. Switching costs and financial stability

Rune Stenbacka Tuomas Takalo. Switching costs and financial stability Rune Stenbacka Tuomas Takalo Switching costs and financial stability ank of Finland Reseach Discussion Pape 06 SWITCING COSTS ND FINNCIL STILITY* Rune Stenbacka** Tuomas Takalo*** 4 Januay 06 We establish

More information

An Epidemic Model of Mobile Phone Virus

An Epidemic Model of Mobile Phone Virus An Epidemic Model of Mobile Phone Vius Hui Zheng, Dong Li, Zhuo Gao 3 Netwok Reseach Cente, Tsinghua Univesity, P. R. China zh@tsinghua.edu.cn School of Compute Science and Technology, Huazhong Univesity

More information

Supply chain information sharing in a macro prediction market

Supply chain information sharing in a macro prediction market Decision Suppot Systems 42 (2006) 944 958 www.elsevie.com/locate/dss Supply chain infomation shaing in a maco pediction maket Zhiling Guo a,, Fang Fang b, Andew B. Whinston c a Depatment of Infomation

More information

Referral service and customer incentive in online retail supply Chain

Referral service and customer incentive in online retail supply Chain Refeal sevice and custome incentive in online etail supply Chain Y. G. Chen 1, W. Y. Zhang, S. Q. Yang 3, Z. J. Wang 4 and S. F. Chen 5 1,,3,4 School of Infomation Zhejiang Univesity of Finance and Economics

More information

Over-encryption: Management of Access Control Evolution on Outsourced Data

Over-encryption: Management of Access Control Evolution on Outsourced Data Ove-encyption: Management of Access Contol Evolution on Outsouced Data Sabina De Capitani di Vimecati DTI - Univesità di Milano 26013 Cema - Italy decapita@dti.unimi.it Stefano Paaboschi DIIMM - Univesità

More information

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers Concept and Expeiences on using a Wiki-based System fo Softwae-elated Semina Papes Dominik Fanke and Stefan Kowalewski RWTH Aachen Univesity, 52074 Aachen, Gemany, {fanke, kowalewski}@embedded.wth-aachen.de,

More information

We address the value of quick response production practices when selling to a forward-looking consumer

We address the value of quick response production practices when selling to a forward-looking consumer MANAGEMENT SCIENCE Vol. 57, No. 10, Octobe 2011, pp. 1737 1751 issn 0025-1909 ó eissn 1526-5501 ó 11 ó 5710 ó 1737 http://dx.doi.og/10.1287/mnsc.1110.1360 2011 INFORMS Selling to Stategic Consumes When

More information

On Some Functions Involving the lcm and gcd of Integer Tuples

On Some Functions Involving the lcm and gcd of Integer Tuples SCIENTIFIC PUBLICATIONS OF THE STATE UNIVERSITY OF NOVI PAZAR SER. A: APPL. MATH. INFORM. AND MECH. vol. 6, 2 (2014), 91-100. On Some Functions Involving the lcm and gcd of Intege Tuples O. Bagdasa Abstact:

More information

9:6.4 Sample Questions/Requests for Managing Underwriter Candidates

9:6.4 Sample Questions/Requests for Managing Underwriter Candidates 9:6.4 INITIAL PUBLIC OFFERINGS 9:6.4 Sample Questions/Requests fo Managing Undewite Candidates Recent IPO Expeience Please povide a list of all completed o withdawn IPOs in which you fim has paticipated

More information

Trading Volume and Serial Correlation in Stock Returns in Pakistan. Abstract

Trading Volume and Serial Correlation in Stock Returns in Pakistan. Abstract Tading Volume and Seial Coelation in Stock Retuns in Pakistan Khalid Mustafa Assistant Pofesso Depatment of Economics, Univesity of Kaachi e-mail: khalidku@yahoo.com and Mohammed Nishat Pofesso and Chaiman,

More information

Data Center Demand Response: Avoiding the Coincident Peak via Workload Shifting and Local Generation

Data Center Demand Response: Avoiding the Coincident Peak via Workload Shifting and Local Generation (213) 1 28 Data Cente Demand Response: Avoiding the Coincident Peak via Wokload Shifting and Local Geneation Zhenhua Liu 1, Adam Wieman 1, Yuan Chen 2, Benjamin Razon 1, Niangjun Chen 1 1 Califonia Institute

More information

Automatic Testing of Neighbor Discovery Protocol Based on FSM and TTCN*

Automatic Testing of Neighbor Discovery Protocol Based on FSM and TTCN* Automatic Testing of Neighbo Discovey Potocol Based on FSM and TTCN* Zhiliang Wang, Xia Yin, Haibin Wang, and Jianping Wu Depatment of Compute Science, Tsinghua Univesity Beijing, P. R. China, 100084 Email:

More information

Chris J. Skinner The probability of identification: applying ideas from forensic statistics to disclosure risk assessment

Chris J. Skinner The probability of identification: applying ideas from forensic statistics to disclosure risk assessment Chis J. Skinne The pobability of identification: applying ideas fom foensic statistics to disclosue isk assessment Aticle (Accepted vesion) (Refeeed) Oiginal citation: Skinne, Chis J. (2007) The pobability

More information

Modeling and Verifying a Price Model for Congestion Control in Computer Networks Using PROMELA/SPIN

Modeling and Verifying a Price Model for Congestion Control in Computer Networks Using PROMELA/SPIN Modeling and Veifying a Pice Model fo Congestion Contol in Compute Netwoks Using PROMELA/SPIN Clement Yuen and Wei Tjioe Depatment of Compute Science Univesity of Toonto 1 King s College Road, Toonto,

More information

Mathematical Association of America is collaborating with JSTOR to digitize, preserve and extend access to The American Mathematical Monthly.

Mathematical Association of America is collaborating with JSTOR to digitize, preserve and extend access to The American Mathematical Monthly. Ealy Round Bluffing in Poke Autho(s): Califonia Jack Cassidy Souce: The Ameican Mathematical Monthly, Vol. 22, No. 8 (Octobe 25), pp. 726-744 Published by: Mathematical Association of Ameica Stable URL:

More information

Coordinate Systems L. M. Kalnins, March 2009

Coordinate Systems L. M. Kalnins, March 2009 Coodinate Sstems L. M. Kalnins, Mach 2009 Pupose of a Coodinate Sstem The pupose of a coodinate sstem is to uniquel detemine the position of an object o data point in space. B space we ma liteall mean

More information

Definitions and terminology

Definitions and terminology I love the Case & Fai textbook but it is out of date with how monetay policy woks today. Please use this handout to supplement the chapte on monetay policy. The textbook assumes that the Fedeal Reseve

More information

PRICING MODEL FOR COMPETING ONLINE AND RETAIL CHANNEL WITH ONLINE BUYING RISK

PRICING MODEL FOR COMPETING ONLINE AND RETAIL CHANNEL WITH ONLINE BUYING RISK PRICING MODEL FOR COMPETING ONLINE AND RETAIL CHANNEL WITH ONLINE BUYING RISK Vaanya Vaanyuwatana Chutikan Anunyavanit Manoat Pinthong Puthapon Jaupash Aussaavut Dumongsii Siinhon Intenational Institute

More information

Ignorance is not bliss when it comes to knowing credit score

Ignorance is not bliss when it comes to knowing credit score NET GAIN Scoing points fo you financial futue AS SEEN IN USA TODAY SEPTEMBER 28, 2004 Ignoance is not bliss when it comes to knowing cedit scoe By Sanda Block USA TODAY Fom Alabama comes eassuing news

More information

Research on Risk Assessment of the Transformer Based on Life Cycle Cost

Research on Risk Assessment of the Transformer Based on Life Cycle Cost ntenational Jounal of Smat Gid and lean Enegy eseach on isk Assessment of the Tansfome Based on Life ycle ost Hui Zhou a, Guowei Wu a, Weiwei Pan a, Yunhe Hou b, hong Wang b * a Zhejiang Electic Powe opoation,

More information

An Approach to Optimized Resource Allocation for Cloud Simulation Platform

An Approach to Optimized Resource Allocation for Cloud Simulation Platform An Appoach to Optimized Resouce Allocation fo Cloud Simulation Platfom Haitao Yuan 1, Jing Bi 2, Bo Hu Li 1,3, Xudong Chai 3 1 School of Automation Science and Electical Engineeing, Beihang Univesity,

More information

The Personal-Tax Advantages of Equity

The Personal-Tax Advantages of Equity The Pesonal-Tax Advantages of Equity Richad C. Geen and Buton Hollifield Gaduate School of Industial Administation Canegie Mellon Univesity Decembe 23, 999 Discussions with Piee Collin Dufesne, Bob Dammon,

More information

Open Economies. Chapter 32. A Macroeconomic Theory of the Open Economy. Basic Assumptions of a Macroeconomic Model of an Open Economy

Open Economies. Chapter 32. A Macroeconomic Theory of the Open Economy. Basic Assumptions of a Macroeconomic Model of an Open Economy Chapte 32. A Macoeconomic Theoy of the Open Economy Open Economies An open economy is one that inteacts feely with othe economies aound the wold. slide 0 slide 1 Key Macoeconomic Vaiables in an Open Economy

More information

An Efficient Group Key Agreement Protocol for Ad hoc Networks

An Efficient Group Key Agreement Protocol for Ad hoc Networks An Efficient Goup Key Ageement Potocol fo Ad hoc Netwoks Daniel Augot, Raghav haska, Valéie Issany and Daniele Sacchetti INRIA Rocquencout 78153 Le Chesnay Fance {Daniel.Augot, Raghav.haska, Valéie.Issany,

More information

Carter-Penrose diagrams and black holes

Carter-Penrose diagrams and black holes Cate-Penose diagams and black holes Ewa Felinska The basic intoduction to the method of building Penose diagams has been pesented, stating with obtaining a Penose diagam fom Minkowski space. An example

More information

The transport performance evaluation system building of logistics enterprises

The transport performance evaluation system building of logistics enterprises Jounal of Industial Engineeing and Management JIEM, 213 6(4): 194-114 Online ISSN: 213-953 Pint ISSN: 213-8423 http://dx.doi.og/1.3926/jiem.784 The tanspot pefomance evaluation system building of logistics

More information

An application of stochastic programming in solving capacity allocation and migration planning problem under uncertainty

An application of stochastic programming in solving capacity allocation and migration planning problem under uncertainty An application of stochastic pogamming in solving capacity allocation and migation planning poblem unde uncetainty Yin-Yann Chen * and Hsiao-Yao Fan Depatment of Industial Management, National Fomosa Univesity,

More information

Approximation Algorithms for Data Management in Networks

Approximation Algorithms for Data Management in Networks Appoximation Algoithms fo Data Management in Netwoks Chistof Kick Heinz Nixdof Institute and Depatment of Mathematics & Compute Science adebon Univesity Gemany kueke@upb.de Haald Räcke Heinz Nixdof Institute

More information

Improving Network Security Via Cyber-Insurance A Market Analysis

Improving Network Security Via Cyber-Insurance A Market Analysis 1 Impoving Netwok Secuity Via Cybe-Insuance A Maket Analysis RANJAN PAL, LEANA GOLUBCHIK, KONSTANTINOS PSOUNIS Univesity of Southen Califonia PAN HUI Hong Kong Univesity of Science and Technology Recent

More information

Money Market Funds Intermediation and Bank Instability

Money Market Funds Intermediation and Bank Instability Fedeal Reseve Bank of New Yok Staff Repots Money Maket Funds Intemediation and Bank Instability Maco Cipiani Antoine Matin Buno M. Paigi Staff Repot No. 599 Febuay 013 Revised May 013 This pape pesents

More information

How Much Should a Firm Borrow. Effect of tax shields. Capital Structure Theory. Capital Structure & Corporate Taxes

How Much Should a Firm Borrow. Effect of tax shields. Capital Structure Theory. Capital Structure & Corporate Taxes How Much Should a Fim Boow Chapte 19 Capital Stuctue & Copoate Taxes Financial Risk - Risk to shaeholdes esulting fom the use of debt. Financial Leveage - Incease in the vaiability of shaeholde etuns that

More information

INVESTIGATION OF FLOW INSIDE AN AXIAL-FLOW PUMP OF GV IMP TYPE

INVESTIGATION OF FLOW INSIDE AN AXIAL-FLOW PUMP OF GV IMP TYPE 1 INVESTIGATION OF FLOW INSIDE AN AXIAL-FLOW PUMP OF GV IMP TYPE ANATOLIY A. YEVTUSHENKO 1, ALEXEY N. KOCHEVSKY 1, NATALYA A. FEDOTOVA 1, ALEXANDER Y. SCHELYAEV 2, VLADIMIR N. KONSHIN 2 1 Depatment of

More information

Optimal Capital Structure with Endogenous Bankruptcy:

Optimal Capital Structure with Endogenous Bankruptcy: Univesity of Pisa Ph.D. Pogam in Mathematics fo Economic Decisions Leonado Fibonacci School cotutelle with Institut de Mathématique de Toulouse Ph.D. Dissetation Optimal Capital Stuctue with Endogenous

More information

Scheduling Hadoop Jobs to Meet Deadlines

Scheduling Hadoop Jobs to Meet Deadlines Scheduling Hadoop Jobs to Meet Deadlines Kamal Kc, Kemafo Anyanwu Depatment of Compute Science Noth Caolina State Univesity {kkc,kogan}@ncsu.edu Abstact Use constaints such as deadlines ae impotant equiements

More information

The impact of migration on the provision. of UK public services (SRG.10.039.4) Final Report. December 2011

The impact of migration on the provision. of UK public services (SRG.10.039.4) Final Report. December 2011 The impact of migation on the povision of UK public sevices (SRG.10.039.4) Final Repot Decembe 2011 The obustness The obustness of the analysis of the is analysis the esponsibility is the esponsibility

More information

Insurance Pricing under Ambiguity

Insurance Pricing under Ambiguity Insuance Picing unde Ambiguity Alois Pichle a,b, a Univesity of Vienna, Austia. Depatment of Statistics and Opeations Reseach b Actuay. Membe of the Austian Actuaial Association Abstact Stating fom the

More information

Things to Remember. r Complete all of the sections on the Retirement Benefit Options form that apply to your request.

Things to Remember. r Complete all of the sections on the Retirement Benefit Options form that apply to your request. Retiement Benefit 1 Things to Remembe Complete all of the sections on the Retiement Benefit fom that apply to you equest. If this is an initial equest, and not a change in a cuent distibution, emembe to

More information

Symmetric polynomials and partitions Eugene Mukhin

Symmetric polynomials and partitions Eugene Mukhin Symmetic polynomials and patitions Eugene Mukhin. Symmetic polynomials.. Definition. We will conside polynomials in n vaiables x,..., x n and use the shotcut p(x) instead of p(x,..., x n ). A pemutation

More information

Towards Automatic Update of Access Control Policy

Towards Automatic Update of Access Control Policy Towads Automatic Update of Access Contol Policy Jinwei Hu, Yan Zhang, and Ruixuan Li Intelligent Systems Laboatoy, School of Computing and Mathematics Univesity of Westen Sydney, Sydney 1797, Austalia

More information

CONCEPTUAL FRAMEWORK FOR DEVELOPING AND VERIFICATION OF ATTRIBUTION MODELS. ARITHMETIC ATTRIBUTION MODELS

CONCEPTUAL FRAMEWORK FOR DEVELOPING AND VERIFICATION OF ATTRIBUTION MODELS. ARITHMETIC ATTRIBUTION MODELS CONCEPUAL FAMEOK FO DEVELOPING AND VEIFICAION OF AIBUION MODELS. AIHMEIC AIBUION MODELS Yui K. Shestopaloff, is Diecto of eseach & Deelopment at SegmentSoft Inc. He is a Docto of Sciences and has a Ph.D.

More information

Discussion Papers in Economics

Discussion Papers in Economics Discussion Papes in Economics No. No. 003/0 000/6 Dynamics About of Debt Output and Gowth, the Option Consumption to Extend Debt and Physical Matuity Capital in Two-Secto Models of Endogenous Gowth by

More information

Continuous Compounding and Annualization

Continuous Compounding and Annualization Continuous Compounding and Annualization Philip A. Viton Januay 11, 2006 Contents 1 Intoduction 1 2 Continuous Compounding 2 3 Pesent Value with Continuous Compounding 4 4 Annualization 5 5 A Special Poblem

More information

Dual channel closed-loop supply chain coordination with a reward-driven remanufacturing policy

Dual channel closed-loop supply chain coordination with a reward-driven remanufacturing policy Intenational Jounal of Poduction Reseach ISSN: -753 Pint 1366-588X Online Jounal homepage: http://www.tandfonline.com/loi/tps Dual channel closed-loop supply chain coodination with a ewad-diven emanufactuing

More information

Review Graph based Online Store Review Spammer Detection

Review Graph based Online Store Review Spammer Detection Review Gaph based Online Stoe Review Spamme Detection Guan Wang, Sihong Xie, Bing Liu, Philip S. Yu Univesity of Illinois at Chicago Chicago, USA gwang26@uic.edu sxie6@uic.edu liub@uic.edu psyu@uic.edu

More information

YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH

YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH nd INTERNATIONAL TEXTILE, CLOTHING & ESIGN CONFERENCE Magic Wold of Textiles Octobe 03 d to 06 th 004, UBROVNIK, CROATIA YARN PROPERTIES MEASUREMENT: AN OPTICAL APPROACH Jana VOBOROVA; Ashish GARG; Bohuslav

More information

Hard work versus good intentions: Stock options as compensation

Hard work versus good intentions: Stock options as compensation Had wok vesus good intentions: Stock options as compensation John M. aon a len R. Waddell b, * a Depatment of conomics, Pudue Univesity, W. Lafayette, IN 47907-1310, USA b Depatment of conomics, Univesity

More information