On Models for Object Lifetime Distributions

Size: px
Start display at page:

Download "On Models for Object Lifetime Distributions"

Transcription

1 On Models for Objet Lifetime Distributions Darko Stefanović Department of Eletrial Engineering Prineton University Prineton, NJ 8544 Kathryn S. MKinley Department of Computer Siene University of Massahusetts Amherst, MA 3 mkinley@s.umass.edu J. Eliot B. Moss Department of Computer Siene University of Massahusetts Amherst, MA 3 moss@s.umass.edu ABSTRACT Analytial models of memory objet lifetimes are appealing beause having them would enable mathematial analysis or fast simulation of the memory management behavior of programs. In this paper, we investigate models for objet lifetimes drawn from programs in objetoriented languages suh as Java and Smalltalk. We present ertain postulated analytial models and ompare them with observed lifetimes for 58 programs. We find that observed lifetime distributions do not math previously proposed objet lifetime models, but do agree in salient shape harateristis with the gamma distribution family used in statistial survival analysis for general populations. Categories and Subjet Desriptors D.3.4 [Programming Languages]: Proessors memory management (garbage olletion); G.3 [Mathematis of Computing]: Probability and Statistis survival analysis General Terms Measurement Keywords Objet lifetimes, lifetime distributions, garbage olletion modelling. INTRODUCTION If we an develop aurate analytial models for objet lifetimes in objet-oriented programs, they will enable faster and more thorough eploration of memory management tehniques. For instane, given a model of objet lifetimes, we ould ompute an estimate of opying osts of a generational or some other garbage olletor. If distribution models and garbage olletor models are simple enough, we may even arrive at losed-form analytial desriptions; but even if both are quite ompliated, we an use the lifetime distributions to drive simulations of a proposed garbage olletor sheme. Lifetime models are not suffiient for eploring garbage olletion, beause they do not aount for heap pointer struture effets: the diret ost of pointer maintenane (inluding write barriers), and the opying ost inrease owing to the eess retention of objets, both osts being present in generational and other heap-partitioning shemes. Nevertheless, the models an be useful as a tool for preliminary evaluation (and understanding) of olletor performane. Observed objet lifetime behaviors are inherently disrete; we measure the lifetime of eah objet and arrive at a disrete distribution. Most performane-related propositions have dealt with mortality, whih is a derivative form (in the sense of the alulus of funtions ); sine obtaining a derivative of a disrete observed funtion involves inherently arbitrary smoothing deisions, it has been diffiult to haraterize the mortality of observed distributions, let alone to math it to an analytial model. The etremely fast deay of objets eaerbates the situation: most models developed in other domains are for muh more slowly deaying populations. If we knew whih distribution family desribes typial objet behaviors, we ould fit observed lifetimes to the model of that family, and find the best mathing instane (i.e., its parameters). In fat, a running program ould reognize the lifetime distribution of objets alloated (overall, or at a partiular alloation site) and adjust olletion poliies aordingly. But it is not yet known whih family this may be. In the following, we first briefly introdue terms and notation related to lifetime distributions (with more details in the Appendi), then review what assumptions have been made impliitly (or stated epliitly) in past researh in garbage olletion. We develop models based on a plausible qualitative haraterization of lifetimes; namely, that past lifetime is a strong preditor of future lifetime. Lastly, we put the models to the test of empirial evidene against atual lifetime distributions from objet-oriented programs, using a graphial devie reommended in statistial survival analysis. We shall find that these partiular analytial models are not a good math for atual distributions. In searh of a good math, we tentatively onsider several well-known distributions families, but must onlude that none is ompletely satisfatory: objets in programs are a muh different population from those statistiians have eamined. This indiates on the one hand the need for further modelling effort to ahieve good mathes that an be validated against eperiment, and on the other, the need to derive suh models from first priniples, viz. from program semantis. 2. BACKGROUND MATERIAL The lifetime of an objet is defined as the amount of alloation that ours between the alloation of the objet and its demise. We view The atual point of demise depends on the auray of the memory management sheme. In the empirial data reported here, that sheme is an aurate-roots garbage olletor performing full-heap olletion

2 objet lifetime as a random variable. Future studies may look at objet lifetimes as stohasti proesses, and in this ontet, distinguish eah alloation site as generating a different proess. Here, we do not attempt suh fine distintions. Atual objet lifetimes are natural numbers, thus disrete probability distributions are the obvious representation. However, ontinuous models are used for mathematial ease and onveniene. Below we review some definitions and symbols from probability theory as they apply to survival analysis; further details appear in the Appendi along with a summary of properties of ommonly used analytial distribution families. Although we shall write more formulae than are typially seen in garbage olletion literature, the mathematial apparatus is elementary. The survival funtion of a random variable L is s L t L t. For objet lifetimes, it epresses what fration of original alloation volume is still live at age t. We usually drop the subsript L. The survivor funtion is a monotone non-inreasing funtion. The probability t. Oasionally we density funtion for objet lifetime is f t s also use the umulative distribution funtion F t s t. The mortality funtion is m t f t s t d dt logs t, and it epresses the age-speifi death rate. Mortality is also known as the hazard funtion (and written h t ) in the literature on lifetime analysis [4]. 3. STATEMENTS ABOUT DISTRIBUTIONS Objet lifetime distributions have been of interest to researhers of garbage olletion, espeially generational olletion: the suess of a partiular garbage olletor organization or promotion poliy depends on how well it is mathed to the behavior of typial user programs. In fat, laims have been made about lifetimes. Hayes introdued a distintion between a weak and a strong generational hypothesis [8]. Our understanding of his statement of the weak generational hypothesis is this: newly reated objets have a muh higher mortality than objets that are older. His statement of the strong generational hypothesis (whih he in fat introdues) is that even if the objets in question are not newly reated, the relatively younger objets have a higher mortality than the relatively older objets, or simply, that m t is an everywhere dereasing funtion. Baker learly pointed out that an eponential distribution of lifetimes, with m t onstant, annot be favorable to generational olletion (as opposed to whole-heap olletion), and that instead m t should be dereasing []. Nevertheless, the eponential distribution has a unique ahet among survival distributions: its mathematial simpliity and the property of lak of memory. In a garbage olletor this property assures that an objet just disovered live by the olletor has the same residual lifetime as the lifetime of a newly alloated objet, and this greatly simplifies the analysis. Thus, the eponential distribution was used by Clinger and Hansen in the analysis (and to inspire the design) of a non-preditive olletor, outside the generational realm [3]. In our eamination of a generalized form of that olletor [3], we deided to use not only the eponential distribution s t e ρt, but also a variation with dereasing mortality s t e ρt as being in agreement with the strong generational hypothesis, as well as a varia- for ontrol. In fat, these 2 tion with inreasing mortality s t e ρt three are instanes of the Weibull distribution family s t [4, ]. e ρt at eah objet alloation. Thus, demise is deteted preisely at the point when the objet beomes unreahable from the global roots. 4. PAST-IS-FUTURE MODELS A multitude of models an be developed that have dereasing mortality. But developing them e vauo, just for the simpliity of their mathematial formulation (or their use in other domains) is not satisfatory. We an base models on a broad eperimental study, and in Setion 5 we make a first attempt at that. But, our understanding would be aided more if distribution models ould be derived from ertain priniples that we epet to be naturally assoiated with program behavior. In this spirit, Appel suggested (in a personal ommuniation to us) that plausible objet lifetime distributions should satisfy the following property: () An objet s future epeted lifetime is proportional to its urrent age. Thus, past lifetime is a strong preditor of the future (residual) lifetime. This stands in stark ontrast to the eponential distribution. An objet s future epeted lifetime C is the differene between its epeted lifetime and its urrent age. The epeted lifetime (one we know the urrent age) is the onditional epeted value [2] of the lifetime random variable L, E L L, where is the urrent age. It is alulated as: E L L t f t t dt t f t dt f t dt t f t dt s Thus C EL L!, and statement () is: #" &% ψ $ C ψ with ψ a proportionality onstant between the urrent age and the, we have future epeted lifetime C. Unfortunately, with E L( E L L ) C ψ * for any ψ. We look at two ways out of the quandary: first, by letting proportionality () hold only in the limit as ; and seond, by restriting the domain of definition of the distribution to an interval. We shall find use for an alternative form of (): Let G ) t f t dt; then E L L ( G s. Let Λ + G s E, L- L. / C C 2. Then statement () is #" % ψ $ with ψ4 ψ 2. Λ 3 ψ 4. Past-is-future in the limit Let us weaken the statement () so that the proportionality holds asymptotially, for large values of. (A similar analysis was outlined previously by Pearlmutter in omp.lang.sheme, Otober 995.) We look for a distribution suh that lim 5 Λ eists and is stritly greater than. Here is one suh distribution. Let f t β t 2 τ

3 6 so that s t 3 where $ 2. Normalization: gives We find Epeted value s 3 τ 76 β t 2 τ β 8 β τ 9: G 3 β 2 2 τ 2 τβ 2 τ E L4 G β 2 β 8 2; ; If we take this value as a free parameter EL) V (as it is neessary to do in order to generate a trae for simulation, where we want to ontrol the heap size in equilibrium), we have We an then simplify: The ratio hene Λ 3 β G s V 2 < τ V τ V lim 5 Λ 3 2 $ as required. Varying hanges the value Λ uniformly for all ; lower values of produe distributions with heavier tails. 4.2 Past-is-future restrited to $ We make ondition () stritly hold for $, where $, and we define the distribution (funtions F, f, s, and m) in that interval, but we set F, f, s, and m in the interval. This formulation is intuitively appealing, sine lifetimes in pratie take on disrete values in =, and hene setting is quite natural. Condition (): that is, gives the integral equation, #" &% ψ $ Λ 3 ψ G ψ s > t f t dt ψ f t dt It is easy to obtain the orresponding differential equation: F 3 ψ F? ψ The solution, with the boundary value F 3, is ψc F 3 A@ ψc ; f 3 s 3D@ m 3 B ψ B B ψc ψc ; ψ ψ 2ψC ; ψc ; The mortality is indeed an everywhere dereasing funtion. G 3 ψe ψc F G ψ The epeted live amount in the heap is: v 3 ψ ψ E ψc ; ψc F ψc ; Let us eamine this family of distributions qualitatively. The steadystate heap volume V 5 lim v equals the epeted value of L, whih is ψ. What are reasonable parameter values? Suppose that we wish to set V 5. 2 Suppose also that we want to be. Then ψ V G 5. However, the live volume in the heap, v, approahes its limit value V at the rate of deay of the seond term, that is, as the th root of. With suh a slow approah, that is, with suh a heavy tail in the distributions, one must allow a time 3 67 * to pass before the heap is within % of equilibrium; until the heap is in equilibrium, the distribution of objets in it does not reflet the heavy tail of the soure distribution. Simulating that many objets is somewhat impratial. Moreover, an atual programs e- 5? Sup- hibit suh etremely slow heap growth as with ψ pose that a program does. We an only observe eeutions of muh shorter duration than 99997, say, up to ; but then we annot empirially distinguish the postulated ψ 5 past-is-future distribution from another distribution that agrees with it up to t, but laks the heavy tail beyond that age. Alternatively, to allow 99% of the steady-state volume to be reahed with 7 objets simulated, one must have ψih 2 5 (approimately), but then $ 2. Thus, beyond the onstrution of an elegant analytial model of objet lifetimes, we must keep in mind the need to be able to validate it against real data. This eample shows that sometimes validation may be diffiult to ahieve. 5. MODELS VS. EMPIRICAL EVIDENCE In validating lifetime models, we apply the tools of statistial analysis of survival data to the distributions of objet lifetimes, to the etent that they are appliable to our problem. (The populations traditionally studied in statistial analyses are quite different from programs 2 This number is suffiiently large so that in simulation, even when a heap is divided into J regions, eah one ontains at least J objets, whih allows us to vary the heap onfiguration widely without inurring signifiant fragmentation effets.

4 Coeffiient of skewness γ past-is-future restrited past-is-future in the limit log-normal Weibull gamma observed distributions fit to observed Coeffiient of variation γ Coeffiient of skewness γ 3 past-is-future restrited. past-is-future in the limit log-normal Weibull gamma observed distributions fit to observed... Coeffiient of variation γ Figure : Coeffiient of skewness, γ 3, versus oeffiient of variation for several analytial distribution families and for empirially observed objet lifetime distributions. Top: linear sale; bottom: logarithmi sale. (See the appendi for definitions.)

5 objets. Moreover, the relevant literature onentrates mostly on statistial K onfirmation of eplanatory variables (e.g., in linial trials), whih is different from our goal: finding distributions.) One reommended test for omparing families of distributions is based on the graph of moment ratios: the oeffiient of skewness γ 3 vs. the oeffiient of variation γ. These moment ratios are dimensionless quantities independent of time-sale [4, p.24 28] that reflet only the shape of the distribution. The oeffiient of variation is a measure of the spread of the distribution around its mean; the oeffiient of skewness is a measure of the asymmetry of the distribution, and large positive values indiate heavy tails. Eah distribution orresponds to a single point γ γ 3 ; a single-parameter family of distributions defines a parametri urve in the γ γ 3 plane. (See Appendi for definition of γ and γ 3.) Three families of distributions ommonly used in survival analysis (log-normal (Setion A.4.3), Weibull (Setion A.4.2), and gamma (Setion A.4.)), are plotted in the γ γ 3 plane in Figure. Note that the Weibull and gamma urves interset at the point 2 ; at this point eah has degenerated into the eponential distribution. The two families introdued here are also shown (past-is-future in the limit (Setion 4.) and past-is-future restrited (Setion 4.2)). Finally, the figure ontains satter points γ γ 3 of objet lifetime distributions obtained empirially, and a line of least-squares fit for these points. These empirial distributions ome from 58 Smalltalk and Java programs. (Complete objet-level traes are available at stefanov/ ISMM2objettraes-README.html.) The satter points of empirial distributions show a trend of orrelation between γ and γ 3. This trend is somewhat surprising, sine there is no a priori reason to epet it from a haphazard olletion of benhmark programs. Perhaps the presene of this trend points to fundamental properties of program behavior, and it ertainly ought to be studied further. The satter points lie for the most part well to the right and below the ommon analytial distribution families. The one eeption is the gamma family: in fat, even though most satter points are to the right and below the gamma urve, they are quite lose to it. To our hagrin, the two past-is-future families both have muh lower oeffiient of variation and muh higher oeffiient of skewness than the empirial distributions. Therefore, however intuitively plausible they are, they should not be employed to model objet lifetimes. Indeed, we must onentrate the searh for analytial distributions on those not in standard literature with muh higher oeffiient of variation; in the meantime, the gamma family is to be favored as a andidate. We see that the γ γ 3 diagram usefully summarizes the shape properties of distributions and allows us to elude ertain analytial distribution families as models for a set of observed distributions. Note, however, that the two moments displayed do not ompletely apture the shape of a distribution. For positive mathing further statistial tests are neessary. 6. SUMMARY Analytial modelling of objet lifetimes is desirable for the design, analysis, and simulation of dynami memory management systems, but it remains a diffiult problem. We eamined ertain qualitative riteria that may be imposed on lifetime distributions, and demonstrated the use of a simple graphial tehnique for (in)validating postulated distribution models against empirial evidene. 7. ACKNOWLEDGMENTS We thank Gilberto Contreras, Barak Pearlmutter, and the reviewers for their onstrutive advie. We are espeially grateful to Andrew Appel for omments and disussions that initially spurred the developments presented. 8. REFERENCES [] H. G. Baker. Infant Mortality and generational garbage olletion. SIGPLAN Noties, 28(4):55 57, 993. [2] R. S. Burrington and D. C. May, Jr. Handbook of Probability and Statistis with Tables. MGraw-Hill, New York, 2nd edition, 97. [3] W. D. Clinger and L. T. Hansen. Generational garbage olletion and the radioative deay model. SIGPLAN Noties, 32(5):97 8, May 997. Proeedings of the ACM SIGPLAN 97 Conferene on Programming Language Design and Implementation. [4] D. R. Co and D. Oakes. Analysis of Survival Data. Chapman and Hall, London, 984. [5] L. Devroye. Non-Uniform Random Variate Generation. Springer-Verlag, New York, 986. [6] R. C. Elandt-Johnson and N. L. Johnson. Survival Models and Data Analysis. Wiley, New York, 98. [7] M. Evans, N. Hastings, and B. Peaok. Statistial Distributions. John Wiley, New York, 2nd edition, 993. [8] B. Hayes. Using key objet opportunism to ollet old objets. In Proeedings of the Conferene on Objet-Oriented Programming Systems, Languages, and Appliations, pages 33 46, Phoeni, Arizona, Ot. 99. SIGPLAN Noties 26, (Nov. 99). [9] N. L. Johnson and S. Kotz. Distributions in Statistis: Continuous Univariate Distributions (vols. and 2). John Wiley, New York, 97. [] A. Lemmi. Empirial testing of the weibull distribution in the analysis of younger ages mortality. Tehnial report, Faoltà di Sienze Eonomihe e Banarie, Università di Siena, De Paper presented to a seminar on Demographi Models at the Department of Demography, University of Kinshasa, Deember 5 22, 982. [] I. Miller and J. E. Freund. Probability and Statistis for Engineers. Prentie-Hall, Englewood Cliffs, New Jersey, 965. [2] A. Papoulis. Probability, Random Variables, and Stohasti Proesses. MGraw-Hill, New York, 3rd edition, 99. [3] D. Stefanović, J. E. B. Moss, and K. S. MKinley. Oldest-first garbage olletion. Computer Siene Tehnial Report 98-8, University of Massahusetts, Amherst, Apr [4] W. Weibull. Fatigue testing and analysis of results. Pergamon Press, for the Advisory Group for Aeronautial Researh and Development, North Atlanti Treaty Organization, New York, 96.

6 APPENDIX A. ABOUT LIFETIME DISTRIBUTIONS A. Basi definitions The survival funtion of a random variable L is s L t L t. For objet lifetimes, it epresses what fration of original alloation volume is still live at age t. We usually drop the subsript L. The survivor funtion is a monotone non-inreasing funtion. The probability density funtion is f t L s t. Oasionally we also use the umulative distribution funtion F t s t. The mortality funtion is m t f t s t d dt logs t, and it epresses the age-speifi death rate. Mortality is also known as the hazard fun- tion (and written h t ) in the literature on lifetime analysis. Oasionally we also use the integrated t mortality: M t 3 m u du. Certain properties always hold: s ; t5 lim s t + ; f t dt (normalization of density); s t 3 e M t [4, p.4]. A.2 Moments The moments of a distribution of random variable L are defined as m k E L k I tk f t dt. The entral moments are defined as µ k E L m k t m k dt. Here m is the mean, or epeted value, and m 2 is the variane, or dispersion; a ommon notation is σ 2 µ 2, where σ is alled standard deviation. In alulation, we usually first find moments m, m 2, and m 3, by integration in the ase of analytial definitions, or by summation over observed disrete points in empirial distributions, and then ompute entral moments using the formulae µ 2 m 2 m 2 and µ 3 m 3 3m m 2 2 2m 3. The oeffiient of variation is γ σ m. The standardized third moment or oeffiient of skewness is γ 3 µ 3 σ 3 ; it is also written η 3 or M β. A.3 Finiteness of epeted value It is a simple eerise to show that the epeted value of the live amount in the heap at time (that is, after an amount has been alloated) is v V when they eist. s t dt, and that 5 lim v 3 s t dt t f t dt ELN We may impose on the objet lifetime distribution an additional property of finiteness (eistene) of epeted value, to ensure that a heap equilibrium is reahed in the limit. (Heap equilibrium has been the underlying assumption in some omparative analyses of garbage olletion osts [3, 3]. A relative heap size parameter is used as the basis for omparison of two olletion algorithms: heap size is a fied multiple of a steady-state live data amount.) How essential is this requirement, and ould we also onsider distributions with unbounded epeted value? On the one hand, the running time of real programs is finite, and thus f is finally-zero, hene E L is finite. On the other hand, it is theoretially plausible that we are observing initial segments of potentially infinite omputations, and so it is useful to investigate heaps that grow without bound. From a purist standpoint, many realisti programs that run indefinitely do use inreasing amounts of spae; for instane, ounting requires logarithmially inreasing spae. If the live data amount does not stabilize, but rather grows indefinitely, then the available heap size ought to grow in equal proportion if one desires measurements in terms of the relative heap size parameter. This property must be ensured with due are in analysis and simulation. A.4 Distribution families of Figure Basi definitions of distribution families, ompiled from tetbooks [2, 5, 6, 7, 9,, 2]. A.4. Gamma f t Γ b bo t b e t m k µ 2 b 2 b 2 µ 3 2 b 3 γ b γ 3 2 b b 2 2 P*Q*Q* b 2 k k Therefore γ 3 2γ is a straight line in Figure. A.4.2 Weibull f t t e t m Γ m 2 Γ 2 m 3 Γ The urve γ γ 3 is plotted parametrially with respet to in Figure. A.4.3 f t tδ 2π e SR Log-normal logt; ζt 2 2δ 2 e δ2, γ LU ω and ω 2 2 U ω, therefore γ 3 3γ 2 γ 3 in Figure. It an be shown that, with abbreviation ω γ 3

Economics 2202 (Section 05) Macroeconomic Theory Practice Problem Set 3 Suggested Solutions Professor Sanjay Chugh Fall 2014

Economics 2202 (Section 05) Macroeconomic Theory Practice Problem Set 3 Suggested Solutions Professor Sanjay Chugh Fall 2014 Department of Eonomis Boston College Eonomis 2202 (Setion 05) Maroeonomi Theory Pratie Problem Set 3 Suggested Solutions Professor Sanjay Chugh Fall 2014 1. Interation of Consumption Tax and Wage Tax.

More information

TOTAL PART 1 / 50 TOTAL PART 2 / 50

TOTAL PART 1 / 50 TOTAL PART 2 / 50 Department of Eonomis University of Maryland Eonomis 35 Intermediate Maroeonomi Analysis Midterm Exam Suggested Solutions Professor Sanjay Chugh Fall 009 NAME: Eah problem s total number of points is shown

More information

Page 80. where C) refers to estimation cell (defined by industry and, for selected industries, region)

Page 80. where C) refers to estimation cell (defined by industry and, for selected industries, region) Nonresponse Adjustment in the Current Statistis Survey 1 Kennon R. Copeland U.S. Bureau of Labor Statistis 2 Massahusetts Avenue, N.E. Washington, DC 20212 (Copeland.Kennon@bls.gov) I. Introdution The

More information

Economics 325 Intermediate Macroeconomic Analysis Practice Problem Set 1 Suggested Solutions Professor Sanjay Chugh Spring 2011

Economics 325 Intermediate Macroeconomic Analysis Practice Problem Set 1 Suggested Solutions Professor Sanjay Chugh Spring 2011 Department of Eonomis Universit of Marland Eonomis 35 Intermediate Maroeonomi Analsis Pratie Problem Set Suggested Solutions Professor Sanja Chugh Spring 0. Partial Derivatives. For eah of the following

More information

Class Notes: Week 6. Multinomial Outcomes

Class Notes: Week 6. Multinomial Outcomes Ronald Hek Class Notes: Week 6 1 Class Notes: Week 6 Multinomial Outomes For the next ouple of weeks or so, we will look at models where there are more than two ategories of outomes. Multinomial logisti

More information

CHAPTER 9 BUDGETARY PLANNING SUMMARY OF QUESTIONS BY STUDY OBJECTIVES AND BLOOM S TAXONOMY. True-False Statements. Multiple Choice Questions

CHAPTER 9 BUDGETARY PLANNING SUMMARY OF QUESTIONS BY STUDY OBJECTIVES AND BLOOM S TAXONOMY. True-False Statements. Multiple Choice Questions HTER 9 BUDGETARY PLANNING SUMMARY OF QUESTIONS BY STUDY OBJETIVES AND BLOOM S TAXONOMY Item SO BT Item SO BT Item SO BT Item SO BT 4 6 6 6 1 11. 11. 114. 11. 116. 117. 118. 119. 10. 11. 1. 1. 14. 1. 16.

More information

ON TRANSACTION COSTS IN STOCK TRADING

ON TRANSACTION COSTS IN STOCK TRADING QUANTITATIVE METHODS IN ECONOMICS Volume XVIII, No., 07, pp. 58 67 ON TRANSACTION COSTS IN STOCK TRADING Marek Andrzej Koiński Faulty of Applied Informatis and Mathematis Warsaw University of Life Sienes

More information

Availability Analysis with Opportunistic Maintenance of a Two Component Deteriorating System

Availability Analysis with Opportunistic Maintenance of a Two Component Deteriorating System Analysis with Maintenane of a Two Component Deteriorating System Joel P. Varghese and Girish Kumar Abstrat This paper desribes the opportunisti maintenane model for availability analysis of two omponent

More information

Output and Expenditure

Output and Expenditure 2 Output and Expenditure We begin with stati models of the real eonomy at the aggregate level, abstrating from money, pries, international linkages and eonomi growth. Our ausal perspetive depends on what

More information

AUDITING COST OVERRUN CLAIMS *

AUDITING COST OVERRUN CLAIMS * AUDITING COST OVERRUN CLAIMS * David Pérez-Castrillo # University of Copenhagen & Universitat Autònoma de Barelona Niolas Riedinger ENSAE, Paris Abstrat: We onsider a ost-reimbursement or a ost-sharing

More information

Optional Section: Continuous Probability Distributions

Optional Section: Continuous Probability Distributions 6 Optional Setion: Continuous Probability Distributions 6.5 The Normal Approximation to the Binomial Distribution For eah retangle, the width is 1 and the height is equal to the probability assoiated with

More information

The diversification delta: A different perspective. Author. Published. Journal Title. Version DOI. Copyright Statement.

The diversification delta: A different perspective. Author. Published. Journal Title. Version DOI. Copyright Statement. The diversifiation delta: A different perspetive Author Salazar Flores, Yuri, Bianhi, Robert, Drew, Mihael, Truk, Stefan Published 07 Journal Title Journal of Portfolio Management Version Post-print DOI

More information

Asymmetric Integration *

Asymmetric Integration * Fung and Shneider, International Journal of Applied Eonomis, (, September 005, 8-0 8 Asymmetri Integration * K.C. Fung and Patriia Higino Shneider University of California, Santa Cruz and Mount Holyoke

More information

The Impact of Capacity Costs on Bidding Strategies in Procurement Auctions

The Impact of Capacity Costs on Bidding Strategies in Procurement Auctions Review of Aounting Studies, 4, 5 13 (1999) 1999 Kluwer Aademi Publishers, Boston. Manufatured in The Netherlands. The Impat of Capaity Costs on Bidding Strategies in Prourement Autions JÖRG BUDDE University

More information

Exogenous Information, Endogenous Information and Optimal Monetary Policy

Exogenous Information, Endogenous Information and Optimal Monetary Policy Exogenous Information, Endogenous Information and Optimal Monetary Poliy Luigi Paiello Einaudi Institute for Eonomis and Finane Mirko Wiederholt Northwestern University November 2010 Abstrat Most of the

More information

Economics 602 Macroeconomic Theory and Policy Problem Set 4 Suggested Solutions Professor Sanjay Chugh Summer 2010

Economics 602 Macroeconomic Theory and Policy Problem Set 4 Suggested Solutions Professor Sanjay Chugh Summer 2010 Department of Applied Eonomis Johns Hopkins University Eonomis 6 Maroeonomi Theory and Poliy Prolem Set 4 Suggested Solutions Professor Sanjay Chugh Summer Optimal Choie in the Consumption-Savings Model

More information

i e V04 ANTI-MONEY LAUNDERING AND COUNTERING THE FINANCING OF TERRORISM (AMENDMENT) CODE 2018

i e V04 ANTI-MONEY LAUNDERING AND COUNTERING THE FINANCING OF TERRORISM (AMENDMENT) CODE 2018 i e V04 ANTI-MONEY LAUNDERING AND COUNTERING THE FINANCING OF TERRORISM (AMENDMENT) CODE 2018 Anti-Money Laundering and Countering the Finaning of Terrorism (Amendment) Code 2018 Index ANTI-MONEY LAUNDERING

More information

Kurtosis Statistics with Reference to Power Function Distribution

Kurtosis Statistics with Reference to Power Function Distribution ISSN 68-80 Journal o Statistis Volume, 06. pp. -0 Abstrat Kurtosis Statistis with Reerene to Power Funtion Distribution Azaz Ahmad and Ahmed Saeed Akhter Pearson statistis o skewness and kurtosis gave

More information

Ranking dynamics and volatility. Ronald Rousseau KU Leuven & Antwerp University, Belgium

Ranking dynamics and volatility. Ronald Rousseau KU Leuven & Antwerp University, Belgium Ranking dynamis and volatility Ronald Rousseau KU Leuven & Antwerp University, Belgium ronald.rousseau@kuleuven.be Joint work with Carlos Garía-Zorita, Sergio Marugan Lazaro and Elias Sanz-Casado Department

More information

Valuation of Bermudan-DB-Underpin Option

Valuation of Bermudan-DB-Underpin Option Valuation of Bermudan-DB-Underpin Option Mary, Hardy 1, David, Saunders 1 and Xiaobai, Zhu 1 1 Department of Statistis and Atuarial Siene, University of Waterloo Marh 31, 2017 Abstrat The study of embedded

More information

0NDERZOEKSRAPPORT NR TAXES, DEBT AND FINANCIAL INTERMEDIARIES C. VAN HULLE. Wettelijk Depot : D/1986/2376/4

0NDERZOEKSRAPPORT NR TAXES, DEBT AND FINANCIAL INTERMEDIARIES C. VAN HULLE. Wettelijk Depot : D/1986/2376/4 0NDERZOEKSRAPPORT NR. 8603 TAXES, DEBT AND FINANCIAL INTERMEDIARIES BY C. VAN HULLE Wettelijk Depot : D/1986/2376/4 TAXES, DEBT AND FINANCIAL INTERMEDIARIES Muh lending and borrowing is indiret : finanial

More information

Study on Rural Microfinance System s Defects and Risk Control Based on Operational Mode

Study on Rural Microfinance System s Defects and Risk Control Based on Operational Mode International Business and Management Vol. 10, No. 2, 2015, pp. 43-47 DOI:10.3968/6807 ISSN 1923-841X [Print] ISSN 1923-8428 [Online] www.sanada.net www.sanada.org Study on Rural Mirofinane System s Defets

More information

Rational Bias in Inflation Expectations

Rational Bias in Inflation Expectations Rational Bias in Inflation Expetations Robert G. Murphy * Boston College Adam Rohde Charles River Assoiates August 2014 Revised Deember 2014 Abstrat This paper argues that individuals may rationally weight

More information

PROSPECTUS May 1, Agency Shares

PROSPECTUS May 1, Agency Shares Dreyfus Institutional Reserves Funds Dreyfus Institutional Reserves Money Fund Class/Tiker Ageny shares DRGXX Dreyfus Institutional Reserves Treasury Fund Class/Tiker Ageny shares DGYXX Dreyfus Institutional

More information

Efficient Pricing of European Options with Stochastic Interest Rate Using Fourier Transform Method

Efficient Pricing of European Options with Stochastic Interest Rate Using Fourier Transform Method Amerian Journal of Applied Mathematis 2016; 4(4): 181-185 http://www.sienepublishinggroup.om/j/ajam doi: 10.11648/j.ajam.20160404.13 ISSN: 2330-0043 (Print); ISSN: 2330-006X (Online) Effiient Priing of

More information

Strategic Dynamic Sourcing from Competing Suppliers: The Value of Commitment

Strategic Dynamic Sourcing from Competing Suppliers: The Value of Commitment Strategi Dynami Souring from Competing Suppliers: The Value of Commitment Cuihong Li Laurens G. Debo Shool of Business, University of Connetiut, Storrs, CT0669 Tepper Shool of Business, Carnegie Mellon

More information

Bonus-Malus System with the Claim Frequency Distribution is Geometric and the Severity Distribution is Truncated Weibull

Bonus-Malus System with the Claim Frequency Distribution is Geometric and the Severity Distribution is Truncated Weibull IOP Conferene Series: Earth and Environmental Siene PAPER OPEN ACCESS Bonus-Malus System with the Claim Frequeny Distribution is Geometri and the Severity Distribution is Trunated Weibull To ite this artile:

More information

An EOQ Model with Parabolic Demand Rate and Time Varying Selling Price

An EOQ Model with Parabolic Demand Rate and Time Varying Selling Price Annals of Pure and Applied Mathematis Vol.,.,, 3-43 ISSN: 79-87X (P),79-888(online) Published on 5 September www.researhmathsi.org Annals of An EOQ Model with Paraboli Demand Rate and ime Varying Selling

More information

A Truthful Budget Feasible Multi-Armed Bandit Mechanism for Crowdsourcing Time Critical Tasks

A Truthful Budget Feasible Multi-Armed Bandit Mechanism for Crowdsourcing Time Critical Tasks A Truthful Budget Feasible Multi-Armed Bandit Mehanism for Crowdsouring Time Critial Tasks ABSTRACT Arpita Biswas Xerox Researh Centre India Bangalore, India arpita.biswas@xerox.om Debmalya Mandal Shool

More information

Free Space Path Loss of UWB Communications

Free Space Path Loss of UWB Communications Free Spae Path Loss of UWB Communiations Pihaya Supanakoon 1, Sathit Aroonpraparat 1, Sathaporn Promwong 1 and Jun-ihi Takada 1 Department of Information Engineering, Faulty of Engineering, King Mongkut

More information

NBER WORKING PAPER SERIES MYOPIA AND THE EFFECTS OF SOCIAL SECURITY AND CAPITAL TAXATION ON LABOR SUPPLY. Louis Kaplow

NBER WORKING PAPER SERIES MYOPIA AND THE EFFECTS OF SOCIAL SECURITY AND CAPITAL TAXATION ON LABOR SUPPLY. Louis Kaplow NBER WORKING PAPER SERIES MYOPIA AND THE EFFECTS OF SOCIAL SECURITY AND CAPITAL TAXATION ON LABOR SUPPLY Louis Kaplow Working Paper 45 http://www.nber.org/papers/w45 NATIONAL BUREAU OF ECONOMIC RESEARCH

More information

THE STUDY OF RELATIONSHIP BETWEEN CAPITAL STRUCTURE, FIRM GROWTH WITH FINANCIAL LEVERAGE OF THE COMPANY LISTED IN TEHRAN STOCK EXCHANGE

THE STUDY OF RELATIONSHIP BETWEEN CAPITAL STRUCTURE, FIRM GROWTH WITH FINANCIAL LEVERAGE OF THE COMPANY LISTED IN TEHRAN STOCK EXCHANGE THE STUDY OF RELATIONSHIP BETWEEN CAPITAL STRUCTURE, FIRM GROWTH WITH FINANCIAL LEVERE OF THE COMPANY LISTED IN TEHRAN STOCK EXCHANGE Fatemeh Arasteh Department of Aounting, Siene and Researh Branh, Islami

More information

Review of Finance (2005) 9: Springer 2005

Review of Finance (2005) 9: Springer 2005 Review of Finane (2005) 9: 33 63 Springer 2005 Rationing in IPOs CHRISTINE A. PARLOUR 1 and UDAY RAJAN 2 1 David A. Tepper Shool of Business, Carnegie Mellon University; 2 Stephen M. Ross Shool of Business,

More information

Using the Average of the Extreme Values of a Triangular Distribution for a Transformation, and Its Approximant via the Continuous Uniform Distribution

Using the Average of the Extreme Values of a Triangular Distribution for a Transformation, and Its Approximant via the Continuous Uniform Distribution British Journal of Mathematis & Computer Siene 4(4):., 014 ISSN: 31-0851 SCIENCEDOMAIN international www.sienedomain.org Using the Average of the Extreme Values of a Triangular Distribution for a Transformation,

More information

Technische Universität Ilmenau Institut für Mathematik

Technische Universität Ilmenau Institut für Mathematik Tehnishe Universität Ilmenau Institut für Mathematik Preprint No. M 09/23 The Repeater Tree Constrution Problem Bartoshek, Christoph; Held, Stephan; Maßberg, Jens; Rautenbah, Dieter; Vygen, Jens 2009 Impressum:

More information

Multi-Firm Mergers with Leaders and Followers

Multi-Firm Mergers with Leaders and Followers Multi-irm Mergers with eaders and ollowers Gamal Atallah 1 University of Ottawa Deember 2011 Department of Eonomis, University of Ottawa, P.O. Box 450, STN. A, Ottawa, Ontario, Canada, 1 gatllah@uottawa.a,

More information

Problem Set 8 Topic BI: Externalities. a) What is the profit-maximizing level of output?

Problem Set 8 Topic BI: Externalities. a) What is the profit-maximizing level of output? Problem Set 8 Topi BI: Externalities 1. Suppose that a polluting firm s private osts are given by TC(x) = 4x + (1/100)x 2. Eah unit of output the firm produes results in external osts (pollution osts)

More information

i e AT 16 of 2008 INSURANCE ACT 2008

i e AT 16 of 2008 INSURANCE ACT 2008 i e AT 16 of 2008 INSURANCE ACT 2008 Insurane At 2008 Index i e INSURANCE ACT 2008 Index Setion Page PART 1 REGULATORY OBJECTIVES 9 1 Regulatory objetives... 9 2 [Repealed]... 9 PART 2 ADMINISTRATION

More information

Retail-Collection Network Design under Deposit-Refund

Retail-Collection Network Design under Deposit-Refund etail-colletion Networ Design under Deposit-efund io Wojanowsi, Vedat Verter * and Tamer Boyai Faulty of Management MGill University Montreal, Quebe H3A 1G5, Canada Anowledgements: This researh has been

More information

ARTICLE IN PRESS. Journal of Health Economics xxx (2011) xxx xxx. Contents lists available at SciVerse ScienceDirect. Journal of Health Economics

ARTICLE IN PRESS. Journal of Health Economics xxx (2011) xxx xxx. Contents lists available at SciVerse ScienceDirect. Journal of Health Economics Journal of Health Eonomis xxx (20) xxx xxx Contents lists available at SiVerse SieneDiret Journal of Health Eonomis j ourna l ho me page: www.elsevier.om/loate/eonbase Optimal publi rationing and prie

More information

Dynamic Pricing of Di erentiated Products

Dynamic Pricing of Di erentiated Products Dynami Priing of Di erentiated Produts Rossitsa Kotseva and Nikolaos Vettas August 6, 006 Abstrat We examine the dynami priing deision of a rm faing random demand while selling a xed stok of two di erentiated

More information

MATHICSE Mathematics Institute of Computational Science and Engineering School of Basic Sciences - Section of Mathematics

MATHICSE Mathematics Institute of Computational Science and Engineering School of Basic Sciences - Section of Mathematics MATHICSE Mathematis Institute of Computational Siene and Engineering Shool of Basi Sienes - Setion of Mathematis MATHICSE Tehnial Report Nr. 17.211 April 211 Boosted hybrid method for solving hemial reation

More information

Growth, Income Distribution and Public Debt

Growth, Income Distribution and Public Debt Growth, Inome Distribution and Publi Debt A Post Keynesian Approah João Basilio Pereima Neto José Luis Oreiro Abstrat: The objetive of this paper is to evaluate the long-run impat of hanges in fisal poliy

More information

Sequential Procurement Auctions and Their Effect on Investment Decisions

Sequential Procurement Auctions and Their Effect on Investment Decisions Sequential Prourement Autions and Their Effet on Investment Deisions Gonzalo isternas Niolás Figueroa November 2007 Abstrat In this paper we haraterize the optimal prourement mehanism and the investment

More information

The Impact of Personal and Institutional Investor Sentiment on Stock. Returns under the Chinese Stock Market Crash. Kexuan Wang

The Impact of Personal and Institutional Investor Sentiment on Stock. Returns under the Chinese Stock Market Crash. Kexuan Wang Advanes in Eonomis, Business and Management Researh (AEBMR), volume 26 International Conferene on Eonomis, Finane and Statistis (ICEFS 2017) The Impat of Personal and Institutional Investor Sentiment on

More information

Giacomo Calzolari and Giancarlo Spagnolo*

Giacomo Calzolari and Giancarlo Spagnolo* INTERNATIONAL PUBLIC PROCUREMENT CONFEREN CE PROCEEDINGS 21-23 September 2006 REPUTATIONAL COMMITMENTS AND COLLUSION IN PROCUREMENT Giaomo Calzolari and Gianarlo Spagnolo* ABSTRACT. When gains from trade

More information

Prices, Social Accounts and Economic Models

Prices, Social Accounts and Economic Models Paper prepared for the 10th Global Eonomi Analysis Conferene, "Assessing the Foundations of Global Eonomi Analysis", Purdue University, Indiana, USA, June 2007 Pries, Soial Aounts and Eonomi Models Sott

More information

Damage, Death and Downtime Risk Attenuation in the 2011 Christchurch Earthquake

Damage, Death and Downtime Risk Attenuation in the 2011 Christchurch Earthquake Damage, Death and Downtime Risk Attenuation in the 2011 Christhurh Earthquake J.B. Mander & Y. Huang Zahry Department of Civil Engineering, Texas A&M University, College Station, TX 77843 USA. 2012 NZSEE

More information

NBER WORKING PAPER SERIES A SIMPLE TEST OF PRIVATE INFORMATION IN THE INSURANCE MARKETS WITH HETEROGENEOUS INSURANCE DEMAND

NBER WORKING PAPER SERIES A SIMPLE TEST OF PRIVATE INFORMATION IN THE INSURANCE MARKETS WITH HETEROGENEOUS INSURANCE DEMAND NER WORKING PAPER SERIES A SIMPLE ES OF PRIVAE INFORMAION IN E INSURANCE MARKES WI EEROGENEOUS INSURANCE DEMAND Li Gan Feng uang Adalbert Mayer Working Paper 16738 http://www.nber.org/papers/w16738 NAIONAL

More information

Tariffs and non-tariff measures: substitutes or complements. A cross-country analysis

Tariffs and non-tariff measures: substitutes or complements. A cross-country analysis Bank i Kredyt 48(1), 2017, 45-72 Tariffs and non-tariff measures: substitutes or omplements. A ross-ountry analysis Eyal Ronen* Submitted: 29 April 2016. Aepted: 3 November 2016. Abstrat Alongside the

More information

Myopia and the Effects of Social Security and Capital Taxation on Labor Supply

Myopia and the Effects of Social Security and Capital Taxation on Labor Supply NELLCO NELLCO Legal Sholarship Repository Harvard Law Shool John M. Olin Center for Law, Eonomis and Business Disussion Paper Series Harvard Law Shool 8-5-006 Myopia and the Effets of Soial Seurity and

More information

Should platforms be allowed to charge ad valorem fees?

Should platforms be allowed to charge ad valorem fees? Should platforms be allowed to harge ad valorem fees? Zhu Wang and Julian Wright November 27 Abstrat Many platforms that failitate transations between buyers and sellers harge ad valorem fees in whih fees

More information

FOREST CITY INDUSTRIAL PARK FIN AN CIAL RETURNS EXECUTIVE SUMMARY

FOREST CITY INDUSTRIAL PARK FIN AN CIAL RETURNS EXECUTIVE SUMMARY FOREST CITY INDUSTRIAL PARK FIN AN CIAL RETURNS EXECUTIVE SUMMARY The City of London is engagedl in industrial land development for the sole purpose of fostering eonomi growth. The dynamis of industrial

More information

D Accounting for management

D Accounting for management QU EST IONS ounting for management 17 mins 1.1 Whih of the following statements about qualities of good information is false? It should be relevant for its purposes It should be ommuniated to the right

More information

Optimal Disclosure Decisions When There are Penalties for Nondisclosure

Optimal Disclosure Decisions When There are Penalties for Nondisclosure Optimal Dislosure Deisions When There are Penalties for Nondislosure Ronald A. Dye August 16, 2015 Abstrat We study a model of the seller of an asset who is liable for damages to buyers of the asset if,

More information

Bidding for network size

Bidding for network size MPRA Munih Personal RePE Arhive Bidding for network size Renaud Fouart and Jana Friedrihsen Humboldt University, Berlin, BERA and BCCP, DIW, Berlin, Humboldt University, Berlin, BERA and BCCP 21 June 2016

More information

The Simple Economics of White Elephants

The Simple Economics of White Elephants The Simple Eonomis of White Elephants Juan-José Ganuza Universitat Pompeu Fabra and Barelona GSE Gerard Llobet CEMFI and CEPR May 16, 2016 Abstrat This paper disusses how the design of onession ontrats

More information

The Economics of Setting Auditing Standards

The Economics of Setting Auditing Standards The Eonomis of Setting Auditing Standards Minlei Ye University of Toronto Dan A. Simuni University of British Columbia Ralph Winter University of British Columbia April 2010 ABSTRACT: This paper develops

More information

THE NEGATIVE BINOMIAL-ERLANG DISTRIBUTION WITH APPLICATIONS. Kasetsart University Chatuchak, Bangkok, 10900, THAILAND

THE NEGATIVE BINOMIAL-ERLANG DISTRIBUTION WITH APPLICATIONS. Kasetsart University Chatuchak, Bangkok, 10900, THAILAND International Journal of Pure and Applied Mathematis Volume 92 No. 3 2014, 389-401 ISSN: 1311-8080 (printed version; ISSN: 1314-3395 (on-line version url: http://www.ipam.eu doi: http://d.doi.org/10.12732/ipam.v92i3.7

More information

THE ECONOMIC MOTIVES FOR CHILD ALLOWANCES: ALTRUISM, EXCHANGE OR VALUE OF INDEPENDENCE?

THE ECONOMIC MOTIVES FOR CHILD ALLOWANCES: ALTRUISM, EXCHANGE OR VALUE OF INDEPENDENCE? THE EONOMI MOTIVES FOR HILD ALLOWANES: ALTRUISM, EXHANGE OR VALUE OF INDEPENDENE? Lisa Farrell*, Paul Frijters** and Mihael A. Shields* * Department of Eonomis, University of Melbourne, Australia ** Tinbergen

More information

Experimentation, Private Observability of Success, and the Timing of Monitoring

Experimentation, Private Observability of Success, and the Timing of Monitoring Experimentation, Private Observability of Suess, and the Timing of Monitoring Alexander Rodivilov Otober 21, 2016 For the latest version, please lik here. Abstrat This paper examines the role of monitoring

More information

The Simple Economics of White Elephants

The Simple Economics of White Elephants The Simple Eonomis of White Elephants Juan-José Ganuza Universitat Pompeu Fabra and Barelona GSE Gerard Llobet CEMFI and CEPR July 13, 2017 Abstrat This paper shows that the onession model disourages firms

More information

Transport tax reforms, two-part tariffs, and revenue recycling. - A theoretical result

Transport tax reforms, two-part tariffs, and revenue recycling. - A theoretical result Transport tax reforms, to-part tariffs, and revenue reyling - A theoretial result Abstrat Jens Erik Nielsen Danish Transport Researh Institute We explore the interation beteen taxes on onership and on

More information

Rational Bias in Inflation Expectations

Rational Bias in Inflation Expectations Rational Bias in Inflation Expetations Robert G. Murphy * Boston College Adam Rohde Charles River Assoiates August 2014 Revised August 2015 Abstrat This paper argues that individuals may rationally weight

More information

Associate Professor Jiancai PI, PhD Department of Economics School of Business, Nanjing University

Associate Professor Jiancai PI, PhD Department of Economics School of Business, Nanjing University Assoiate Professor Jianai PI PhD Department of Eonomis Shool of Business Nanjing University E-mail: jianaipi@hotmail.om; pi28@nju.edu.n THE CHICE BETWEEN THE MAL AND ELATINAL INANCING IN CHINESE AMILY

More information

Contending with Risk Selection in Competitive Health Insurance Markets

Contending with Risk Selection in Competitive Health Insurance Markets This paper is prepared for presentation at the leture, Sikness Fund Compensation and Risk Seletion at the annual meeting of the Verein für Soialpolitik, Bonn, Germany September 29, 2005. September 19,

More information

Consumption smoothing and the welfare consequences of social insurance in developing economies

Consumption smoothing and the welfare consequences of social insurance in developing economies Journal of Publi Eonomis 90 (2006) 2351 2356 www.elsevier.om/loate/eonbase Consumption smoothing and the welfare onsequenes of soial insurane in developing eonomies Raj Chetty a,, Adam Looney b a UC-Berkeley

More information

CONSUMPTION-LABOR FRAMEWORK SEPTEMBER 19, (aka CONSUMPTION-LEISURE FRAMEWORK) THE THREE MACRO (AGGREGATE) MARKETS. The Three Macro Markets

CONSUMPTION-LABOR FRAMEWORK SEPTEMBER 19, (aka CONSUMPTION-LEISURE FRAMEWORK) THE THREE MACRO (AGGREGATE) MARKETS. The Three Macro Markets CONSUMPTION-LABOR FRAMEWORK (aka CONSUMPTION-LEISURE FRAMEWORK) SEPTEMBER 19, 2011 The Three Maro Markets THE THREE MACRO (AGGREGATE) MARKETS Goods Markets P Labor Markets Finanial/Capital/Savings/Asset

More information

Econ 455 Answers - Problem Set Consider a small country (Belgium) with the following demand and supply curves for cloth:

Econ 455 Answers - Problem Set Consider a small country (Belgium) with the following demand and supply curves for cloth: Spring 000 Eon 455 Harvey Lapan Eon 455 Answers - Problem Set 4 1. Consider a small ountry (Belgium) with the following demand and supply urves for loth: Supply = 3P ; Demand = 60 3P Assume Belgium an

More information

THESIS. "Dennis J. AFIT/GSO/MA/ "Approved for public rel7cas. Diatribution Unlimited THE AIR FORCE. iited

THESIS. Dennis J. AFIT/GSO/MA/ Approved for public rel7cas. Diatribution Unlimited THE AIR FORCE. iited 00 CD DTIC _ZLECTE! S A COMPARISON OF ESTIMATION TECHNIQUES FOR THICTHE THREE PARAMETER PARETO DISTRIBUTION THESIS "Dennis J. Major, Charek USAF AFIT/GSO/MA/850-3.. "Approved for publi rel7as. Diatribution

More information

Tax-loss Selling and the Turn-of-the-Year Effect: New Evidence from Norway 1

Tax-loss Selling and the Turn-of-the-Year Effect: New Evidence from Norway 1 Tax-loss Selling and the Turn-of-the-Year Effet: New Evidene from Norway 1 Qinglei Dai Universidade Nova de Lisboa July 2007 1 Aknowledgement: I would like to thank Kristian Rydqvist at Binghamton University,

More information

Trade Scopes across Destinations: Evidence from Chinese Firm

Trade Scopes across Destinations: Evidence from Chinese Firm MPRA Munih Personal RePE Arhive Trade Sopes aross Destinations: Evidene from Chinese Firm Zhuang Miao and Yifan Li MGill University 15 Marh 2017 Online at https://mpra.ub.uni-muenhen.de/80863/ MPRA Paper

More information

On the Welfare Benefits of an International Currency

On the Welfare Benefits of an International Currency On the Welfare Benefits of an International Curreny Prakash Kannan Researh Department International Monetary Fund Otober 2006 Abstrat Is it benefiial for a ountry s urreny to be used internationally? And,

More information

Clipping Coupons: Redemption of Offers with Forward-Looking Consumers

Clipping Coupons: Redemption of Offers with Forward-Looking Consumers Clipping Coupons: Redemption of Offers with Forward-Looking Consumers Kissan Joseph Oksana Loginova Marh 6, 2019 Abstrat Consumer redemption behavior pertaining to oupons, gift ertifiates, produt sampling,

More information

Kyle Bagwell and Robert W. Staiger. Revised: November 1993

Kyle Bagwell and Robert W. Staiger. Revised: November 1993 Multilateral Tariff Cooperation During the Formation of Regional Free Trade Areas* Kyle Bagwell and Robert W. Staiger Northwestern University The University of Wisonsin and NBER by Revised: November 1993

More information

At a cost-minimizing input mix, the MRTS (ratio of marginal products) must equal the ratio of factor prices, or. f r

At a cost-minimizing input mix, the MRTS (ratio of marginal products) must equal the ratio of factor prices, or. f r ECON 311 NAME: KEY Fall Quarter, 2011 Prof. Hamilton Final Exam 200 points 1. (30 points). A firm in Los Angeles produes rubber gaskets using labor, L, and apital, K, aording to a prodution funtion Q =

More information

Retirement Benefits Schemes (Miscellaneous Amendments) RETIREMENT BENEFITS SCHEMES (MISCELLANEOUS AMENDMENTS) REGULATIONS 2014

Retirement Benefits Schemes (Miscellaneous Amendments) RETIREMENT BENEFITS SCHEMES (MISCELLANEOUS AMENDMENTS) REGULATIONS 2014 Retirement Benefits Shemes (Misellaneous Amendments) Index RETIREMENT BENEFITS SCHEMES (MISCELLANEOUS AMENDMENTS) REGULATIONS 2014 Index Regulation Page 1 Title... 3 2 Commenement... 3 3 Amendment of the

More information

DEPARTMENT OF ECONOMICS WORKING PAPERS

DEPARTMENT OF ECONOMICS WORKING PAPERS DEPARTMENT OF ECONOMICS WORKING PAPERS eonomis.eu.hu Deriving the Taylor Priniple when the Central Bank Supplies Money by Max Gillman 1, Ceri Davies 2 and Mihal Kejak 3 2012/13 1 Department of Eonomis,

More information

Middlemen, fair traders, and poverty

Middlemen, fair traders, and poverty J Eon Inequal (2016) 14:81 108 DOI 10.1007/s10888-015-9314-2 Middlemen, fair traders, and poverty Nany H. Chau 1 Hideaki Goto 2 Ravi Kanbur 3 Reeived: 18 January 2013 / Aepted: 7 July 2015 / Published

More information

mathematics Prey Predator Models with Variable Carrying Capacity Article Mariam K. A. Al-Moqbali, Nasser S. Al-Salti and Ibrahim M.

mathematics Prey Predator Models with Variable Carrying Capacity Article Mariam K. A. Al-Moqbali, Nasser S. Al-Salti and Ibrahim M. mathematis Artile Prey Predator Models with Variable Carrying Capaity Mariam K. A. Al-Moqbali, Nasser S. Al-Salti and Ibrahim M. Elmojtaba * Department of Mathematis and Statistis, College of Siene, Sultan

More information

Value Added Tax (Flat-rate Valuation of Supplies of Fuel for Private Use) Order 2013

Value Added Tax (Flat-rate Valuation of Supplies of Fuel for Private Use) Order 2013 Index VALUE ADDED TAX (FLAT-RATE VALUATION OF SUPPLIES OF FUEL FOR PRIVATE USE) ORDER 2013 Index Artile Page 1 Title... 3 2 Commenement... 3 3 Flat-rate basis of valuation of supplies of fuel for private

More information

Model. Jingyuan Li School of Management Huazhong University of Science and Technology Wuhan , China

Model. Jingyuan Li School of Management Huazhong University of Science and Technology Wuhan , China A Theoretial Extension of the Consumption-based CAPM Model Jingyuan Li Shool of Management Huazhong University of Siene and Tehnology Wuhan 430074, China Email: jingyuanht@yahoo.om.n Georges Dionne Canada

More information

Decision-making Method for Low-rent Housing Construction Investment. Wei Zhang*, Liwen You

Decision-making Method for Low-rent Housing Construction Investment. Wei Zhang*, Liwen You 5th International Conferene on Civil Enineerin and Transportation (ICCET 5) Deision-makin Method for Low-rent Housin Constrution Investment Wei Zhan*, Liwen You University of Siene and Tehnoloy Liaonin,

More information

This article attempts to narrow the gap between

This article attempts to narrow the gap between Evan F. Koenig Senior Eonomist and Poliy Advisor Rethinking the IS in IS LM: Adapting Keynesian Tools to Non-Keynesian Eonomies Part 1 This artile attempts to narrow the gap between two maroeonomi paradigms

More information

Are Hard Budget Constraints for Sub-National GovernmentsAlwaysEfficient?

Are Hard Budget Constraints for Sub-National GovernmentsAlwaysEfficient? Are Hard Budget Constraints for Sub-National GovernmentsAlwaysEffiient? Martin Besfamille Ben Lokwood Otober 1, 004 Abstrat In fisally deentralized ountries, sub-national governments (SNGs) may fae soft

More information

AUTHOR COPY. The co-production approach to service: a theoretical background

AUTHOR COPY. The co-production approach to service: a theoretical background Journal of the Operational Researh Soiety (213), 1 8 213 Operational Researh Soiety td. All rights reserved. 16-5682/13 www.palgrave-journals.om/jors/ The o-prodution approah to servie: a theoretial bakground

More information

Road Transport Regulations 2018 ROAD TRANSPORT REGULATIONS Title Commencement Interpretation... 5

Road Transport Regulations 2018 ROAD TRANSPORT REGULATIONS Title Commencement Interpretation... 5 Road Transport Regulations 2018 Index ROAD TRANSPORT REGULATIONS 2018 Index Regulation Page 1 Title... 5 2 Commenement... 5 3 Interpretation... 5 PART 2 ROAD TRANSPORT LICENSING COMMITTEE 6 MEETINGS OF

More information

i e SD No.2015/0206 PAYMENT SERVICES REGULATIONS 2015

i e SD No.2015/0206 PAYMENT SERVICES REGULATIONS 2015 i e SD No.2015/0206 PAYMENT SERVICES REGULATIONS 2015 Payment Servies Regulations 2015 Index PAYMENT SERVICES REGULATIONS 2015 Index Regulation Page PART 1 INTRODUCTION 7 1 Title... 7 2 Commenement...

More information

Explanatory Memorandum

Explanatory Memorandum IN THE KEYS HEAVILY INDEBTED POOR COUNTRIES (LIMITATION ON DEBT RECOVERY) BILL 202 Explanatory Memorandum. This Bill is promoted by the Counil of Ministers. 2. Clause provides for the short title of the

More information

Optimal Monetary Policy in a Model of the Credit Channel

Optimal Monetary Policy in a Model of the Credit Channel Optimal Monetary Poliy in a Model of the Credit Channel Fiorella De Fiore y European Central Bank Oreste Tristani z European Central Bank 9 September 2008 First draft Abstrat We onsider a simple extension

More information

Alfons John Weersink. A thesis submitted in partial fulfillment of the requirements for the degree. Master of Science. Applied Economics.

Alfons John Weersink. A thesis submitted in partial fulfillment of the requirements for the degree. Master of Science. Applied Economics. OPTIMAL REPLACEMENT INTERVAL AND DEPRECIATION METHOD OF A COMBINE ON A REPRESENTATIVE DRYLAND GRAIN FARM IN NORTHCENTRAL MONTANA by Alfons John Weersink A thesis submitted in partial fulfillment of the

More information

Variable Markups and Misallocation in Chinese Manufacturing and Services

Variable Markups and Misallocation in Chinese Manufacturing and Services Variable Markups and Misalloation in Chinese Manufaturing and Servies Jinfeng Ge Zheng Mihael Song Yangzhou Yuan eember 13, 216 Abstrat Cross-ountry omparison reveals an unusually small servie setor in

More information

SAMPLE CHAPTERS UNESCO EOLSS INVESTMENT MODELS. Ulrich Rieder University of Ulm, Germany

SAMPLE CHAPTERS UNESCO EOLSS INVESTMENT MODELS. Ulrich Rieder University of Ulm, Germany INVESMEN MODELS Ulrih Rieder University of Ulm, Germany Keywords: meanvariane ortfolio seletion, Markowitz model, minimum variane ortfolio, twofund searation, HARAutility, BlakSholes model, stohasti dynami

More information

THE SCIENCE COUNCIL Regulations

THE SCIENCE COUNCIL Regulations THE SCIENCE COUNCIL Regulations 1. Memership appliation (Bylaws 3 and 4) 2. Memership Susriptions (Bylaw 6) 3. Memership disiplinary ations (Bylaw 9) and removal y the Counil (Bylaw 11) 4. Memership Disiplinary

More information

Exogenous Information, Endogenous Information and Optimal Monetary Policy

Exogenous Information, Endogenous Information and Optimal Monetary Policy Exogenous Information, Endogenous Information and Optimal Monetary Poliy Luigi Paiello Einaudi Institute for Eonomis and Finane Mirko Wiederholt Northwestern University January 2011 Abstrat This paper

More information

International Productivity Differences, Infrastructure, and Comparative. Advantage

International Productivity Differences, Infrastructure, and Comparative. Advantage International Produtivity Differenes, Infrastruture, and Comparative Advantage For Submission to the Review of International Eonomis Manusript 4349 Revised, February 2006 Abstrat This paper provides an

More information

A solution by stochastic iteration method for nonlinear Black- Scholes equation with transaction cost and volatile portfolio risk in Hilbert space

A solution by stochastic iteration method for nonlinear Black- Scholes equation with transaction cost and volatile portfolio risk in Hilbert space International Journal of Mathematial Analysis and Appliations 2014; 1(3): 43-48 Published online August 20, 2014 (http://www.aasit.org/journal/ijmaa) A solution by stohasti iteration method for nonlinear

More information

Say you have $X today and can earn an annual interest rate r by investing it. Let FV denote the future value of your investment and t = time.

Say you have $X today and can earn an annual interest rate r by investing it. Let FV denote the future value of your investment and t = time. Same as with Labor Supply, maximizing utility in the ontext of intertemporal hoies is IDEN- TICAL to what we ve been doing, just with a different budget onstraint. Present and Future Value Say you have

More information

Licensing and Patent Protection

Licensing and Patent Protection Kennesaw State University DigitalCommons@Kennesaw State University Faulty Publiations 00 Liensing and Patent Protetion Arijit Mukherjee University of Nottingham Aniruddha Baghi Kennesaw State University,

More information

Analysing the Distributional Impacts of Stablisation Policy with a CGE Model: Illustrations and Critique for Zimbabwe

Analysing the Distributional Impacts of Stablisation Policy with a CGE Model: Illustrations and Critique for Zimbabwe Analysing the Distributional Impats of Stablisation Poliy with a CGE Model: Illustrations and Critique for Zimbabwe Sonja Fagernäs Eonomi and Statistis Analysis Unit April 2004 ESAU Working Paper 4 Overseas

More information