Transaction-Cost-Conscious Pairs Trading via Approximate Dynamic Programming

Size: px
Start display at page:

Download "Transaction-Cost-Conscious Pairs Trading via Approximate Dynamic Programming"

Transcription

1 Transacion-Cos-Conscious Pairs Trading via Approximae Dynamic Programming Undergraduae Honors Thesis Deparmen of Compuer Science Sanford Universiy Xiang Yan Advisor: Benjamin Van Roy June 1, 2006

2 Absrac In his paper, we develop an algorihm ha opimizes logarihmic uiliy in pairs rading. We assume price processes for wo asses, wih ransacion cos linear wih respec o he rae of change in porfolio weighs. We hen solve he opimizaion problem via a linear programming approach o approximae dynamic programming. Our simulaion resuls shoha when asse price volailiy and ransacion cos are sufficienly high, our ADP sraegy offers significan benefis over he chosen baseline sraegy. Our baseline sraegy is an opimized version of a pairs rading heurisic sudied in he lieraure [3]. 1 Inroducion Pairs rading is a saisical arbirage echnique wih which Wall Sree raders garnered wild success in he 1980s. The pairs rading scheme is quie simple: idenify wo socks ha have hisorically moved ogeher. When heir price gap widens, shor he winner and buy he loser, in he hope ha he gap will evenually narroo he hisorical mean. When his even occurs, he arbirageur profis. In [3], Gaev e al. examined daily sock daa from 1962 o 1997 and idenified a few sock pairs wih minimum disance in hisorical normalized price space. They hen applied sraighforward self-financing pairs rading rules o hem over six-monh rading periods. Their resul was an average annualized excess reurn of abou 12 percen. In his paper, we assume an evoluion process of wo highly correlaed asse prices. Furhermore, we assume ha he ransacion cos during rading is linear wih respec o he rae of change in porfolio weighs. To maximize logarihmic uiliy of our wealh, we develop a sraegy by applying approximae dynamic programming, and in paricular, he linear programming approach [6]. We also develop a baseline sraegy by opimizing a heurisic proposed by [3]. In our simulaion, we compare he risk-free equivalen raes of reurn yielded by our ADP sraegy and he baseline sraegy. The ADP algorihm ha we develop exends he linear programming approach in ha i reas coninuous processes, governed by sochasic differenial equaions. Wih he excepion of [4] and [5], prior work on he linear programming approach has focused on discree sae spaces. We work wih coninuous models because hey faciliae compuaion of greedy policies and reamen of consrains in he linear program. In a coninuous model, even when he acion space is coninuous and high-dimensional, given a sae and an approximae value funcion, a greedy acion can be 1

3 compued by solving a racable convex program. We acknowledge ha his paper does no assess he applicabiliy of he assumed pairs rading model. Insead, our conribuion lies in he applicaion of approximae dynamic programming o an insance of sochasic opimizaion problems wih coninous ime and coninuous sae space. 2 Problem Formulaion Consider wo asses, asse 0 and asse 1, wih highly correlaed price processes S 0 and S 1. One migh consider he following sochasic differenial equaion ha models he mean-reversion propery of heir log-prices x 0 and x 1 : dx 0 = γ e δ( u) (dx 1 u dx 0 u) d + µ d + σ db 0 (1) u=0 and dx 1 = γ e δ( u) (dx 0 u dx 1 u) d + µ d + σ db 1, (2) u=0 where µ and σ are he drif and diffusion coefficiens, respecively, and B 0 and B 1 are Brownian moions. Noe ha he firs erm of each equaion characerizes he dependence of fuure log prices on he differences of pas log prices. To sudy he evoluion of log prices, we define ransformed sae variable y as, y = u=0 e δ( u) (dx 1 u dx 0 u). (3) Hence, dx i = ( 1) i γy d + µ d + σ db i, for i = 0, 1. (4) Noe ha given y, disribuion of x is known. So in our model, y compleely characerizes he marke condiion. Consider an invesor in he wo asses. A any given ime, his wealh has hree componens: he amoun invesed in asse 0, he amoun invesed in asse 1, and cash. We use η = (η 0 η 1 ) o denoe his porfolio weighs a ime, where η i denoes he fracion of invesed in asse i. 2

4 To inroduce he noion of rading sraegy, we define sae a ime as z = (, η, y ) S = R + R 2 R. Sae is defined his way o capure all he informaion needed o make an invesmen decision a ime. We now define rading sraegy as ψ : S R 2, which maps each sae o raes of change in porfolio weighs. Given his definiion, we someimes also refer o ψ as rading rae or policy. Fuhermore, we someimes wrie ψ as shorhand for ψ(z ), and in he appropriae conex, abuse noaion and wrie ψ as a vecor in R 2. Assuming ha ransacion cos is linear wih respec o he rae of change in porfolio weighs and ha ineres rae in he money marke is zero, he wealh process evolves as follows: d = η ds S c ψ 1 d, (5) where c 0 is he linear scaling facor of ransacion cos. Our objecive is o solve he following infinie-horizon, ime-discouned opimizaion problem: [ ] max E e α u( ) d, ψ =0 where uiliy funcion u( ) = log( ), which models he risk-averse psychology of he invesor. 3 Dynamic Programming Approach 3.1 Seup To apply ADP o our opimizaion problem, we would like o shoha he wealh process is a diffusion. To do so, we firs demonsrae ha he marke condiion process y is a diffusion. Take differenial of boh sides of (3) o obain dy = dx 1 dx 0 δy d. (6) Wrie ou (4) as, dx 0 = γy d + µ d + σ db 0 (7) 3

5 and dx 1 = γy d + µ d + σ db 1. (8) Subrac (7) from (8): dx 1 dx 0 = 2γy d + σ(db 1 db 0 ) = 2γy d + 1 σ db, (9) 1 where db = db0. From (6) and (9): db 1 dy = (2γ + δ)y d + 1 σ db 1 = µ y (y ) d + σ y db. (10) Hence, y is a diffusion wih drif and diffusion coefficiens µ y (y ) = (2γ + δ)y and σ y = ( σ σ), respecively. We now shoha he price process S is also a diffusion. From (4), we have dx = = dx0 dx 1 γy + µ d + σ db γy + µ = µ x (y ) d + σ x db, (11) where µ x (y ) = γy + µ γy + µ 4

6 and σ x = σ 0. 0 σ Since x i = log(s i ), for i = 0, 1, by Iô s Formula and (11), we can hen express S as he following diffusion: ds S = µ s (y ) d + σ s d, (12) where µ s (y ) = µ x (y ) diag(σ xσ x ) 1 and σ s = σ x = σ 0. 0 σ Based on (5) and (12), we have he wealh process as he following diffusion: d = η µ s (y ) d + η σ s db c ψ 1 d = µ w (z, ψ ) d + σ w (z ) db, where µ w (z, ψ ) = η µ s (y ) c ψ 1 and σ w (z ) = η σ s. Before applying dynamic programming, we derive he dynamics of he porfolio weighs process η. We use ξ R 2 o denoe he dollar amoun invesed in he wo asses. Tha is, ξ = η. (13) 5

7 I can be shown ha dξ = ξ ds S + ψ d. (14) Noe ha (14) illusraes wo facors ha influence invesmen allocaion in dollars, namely change in asse prices and change in porfolio weighs. By Iô s Formula, i follows ha = d( ξ(i) ) dη (i) = 1 dξ (i) = ψ (i) = ψ (i) ξ(i) w 2 d + η (i) ds (i) d + ξ(i) w 3 (d ) 2 1 w 2 S (i) ψ (i) d d d + η (i) ds (i) S (i) η (i) ds (i) S (i) η (i) ds (i) S (i) η (i) d η (i) d dξ (i) d + η (i) ( d + η (i) ( d ) 2 η (i) ) 2 η (i) ds (i) S (i) ds (i) S (i) d d. Noe ha ( dw ds (i) S (i) ) 2 = σ w (z )σ w (z ) d, and d = σ s (i ) σw (z ) d, where σ (i ) s is he i-h row of σ s. Hence, dη = µ η (z, ψ ) d + σ η (z ) db, (15) where µ (i) η (z, ψ ) = ψ (i) σ (i) η (z ) = η (i) ( + η (i) (σ (i ) µ (i) s s σ w (z )). ) (y ) µ w (z, ψ ) + σ w (z )σw (z ) σ s (i ) σw (z ), 6

8 3.2 Dynamic Programming In he previous subsecion, We have esablished as a diffusion whose drif and diffusion coefficiens are funcions of sae z and policy ψ. We now proceed o solve he opimizaion problem wih dynamic programming echniques. Recall ha we desire o [ ] max E z,ψ e α u( ) d. ψ =0 For each sraegy ψ, we define value funcion J ψ (z) = E z,ψ [ =0 ] e α u( ) d, where he subscrips of he expecaion operaor mean ha he iniial sae of he process is z and sraegy ψ is employed. Furher, we define he opimal value funcion, J (z) = sup J ψ (z). ψ For each sraegy ψ, we now define he coninuous-ime dynamic programming operaor H ψ : H ψ J(z) = D ψ J(z) αj(z) + u(w), z, where infiniesimal generaor D is defined as D ψ J(z) = J w wµ w + ( ) J µ y + y J 2 w 2 w2 σ w σw r ( ) J µ η ( 2 J y 2 σ yσy + 2 J w y σ yσ w w + 2 J w σ ησ w w + r ) r ( 2 J 2 σ ηση ( 2 ) J y σ ησy. ) Then, he opimal value funcion J is soluion o he Hamilon-Jacobi-Bellman Equaion: max ψ R 2(H ψj)(z) = 0, z. (16) 7

9 Correspondingly, we define he opimal rading sraegy ψ (z) : S R 2 as a funcion ha saisfies 3.3 Logarihmic Uiliy ψ (z) argmax H ψ J (z). (17) ψ R 2 Wih logarihmic uiliy, he opimal value funcion decomposes in an ineresing way: J (z) = log(w) α + V (η, y), for some funcion V. So we resric our ques for J wihin he following se of funcions, { J log = J J(w, η, y) = log(w) α } + V (η, y) for some V V. Here, V is a se of funcions saisfying some echnical regulariy condiions. We will no describe he echnical regulariy condiions here because hey are complicaed and no relevan o his work. Noe ha for all J J log, we have w J w = 1 α, w2 2 J w 2 = 1 α, 2 J w = 0, 2 J w y = 0. We can hen simplify he HJB quaion in (16) o 0 = max ψ R 2 { µ wα + µ y V y + µ η V 1 2α σ wσw ( ) ( ) r 2 V σ y 2 y σy r 2 V σ 2 η ση ( ) } +r 2 V y σ ησy αv. (18) Noe ha ψ as defined in (17) sill saisfies (18). Observing ha ψ appears only in µ w and µ η in (18), we simplify (17) o ψ arg max ψ R 2 {( ( V ) ) η 1 c ψ 1 + α ( ) V ψ}. (19) The funcion being maximized here is piecewise linear wih a kink a ψ = 0. Consequenly, 8

10 wih some parameer seings, he funcion is unbounded from above, resuling in no soluion o he opimizaion problem. In such cases, he opimal rading rae ψ involves jumps. Tha is, insananeous shifs in porfolio weighs. To avoid his effec, we inroduce a regulaion erm εψ ψ for some ε > 0 o he HJB equaion in (18) o arrive a max F ε ψ R 2 ψv = 0, (20) where operaor F ε ψ is defined as Fψ ε V = µ w α + V µ y r ( 2 V 2 σ ησ η y + V µ η 1 ) + r 2α σ wσw + 1 ( 2 2 r V ( 2 V y σ ησ y ) y 2 σ yσy ) αv εψ ψ. Accordingly, he opimal rading sraegy ψ is now approximaed by ψ ε, which is defined as ψε argmax Fψ ε V ε, ψ R 2 where V ε is soluion o (20). Tha is, ψ ε arg max ψ R 2 {( ( V ε ) ) η 1 c ψ 1 + α ( ) V ε ψ εψ ψ}. (21) 4 Approximae Dynamic Programming To obain V ε, we can solve he following opimizaion problem wih a coninuum of variables and a coninuum of consrains: min V (y, η) ρ(d(y, η)) subjec o max F ε ψ R 2 ψ V 0 V V, (22) where he funcion V is he variable being opimized and ρ is a given posiive measure. As his opimizaion problem is unsolvable analyically, we consider he approximae linear 9

11 programming approach proposed by [6, 1]. This approach fis V ε wih a weighed combinaion of seleced basis funcions φ 1,, φ K by solving a variaion of (22). Specifically, consider he opimizaion problem: min subjec o (y,η) (Φr)(y, η) ρ(d(y, η)) max F ε ψ R 2 ψ (Φr) 0. (23) Here, Φ(y, η) = (Φ 1 (y, η),, Φ K (y, η)) and Φr = Φ(y, η)r, where r R K is he variable being opimized. Noe ha we drop he consrain V V because normally, seleced basis funcions ψ 1,, ψ K V. We now subsiue non-linear consrains in his problem wih heir linear equivalences o aain he following linear program: min (y,η) (Φr)(y, η) ρ(d(y, η)) subjec o F ε ψ (Φr) 0, ψ R2. (24) We hope o use he soluion o his problem, r ADP, o derive a policy ψ ADP, which will, in urn, approximae he opimal rading policy. Tha is, ψ ψ ε ψ ADP (25) and ψ ADP argmax ψ R 2 {( ( Φr ADP ) ) η 1 c ψ 1 + α ( ) Φr ADP ψ εψ ψ}. Unforunaely, our new linear program is sill inracable as is objecive enails an inegral and i has a coninuum of consrains. To address hese difficulies, we approximae he soluion o he linear program by applying a sae sampling echnique proposed by [2]. Specifically, we sample idenical independenly disribued saes (y (1), η (1) ),, (y (Q), η (Q) ) and pose he following linear program: min Q (Φr)(y (i), η (i) ) i=1 subjec o (F ε ψ Φr)(y(i), η (i) ) 0, i = 1,, Q, ψ. 10

12 Noing ha he newly formulaed problem sill has infiniely many consrains due o a coninuum of ψ, we perform he following ieraive heurisic o achieve an approximaion o r ADP : 1. Pick an iniial guess r Based on he approximaion Φr k, compue he greedy acion ψ k (i) for each (y (i), η (i) ). Tha is, ψ k (i) argmax ψ R 2 {( ( Φrk ) ) η 1 c ψ 1 + α ( ) Φrk ψ εψ ψ}. 3. Solve Linear Program: Q min (Φr k )(y (i), η (i) ) i=1 subjec o (F ψ j (i)φr k )(y (i), η (i) ) 0, (26) i = 1,, Q, j = 0,, k. o obain r k Reurn o Sep 2 unil r k appears o have nearly converged. Upon compleion of his algorihm, we achieve r ADP, an approximaion o r ADP. From r ADP, we can derive is corresponding opimal policy ψ ADP : ψ ADP { ( ( argmax Φ r ADP + ψ R ( 2 Φ r ADP ) ψ εψ ψ}. ) ) η 1 α c ψ 1 (27) ψ ADP approximaes ψ ADP, which in urn approximaes ψ ε and ψ, as shown in (25). 5 Experimens 5.1 Baseline Sraegy We considered wo sraegies o serve as he baseline, he performance of which will be compared wih ha of our ADP sraegy. The firs candidae is a smoohed version of he opimal sraegy 11

13 in he absence of ransacion cos. I urns ou ha in he case of log uiliy, his sraegy is myopic. The second candidae is a refined version of a heurisic proposed by [3]. This candidae sraegy akes long-shor posiions upon observing significan gaps in asse prices, and liquidaes a he nex crossing of he prices. We evenually seleced he second candidae because he firs one performed poorly in simulaion. Below, we discuss our chosen baseline and pospone a discussion of he unseleced candidae ill he appendix. To moivae our baseline sraegy, a descripion of he heurisic used by Gaev e al. is in order [3]. The auhors prepared a pool of socks wih eigheen monhs of price daa available. For each pair of socks, hey compued he sum of squared differences in normalized prices over he firs welve monhs. They hen seleced a few pairs wih he smalles such sums. To simulae rading on hese pairs by using he price daa in he remaining six monhs, he auhors applied he following sraegy: when price difference of a sock pair exceeds wice he hisorical sandard deviaion, hey would long he winner and shor he loser wih an equal amoun of money in magniude. They would hen unwind heir posiions when he wo prices converge or he six-monh rading period erminaes. In he former case, hey would re-ener rade should deviaion in sock prices occurs again. Our baseline sraegy is a refined version of he aforemenioned heurisic. Specifically, i rades as follows: we sar ou wih no posiions. When he measure of pas asse price differences y exceeds some hreshold y baseline, we ener rades. The fracion of he curren wealh ha we inves in he winner and he loser asses are η baseline and η baseline, respecively. A he nex crossing of he asse prices, we liquidae boh posiions. Given a problem insance, y baseline and η baseline are chosen o opimize reurns via a discree, simulaion-based search over η baseline [0, η] and y baseline in some inerval ha conains reasonable values of y. Here, η is an upper bound ha we impose on porfolio weighs during simulaion, as will be discussed in he following subsecion. 5.2 Simulaions We conduced experimens wih an insance of he model presened in he previous secion. Guided by real marke and rading processes, we considered ime o be in unis of a year and seleced model parameers α = 0.2, δ = 0.5, and ε =

14 We seled on he following 9 basis funcions, which seem o yield favorable resuls. Noe ha φ 1 hrough φ 7 are Chebyshev polynomials of he firs kind, up o he second degree. They are chosen o achieve numerical sabiliy. φ 1 (z) = 1, φ 2 (z) = η 1, φ 3 (z) = η 2, φ 4 (z) = y, φ 5 (z) = 2η1 2 1, φ 6 (z) = 2η2 2 1, φ 7 (z) = 2y 2 1, φ 8 (z) = η 1 y, φ 9 (z) = η 2 y. To solve for basis funcion weighs, we sampled saes in he following manner o consruc he linear program: we sampled η 1 and η 2 according o a Gaussian disribuion wih mean 0 and sandard deviaion 40/3. We hen le each sample ha fell ouside inerval [ 20, 20] ake on 20 or 20, whichever was closer. The disribuion and inerval were chosen o conain he range of porfolios ha migh be held by a reasonable sraegy. To sample y, we simulaed he process described in (10) for an exponenially disribued amoun of ime wih mean 1/α and we recorded he las sample. For boh our approximae dynamic programming policy and he baseline policy, we generaed sample pahs according o (1) and (2), wih each discree ime sep equal o 1 day (i.e., 1/365 of a year). Similar o sae sampling, we also bounded our porfolio weighs wihin he range [ 20, 20] during simulaion. In addiion, we imposed a range of [ 500, 500] on rading raes. This inerval was chosen o conain he range of reasonable policies. We compued he average uiliy u over all sample pahs and hen compued he equivalen rae of reurn by solving for r in u = =0 e α u(e r ) d, 13

15 where u(w) = log(w) is he uiliy funcion. Inuiively, r represens he rae of reurn required for a risk-free porfolio o deliver he same level of uiliy u. 5.3 Resuls Figures 1, 2, and 3 explore he dependence of reurns on he ransacion cos scaling c, given differen σ. The figures sugges ha when volailiy is sufficienly high, he ADP sraegy offers significan benefis over he baseline sraegy. Even when volailiy is low, he ADP sraegy ouperforms he baseline sraegy in reurns as well, if ransacion cos is high. In addiion, as volailiy increases, he ADP sraegy seems o yield higher reurns. 6 Exensions and Open Issues Our experimenal resuls have added confidence o our linear programming approach o opimizing gains in he pairs rading problem ha we defined. More heoreic work, however, is needed o prove he reasonableness of our approximaions in his coninuous-ime, coninuous-sae-space problem. The sudy of pairs rading presened in his paper represens only a saring poin o explore he problem fully. Consrucing a model wih more sophisicaed ransacion cos and modifying our algorihm accordingly o opimize for ha model will be a nex sep in making our approach pracical. 14

16 7 Risk-free raes of reurn Baseline 2 ADP Transacion cos scaling (c) Figure 1: Equivalen risk-free raes of reurn versus ransacion cos scaling. Parameer values: µ = 0, σ = 0.2, γ = 52, ψ = 500, ψ = 500, η = 20, η = 20, α = 0.2, δ = 0.5, ε = Risk-Free raes of reurn ADP 2 Baseline Transacion cos scaling (c) Figure 2: Equivalen risk-free raes of reurn versus ransacion cos scaling. Parameer values: µ = 0, σ = 0.3, γ = 52, ψ = 500, ψ = 500, η = 20, η = 20, α = 0.2, δ = 0.5, ε =

17 Risk-free raes of reurn Baseline Transacion cos scaling (c) ADP Figure 3: Equivalen risk-free raes of reurn versus ransacion cos scaling. Parameer values: µ = 0, σ = 0.4, γ = 52, ψ = 500, ψ = 500, η = 20, η = 20, α = 0.2, δ = 0.5, ε = Acknowledgmens The auhor would like o hank Jiarui Han and Benjamin Van Roy for heir significan conribuion o all phases of his research projec. References [1] D. P. de Farias and B. Van Roy, The Linear Programming Approach o Approximae Dynamic Programming. Operaions Research, Vol. 51, No. 6, 2003, pp [2] D. P. de Farias and B. Van Roy, On Consrain Sampling in he Linear Programming Approach o Approximae Dynamic Programming. Mahemaics of Operaions Research, Vol. 29, No. 3, 2004, pp [3] E. Gaev, W. N. Goezmann and K. G. Rouwenhors, Pairs Trading: Performance of a Relaive Value Arbirage Rule. Yale School of Managemen working paper [4] J. Han, Dynamic Porfolio Managemen: An Approximae Linear Programming Approach. Docoral Disseraion, Sanford Universiy,

18 [5] M. Hauskrech and B. Kveon, Linear Program Approximaions for Facored Coninuous-Sae Markov Decision Processes. In Advances in Neural Informaion Processing Sysems 16, 2004, pp [6] P. Schweizer and A. Seidmann, Generalized Polynomial Approximaions in Markovian Decision Processes. Journal of Mahemaical Analysis and Applicaions, Vol. 110, 1985, pp

19 Appendix: Myopic Sraegy The following is a differen formulaion of policy in he same pairs rading problem wihou ransacion cos. This formulaion assumes ha an invesor can insananeously reshuffle his porfolio weighs upon observing marke condiions. Specifically, porfolio weighs, raher han rading rae, is regarded as policy. Our original hope is o use a smoohed version of he opimal sraegy derived in his formulaion as our baseline. As we discuss, however, he poor performance of such a sraegy led us o abandon his hough. A formulaion of he wealh process is in order. In he absence of ransacion cos, evolves according o d = η(z ) ds S d (28) Subsiuing (12) ino (28), we express as he following diffusion: d = µ w (z, η ) d + σ w (z, η ) db, where µ w (z, η ) = η(z ) µ s (z ) and σ w (z, η ) = η(z ) σ s. We aim o [ ] max E e α u( ) d, η R 2 =0 where uiliy funcion u(w) = log(w). Noe ha our policy here is porfolio weigh vecor η, no longer rading rae vecor ψ. For each sraegy η, we define a value funcion J η (z) = E z,η [ 0 ] e α u( ) d, where he subscrips of he expecaion operaor mean ha he iniial sae of he process is z and 18

20 sraegy η is employed. Furher, we define he opimal value funcion as J (z) = sup J η (z). η From dynamic programming, we knoha J saisfies he Hamilon-Jocabi-Bellman Equaion: max η R 2 H ηj(z) = 0, z, (29) where dynamic operaor H η is defined as H η J(z) = D η J(z) αj(z) + u(w), z, and infiniesimal operaor D η is D η J(z) = J w wµ w + ( ) J µ y + 1 y 2 2 J w 2 w2 σ w σw + 1 ( 2 ) 2 r J y 2 σ yσy + 2 J w y σ yσw w = J ( ) J w wµ s η + µ y J y 2 w 2 w2 η σ s σs η r ( 2 J y 2 σ yσ y ) + 2 J w y σ yσ s ηw. As explained in secion 3.3, given our goal o opimize logarihmic uiliy, J decomposes according o J (z) = log(w) α + V (η, y), (30) for some V. I follows hen w J w = 1 α, w2 2 J w 2 = 1 α, 2 J w = 0, 2 J w y = 0. (31) Subsiuing (30) and (31) ino he HJB Equaion in (29) yields 0 = max η R 2 { ( ) 1 V α µ s η + µ y 1 y 2α η σ s σs η + 1 ( 2 ) } 2 r V y 2 σ yσy. 19

21 Noe ha he funcion being maximized here is quadraic in η. Hence, he opimal rading sraegy η has a closed-form soluion, η (z) = ( ) 1 σ s σs µ s (z). Noe ha he above expression of η does no involve V. Tha means η is a myopic sraegy. We denoe his sraegy wih η myopic in he following discussion. We define ψ myopic as he rae of change in porfolio weighs under policy η myopic. In order o reduce ransacion cos, we consider rading rae of he form aψ myopic, for some consan a [0, 1]. Given a problem insance, his consan is seleced o opimize ransacion coss via a discree search over he uni inerval and simulaion-based evaluaion of alernaives. We refer o he resuling sraegy as he smoohed myopic sraegy because i smoohs he rading aciviy ha would resul from he myopic sraegy. In our experimen, we esed our ADP sraegy and he smoohed myopic sraegy on sample pahs of asse price evoluion, and compared he performances of hese wo sraegies. We noiced ha on some sample pahs, he smoohed myopic sraegy delivers significanly higher reurns han he ADP sraegy. On oher sample pahs, however, he smoohed myopic sraegy quickly dragged wealh o below zero, rendering he value reurned by he log uiliy funcion undefined. This numerical difficuly precluded us from compuing he average uiliy of he smoohed myopic sraegy. We can, however, infer from his experimenal resul ha he smoohed myopic sraegy yields poor overall performance when ransacion cos is non-zero. We conjecure ha such performance is largely due o an underlying assumpion of he formulaion for he myopic policy: namely, he invesor can insananeously change porfolio weighs upon observing marke condiions. This assumpion does no hold in our formulaion for he ADP sraegy and hence is no adhered o in simulaion. I follows, hen, ha he smoohed myopic sraegy compued for he curren ime sep is acually applied in he following ime sep, which may be far from opimal. 20

Macroeconomic Theory Ph.D. Qualifying Examination Fall 2005 ANSWER EACH PART IN A SEPARATE BLUE BOOK. PART ONE: ANSWER IN BOOK 1 WEIGHT 1/3

Macroeconomic Theory Ph.D. Qualifying Examination Fall 2005 ANSWER EACH PART IN A SEPARATE BLUE BOOK. PART ONE: ANSWER IN BOOK 1 WEIGHT 1/3 Macroeconomic Theory Ph.D. Qualifying Examinaion Fall 2005 Comprehensive Examinaion UCLA Dep. of Economics You have 4 hours o complee he exam. There are hree pars o he exam. Answer all pars. Each par has

More information

6. Stochastic calculus with jump processes

6. Stochastic calculus with jump processes A) Trading sraegies (1/3) Marke wih d asses S = (S 1,, S d ) A rading sraegy can be modelled wih a vecor φ describing he quaniies invesed in each asse a each insan : φ = (φ 1,, φ d ) The value a of a porfolio

More information

Optimal Investment under Dynamic Risk Constraints and Partial Information

Optimal Investment under Dynamic Risk Constraints and Partial Information Opimal Invesmen under Dynamic Risk Consrains and Parial Informaion Wolfgang Puschögl Johann Radon Insiue for Compuaional and Applied Mahemaics (RICAM) Ausrian Academy of Sciences www.ricam.oeaw.ac.a 2

More information

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

An Introduction to Backward Stochastic Differential Equations (BSDEs) PIMS Summer School 2016 in Mathematical Finance.

An Introduction to Backward Stochastic Differential Equations (BSDEs) PIMS Summer School 2016 in Mathematical Finance. 1 An Inroducion o Backward Sochasic Differenial Equaions (BSDEs) PIMS Summer School 2016 in Mahemaical Finance June 25, 2016 Chrisoph Frei cfrei@ualbera.ca This inroducion is based on Touzi [14], Bouchard

More information

Online Appendix to Solution Methods for Models with Rare Disasters

Online Appendix to Solution Methods for Models with Rare Disasters Online Appendix o Soluion Mehods for Models wih Rare Disasers Jesús Fernández-Villaverde and Oren Levinal In his Online Appendix, we presen he Euler condiions of he model, we develop he pricing Calvo block,

More information

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon 3..3 INRODUCION O DYNAMIC OPIMIZAION: DISCREE IME PROBLEMS A. he Hamilonian and Firs-Order Condiions in a Finie ime Horizon Define a new funcion, he Hamilonian funcion, H. H he change in he oal value of

More information

Examples of Dynamic Programming Problems

Examples of Dynamic Programming Problems M.I.T. 5.450-Fall 00 Sloan School of Managemen Professor Leonid Kogan Examples of Dynamic Programming Problems Problem A given quaniy X of a single resource is o be allocaed opimally among N producion

More information

SZG Macro 2011 Lecture 3: Dynamic Programming. SZG macro 2011 lecture 3 1

SZG Macro 2011 Lecture 3: Dynamic Programming. SZG macro 2011 lecture 3 1 SZG Macro 2011 Lecure 3: Dynamic Programming SZG macro 2011 lecure 3 1 Background Our previous discussion of opimal consumpion over ime and of opimal capial accumulaion sugges sudying he general decision

More information

An Introduction to Malliavin calculus and its applications

An Introduction to Malliavin calculus and its applications An Inroducion o Malliavin calculus and is applicaions Lecure 5: Smoohness of he densiy and Hörmander s heorem David Nualar Deparmen of Mahemaics Kansas Universiy Universiy of Wyoming Summer School 214

More information

STATE-SPACE MODELLING. A mass balance across the tank gives:

STATE-SPACE MODELLING. A mass balance across the tank gives: B. Lennox and N.F. Thornhill, 9, Sae Space Modelling, IChemE Process Managemen and Conrol Subjec Group Newsleer STE-SPACE MODELLING Inroducion: Over he pas decade or so here has been an ever increasing

More information

Lecture Notes 5: Investment

Lecture Notes 5: Investment Lecure Noes 5: Invesmen Zhiwei Xu (xuzhiwei@sju.edu.cn) Invesmen decisions made by rms are one of he mos imporan behaviors in he economy. As he invesmen deermines how he capials accumulae along he ime,

More information

1 Consumption and Risky Assets

1 Consumption and Risky Assets Soluions o Problem Se 8 Econ 0A - nd Half - Fall 011 Prof David Romer, GSI: Vicoria Vanasco 1 Consumpion and Risky Asses Consumer's lifeime uiliy: U = u(c 1 )+E[u(c )] Income: Y 1 = Ȳ cerain and Y F (

More information

FINM 6900 Finance Theory

FINM 6900 Finance Theory FINM 6900 Finance Theory Universiy of Queensland Lecure Noe 4 The Lucas Model 1. Inroducion In his lecure we consider a simple endowmen economy in which an unspecified number of raional invesors rade asses

More information

BU Macro BU Macro Fall 2008, Lecture 4

BU Macro BU Macro Fall 2008, Lecture 4 Dynamic Programming BU Macro 2008 Lecure 4 1 Ouline 1. Cerainy opimizaion problem used o illusrae: a. Resricions on exogenous variables b. Value funcion c. Policy funcion d. The Bellman equaion and an

More information

Some Basic Information about M-S-D Systems

Some Basic Information about M-S-D Systems Some Basic Informaion abou M-S-D Sysems 1 Inroducion We wan o give some summary of he facs concerning unforced (homogeneous) and forced (non-homogeneous) models for linear oscillaors governed by second-order,

More information

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB Elecronic Companion EC.1. Proofs of Technical Lemmas and Theorems LEMMA 1. Le C(RB) be he oal cos incurred by he RB policy. Then we have, T L E[C(RB)] 3 E[Z RB ]. (EC.1) Proof of Lemma 1. Using he marginal

More information

Utility maximization in incomplete markets

Utility maximization in incomplete markets Uiliy maximizaion in incomplee markes Marcel Ladkau 27.1.29 Conens 1 Inroducion and general seings 2 1.1 Marke model....................................... 2 1.2 Trading sraegy.....................................

More information

1. Consider a pure-exchange economy with stochastic endowments. The state of the economy

1. Consider a pure-exchange economy with stochastic endowments. The state of the economy Answer 4 of he following 5 quesions. 1. Consider a pure-exchange economy wih sochasic endowmens. The sae of he economy in period, 0,1,..., is he hisory of evens s ( s0, s1,..., s ). The iniial sae is given.

More information

Chapter 14 Wiener Processes and Itô s Lemma. Options, Futures, and Other Derivatives, 9th Edition, Copyright John C. Hull

Chapter 14 Wiener Processes and Itô s Lemma. Options, Futures, and Other Derivatives, 9th Edition, Copyright John C. Hull Chaper 14 Wiener Processes and Iô s Lemma Copyrigh John C. Hull 014 1 Sochasic Processes! Describes he way in which a variable such as a sock price, exchange rae or ineres rae changes hrough ime! Incorporaes

More information

) were both constant and we brought them from under the integral.

) were both constant and we brought them from under the integral. YIELD-PER-RECRUIT (coninued The yield-per-recrui model applies o a cohor, bu we saw in he Age Disribuions lecure ha he properies of a cohor do no apply in general o a collecion of cohors, which is wha

More information

Introduction D P. r = constant discount rate, g = Gordon Model (1962): constant dividend growth rate.

Introduction D P. r = constant discount rate, g = Gordon Model (1962): constant dividend growth rate. Inroducion Gordon Model (1962): D P = r g r = consan discoun rae, g = consan dividend growh rae. If raional expecaions of fuure discoun raes and dividend growh vary over ime, so should he D/P raio. Since

More information

The Optimal Stopping Time for Selling an Asset When It Is Uncertain Whether the Price Process Is Increasing or Decreasing When the Horizon Is Infinite

The Optimal Stopping Time for Selling an Asset When It Is Uncertain Whether the Price Process Is Increasing or Decreasing When the Horizon Is Infinite American Journal of Operaions Research, 08, 8, 8-9 hp://wwwscirporg/journal/ajor ISSN Online: 60-8849 ISSN Prin: 60-8830 The Opimal Sopping Time for Selling an Asse When I Is Uncerain Wheher he Price Process

More information

E β t log (C t ) + M t M t 1. = Y t + B t 1 P t. B t 0 (3) v t = P tc t M t Question 1. Find the FOC s for an optimum in the agent s problem.

E β t log (C t ) + M t M t 1. = Y t + B t 1 P t. B t 0 (3) v t = P tc t M t Question 1. Find the FOC s for an optimum in the agent s problem. Noes, M. Krause.. Problem Se 9: Exercise on FTPL Same model as in paper and lecure, only ha one-period govenmen bonds are replaced by consols, which are bonds ha pay one dollar forever. I has curren marke

More information

Essential Microeconomics : OPTIMAL CONTROL 1. Consider the following class of optimization problems

Essential Microeconomics : OPTIMAL CONTROL 1. Consider the following class of optimization problems Essenial Microeconomics -- 6.5: OPIMAL CONROL Consider he following class of opimizaion problems Max{ U( k, x) + U+ ( k+ ) k+ k F( k, x)}. { x, k+ } = In he language of conrol heory, he vecor k is he vecor

More information

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles Diebold, Chaper 7 Francis X. Diebold, Elemens of Forecasing, 4h Ediion (Mason, Ohio: Cengage Learning, 006). Chaper 7. Characerizing Cycles Afer compleing his reading you should be able o: Define covariance

More information

f(s)dw Solution 1. Approximate f by piece-wise constant left-continuous non-random functions f n such that (f(s) f n (s)) 2 ds 0.

f(s)dw Solution 1. Approximate f by piece-wise constant left-continuous non-random functions f n such that (f(s) f n (s)) 2 ds 0. Advanced Financial Models Example shee 3 - Michaelmas 217 Michael Tehranchi Problem 1. Le f : [, R be a coninuous (non-random funcion and W a Brownian moion, and le σ 2 = f(s 2 ds and assume σ 2

More information

6.2 Transforms of Derivatives and Integrals.

6.2 Transforms of Derivatives and Integrals. SEC. 6.2 Transforms of Derivaives and Inegrals. ODEs 2 3 33 39 23. Change of scale. If l( f ()) F(s) and c is any 33 45 APPLICATION OF s-shifting posiive consan, show ha l( f (c)) F(s>c)>c (Hin: In Probs.

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing Applicaion of a Sochasic-Fuzzy Approach o Modeling Opimal Discree Time Dynamical Sysems by Using Large Scale Daa Processing AA WALASZE-BABISZEWSA Deparmen of Compuer Engineering Opole Universiy of Technology

More information

RANDOM LAGRANGE MULTIPLIERS AND TRANSVERSALITY

RANDOM LAGRANGE MULTIPLIERS AND TRANSVERSALITY ECO 504 Spring 2006 Chris Sims RANDOM LAGRANGE MULTIPLIERS AND TRANSVERSALITY 1. INTRODUCTION Lagrange muliplier mehods are sandard fare in elemenary calculus courses, and hey play a cenral role in economic

More information

CHAPTER 2 Signals And Spectra

CHAPTER 2 Signals And Spectra CHAPER Signals And Specra Properies of Signals and Noise In communicaion sysems he received waveform is usually caegorized ino he desired par conaining he informaion, and he undesired par. he desired par

More information

Modern Dynamic Asset Pricing Models

Modern Dynamic Asset Pricing Models Modern Dynamic Asse Pricing Models Teaching Noes 6. Consumpion, Porfolio Allocaion and Equilibrium wih Consrains 1 Piero Veronesi Universiy of Chicago CEPR, NBER 1 These eaching noes draw heavily on Cuoco

More information

An introduction to the theory of SDDP algorithm

An introduction to the theory of SDDP algorithm An inroducion o he heory of SDDP algorihm V. Leclère (ENPC) Augus 1, 2014 V. Leclère Inroducion o SDDP Augus 1, 2014 1 / 21 Inroducion Large scale sochasic problem are hard o solve. Two ways of aacking

More information

This document was generated at 1:04 PM, 09/10/13 Copyright 2013 Richard T. Woodward. 4. End points and transversality conditions AGEC

This document was generated at 1:04 PM, 09/10/13 Copyright 2013 Richard T. Woodward. 4. End points and transversality conditions AGEC his documen was generaed a 1:4 PM, 9/1/13 Copyrigh 213 Richard. Woodward 4. End poins and ransversaliy condiions AGEC 637-213 F z d Recall from Lecure 3 ha a ypical opimal conrol problem is o maimize (,,

More information

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models.

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models. Technical Repor Doc ID: TR--203 06-March-203 (Las revision: 23-Februar-206) On formulaing quadraic funcions in opimizaion models. Auhor: Erling D. Andersen Convex quadraic consrains quie frequenl appear

More information

2017 3rd International Conference on E-commerce and Contemporary Economic Development (ECED 2017) ISBN:

2017 3rd International Conference on E-commerce and Contemporary Economic Development (ECED 2017) ISBN: 7 3rd Inernaional Conference on E-commerce and Conemporary Economic Developmen (ECED 7) ISBN: 978--6595-446- Fuures Arbirage of Differen Varieies and based on he Coinegraion Which is under he Framework

More information

ACE 562 Fall Lecture 4: Simple Linear Regression Model: Specification and Estimation. by Professor Scott H. Irwin

ACE 562 Fall Lecture 4: Simple Linear Regression Model: Specification and Estimation. by Professor Scott H. Irwin ACE 56 Fall 005 Lecure 4: Simple Linear Regression Model: Specificaion and Esimaion by Professor Sco H. Irwin Required Reading: Griffihs, Hill and Judge. "Simple Regression: Economic and Saisical Model

More information

13.3 Term structure models

13.3 Term structure models 13.3 Term srucure models 13.3.1 Expecaions hypohesis model - Simples "model" a) shor rae b) expecaions o ge oher prices Resul: y () = 1 h +1 δ = φ( δ)+ε +1 f () = E (y +1) (1) =δ + φ( δ) f (3) = E (y +)

More information

Physics 127b: Statistical Mechanics. Fokker-Planck Equation. Time Evolution

Physics 127b: Statistical Mechanics. Fokker-Planck Equation. Time Evolution Physics 7b: Saisical Mechanics Fokker-Planck Equaion The Langevin equaion approach o he evoluion of he velociy disribuion for he Brownian paricle migh leave you uncomforable. A more formal reamen of his

More information

GMM - Generalized Method of Moments

GMM - Generalized Method of Moments GMM - Generalized Mehod of Momens Conens GMM esimaion, shor inroducion 2 GMM inuiion: Maching momens 2 3 General overview of GMM esimaion. 3 3. Weighing marix...........................................

More information

Lecture 2 October ε-approximation of 2-player zero-sum games

Lecture 2 October ε-approximation of 2-player zero-sum games Opimizaion II Winer 009/10 Lecurer: Khaled Elbassioni Lecure Ocober 19 1 ε-approximaion of -player zero-sum games In his lecure we give a randomized ficiious play algorihm for obaining an approximae soluion

More information

In this chapter the model of free motion under gravity is extended to objects projected at an angle. When you have completed it, you should

In this chapter the model of free motion under gravity is extended to objects projected at an angle. When you have completed it, you should Cambridge Universiy Press 978--36-60033-7 Cambridge Inernaional AS and A Level Mahemaics: Mechanics Coursebook Excerp More Informaion Chaper The moion of projeciles In his chaper he model of free moion

More information

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Simulaion-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Week Descripion Reading Maerial 2 Compuer Simulaion of Dynamic Models Finie Difference, coninuous saes, discree ime Simple Mehods Euler Trapezoid

More information

Cash Flow Valuation Mode Lin Discrete Time

Cash Flow Valuation Mode Lin Discrete Time IOSR Journal of Mahemaics (IOSR-JM) e-issn: 2278-5728,p-ISSN: 2319-765X, 6, Issue 6 (May. - Jun. 2013), PP 35-41 Cash Flow Valuaion Mode Lin Discree Time Olayiwola. M. A. and Oni, N. O. Deparmen of Mahemaics

More information

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t...

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t... Mah 228- Fri Mar 24 5.6 Marix exponenials and linear sysems: The analogy beween firs order sysems of linear differenial equaions (Chaper 5) and scalar linear differenial equaions (Chaper ) is much sronger

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Noes for EE7C Spring 018: Convex Opimizaion and Approximaion Insrucor: Moriz Hard Email: hard+ee7c@berkeley.edu Graduae Insrucor: Max Simchowiz Email: msimchow+ee7c@berkeley.edu Ocober 15, 018 3

More information

d 1 = c 1 b 2 - b 1 c 2 d 2 = c 1 b 3 - b 1 c 3

d 1 = c 1 b 2 - b 1 c 2 d 2 = c 1 b 3 - b 1 c 3 and d = c b - b c c d = c b - b c c This process is coninued unil he nh row has been compleed. The complee array of coefficiens is riangular. Noe ha in developing he array an enire row may be divided or

More information

Solutions to Assignment 1

Solutions to Assignment 1 MA 2326 Differenial Equaions Insrucor: Peronela Radu Friday, February 8, 203 Soluions o Assignmen. Find he general soluions of he following ODEs: (a) 2 x = an x Soluion: I is a separable equaion as we

More information

Lecture 20: Riccati Equations and Least Squares Feedback Control

Lecture 20: Riccati Equations and Least Squares Feedback Control 34-5 LINEAR SYSTEMS Lecure : Riccai Equaions and Leas Squares Feedback Conrol 5.6.4 Sae Feedback via Riccai Equaions A recursive approach in generaing he marix-valued funcion W ( ) equaion for i for he

More information

20. Applications of the Genetic-Drift Model

20. Applications of the Genetic-Drift Model 0. Applicaions of he Geneic-Drif Model 1) Deermining he probabiliy of forming any paricular combinaion of genoypes in he nex generaion: Example: If he parenal allele frequencies are p 0 = 0.35 and q 0

More information

Air Traffic Forecast Empirical Research Based on the MCMC Method

Air Traffic Forecast Empirical Research Based on the MCMC Method Compuer and Informaion Science; Vol. 5, No. 5; 0 ISSN 93-8989 E-ISSN 93-8997 Published by Canadian Cener of Science and Educaion Air Traffic Forecas Empirical Research Based on he MCMC Mehod Jian-bo Wang,

More information

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi Creep in Viscoelasic Subsances Numerical mehods o calculae he coefficiens of he Prony equaion using creep es daa and Herediary Inegrals Mehod Navnee Saini, Mayank Goyal, Vishal Bansal (23); Term Projec

More information

Math 333 Problem Set #2 Solution 14 February 2003

Math 333 Problem Set #2 Solution 14 February 2003 Mah 333 Problem Se #2 Soluion 14 February 2003 A1. Solve he iniial value problem dy dx = x2 + e 3x ; 2y 4 y(0) = 1. Soluion: This is separable; we wrie 2y 4 dy = x 2 + e x dx and inegrae o ge The iniial

More information

(MS, ) Problem 1

(MS, ) Problem 1 MS, 7.6.4) AKTUAREKSAMEN KONTROL I FINANSIERING OG LIVSFORSIKRING ved Københavns Universie Sommer 24 Skriflig prøve den 4. juni 24 kl..-4.. All wrien aids are allowed. The wo problems of oally 3 quesions

More information

1. An introduction to dynamic optimization -- Optimal Control and Dynamic Programming AGEC

1. An introduction to dynamic optimization -- Optimal Control and Dynamic Programming AGEC This documen was generaed a :45 PM 8/8/04 Copyrigh 04 Richard T. Woodward. An inroducion o dynamic opimizaion -- Opimal Conrol and Dynamic Programming AGEC 637-04 I. Overview of opimizaion Opimizaion is

More information

Class Meeting # 10: Introduction to the Wave Equation

Class Meeting # 10: Introduction to the Wave Equation MATH 8.5 COURSE NOTES - CLASS MEETING # 0 8.5 Inroducion o PDEs, Fall 0 Professor: Jared Speck Class Meeing # 0: Inroducion o he Wave Equaion. Wha is he wave equaion? The sandard wave equaion for a funcion

More information

DEPARTMENT OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND

DEPARTMENT OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND DEPARTMENT OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND Asymmery and Leverage in Condiional Volailiy Models Michael McAleer WORKING PAPER

More information

Notes on Kalman Filtering

Notes on Kalman Filtering Noes on Kalman Filering Brian Borchers and Rick Aser November 7, Inroducion Daa Assimilaion is he problem of merging model predicions wih acual measuremens of a sysem o produce an opimal esimae of he curren

More information

23.2. Representing Periodic Functions by Fourier Series. Introduction. Prerequisites. Learning Outcomes

23.2. Representing Periodic Functions by Fourier Series. Introduction. Prerequisites. Learning Outcomes Represening Periodic Funcions by Fourier Series 3. Inroducion In his Secion we show how a periodic funcion can be expressed as a series of sines and cosines. We begin by obaining some sandard inegrals

More information

Expert Advice for Amateurs

Expert Advice for Amateurs Exper Advice for Amaeurs Ernes K. Lai Online Appendix - Exisence of Equilibria The analysis in his secion is performed under more general payoff funcions. Wihou aking an explici form, he payoffs of he

More information

Appendix 14.1 The optimal control problem and its solution using

Appendix 14.1 The optimal control problem and its solution using 1 Appendix 14.1 he opimal conrol problem and is soluion using he maximum principle NOE: Many occurrences of f, x, u, and in his file (in equaions or as whole words in ex) are purposefully in bold in order

More information

Variational Iteration Method for Solving System of Fractional Order Ordinary Differential Equations

Variational Iteration Method for Solving System of Fractional Order Ordinary Differential Equations IOSR Journal of Mahemaics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 1, Issue 6 Ver. II (Nov - Dec. 214), PP 48-54 Variaional Ieraion Mehod for Solving Sysem of Fracional Order Ordinary Differenial

More information

Problem Set 5. Graduate Macro II, Spring 2017 The University of Notre Dame Professor Sims

Problem Set 5. Graduate Macro II, Spring 2017 The University of Notre Dame Professor Sims Problem Se 5 Graduae Macro II, Spring 2017 The Universiy of Nore Dame Professor Sims Insrucions: You may consul wih oher members of he class, bu please make sure o urn in your own work. Where applicable,

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN Inernaional Journal of Scienific & Engineering Research, Volume 4, Issue 10, Ocober-2013 900 FUZZY MEAN RESIDUAL LIFE ORDERING OF FUZZY RANDOM VARIABLES J. EARNEST LAZARUS PIRIYAKUMAR 1, A. YAMUNA 2 1.

More information

Random Walk with Anti-Correlated Steps

Random Walk with Anti-Correlated Steps Random Walk wih Ani-Correlaed Seps John Noga Dirk Wagner 2 Absrac We conjecure he expeced value of random walks wih ani-correlaed seps o be exacly. We suppor his conjecure wih 2 plausibiliy argumens and

More information

Energy Storage Benchmark Problems

Energy Storage Benchmark Problems Energy Sorage Benchmark Problems Daniel F. Salas 1,3, Warren B. Powell 2,3 1 Deparmen of Chemical & Biological Engineering 2 Deparmen of Operaions Research & Financial Engineering 3 Princeon Laboraory

More information

Section 3.5 Nonhomogeneous Equations; Method of Undetermined Coefficients

Section 3.5 Nonhomogeneous Equations; Method of Undetermined Coefficients Secion 3.5 Nonhomogeneous Equaions; Mehod of Undeermined Coefficiens Key Terms/Ideas: Linear Differenial operaor Nonlinear operaor Second order homogeneous DE Second order nonhomogeneous DE Soluion o homogeneous

More information

Inventory Analysis and Management. Multi-Period Stochastic Models: Optimality of (s, S) Policy for K-Convex Objective Functions

Inventory Analysis and Management. Multi-Period Stochastic Models: Optimality of (s, S) Policy for K-Convex Objective Functions Muli-Period Sochasic Models: Opimali of (s, S) Polic for -Convex Objecive Funcions Consider a seing similar o he N-sage newsvendor problem excep ha now here is a fixed re-ordering cos (> 0) for each (re-)order.

More information

Modeling Economic Time Series with Stochastic Linear Difference Equations

Modeling Economic Time Series with Stochastic Linear Difference Equations A. Thiemer, SLDG.mcd, 6..6 FH-Kiel Universiy of Applied Sciences Prof. Dr. Andreas Thiemer e-mail: andreas.hiemer@fh-kiel.de Modeling Economic Time Series wih Sochasic Linear Difference Equaions Summary:

More information

Problem Set on Differential Equations

Problem Set on Differential Equations Problem Se on Differenial Equaions 1. Solve he following differenial equaions (a) x () = e x (), x () = 3/ 4. (b) x () = e x (), x (1) =. (c) xe () = + (1 x ()) e, x () =.. (An asse marke model). Le p()

More information

THE MYSTERY OF STOCHASTIC MECHANICS. Edward Nelson Department of Mathematics Princeton University

THE MYSTERY OF STOCHASTIC MECHANICS. Edward Nelson Department of Mathematics Princeton University THE MYSTERY OF STOCHASTIC MECHANICS Edward Nelson Deparmen of Mahemaics Princeon Universiy 1 Classical Hamilon-Jacobi heory N paricles of various masses on a Euclidean space. Incorporae he masses in he

More information

10. State Space Methods

10. State Space Methods . Sae Space Mehods. Inroducion Sae space modelling was briefly inroduced in chaper. Here more coverage is provided of sae space mehods before some of heir uses in conrol sysem design are covered in he

More information

Mathematical Theory and Modeling ISSN (Paper) ISSN (Online) Vol 3, No.3, 2013

Mathematical Theory and Modeling ISSN (Paper) ISSN (Online) Vol 3, No.3, 2013 Mahemaical Theory and Modeling ISSN -580 (Paper) ISSN 5-05 (Online) Vol, No., 0 www.iise.org The ffec of Inverse Transformaion on he Uni Mean and Consan Variance Assumpions of a Muliplicaive rror Model

More information

Lecture 6: Wiener Process

Lecture 6: Wiener Process Lecure 6: Wiener Process Eric Vanden-Eijnden Chapers 6, 7 and 8 offer a (very) brief inroducion o sochasic analysis. These lecures are based in par on a book projec wih Weinan E. A sandard reference for

More information

The expectation value of the field operator.

The expectation value of the field operator. The expecaion value of he field operaor. Dan Solomon Universiy of Illinois Chicago, IL dsolom@uic.edu June, 04 Absrac. Much of he mahemaical developmen of quanum field heory has been in suppor of deermining

More information

On Multicomponent System Reliability with Microshocks - Microdamages Type of Components Interaction

On Multicomponent System Reliability with Microshocks - Microdamages Type of Components Interaction On Mulicomponen Sysem Reliabiliy wih Microshocks - Microdamages Type of Componens Ineracion Jerzy K. Filus, and Lidia Z. Filus Absrac Consider a wo componen parallel sysem. The defined new sochasic dependences

More information

Lecture #31, 32: The Ornstein-Uhlenbeck Process as a Model of Volatility

Lecture #31, 32: The Ornstein-Uhlenbeck Process as a Model of Volatility Saisics 441 (Fall 214) November 19, 21, 214 Prof Michael Kozdron Lecure #31, 32: The Ornsein-Uhlenbeck Process as a Model of Volailiy The Ornsein-Uhlenbeck process is a di usion process ha was inroduced

More information

EECE251. Circuit Analysis I. Set 4: Capacitors, Inductors, and First-Order Linear Circuits

EECE251. Circuit Analysis I. Set 4: Capacitors, Inductors, and First-Order Linear Circuits EEE25 ircui Analysis I Se 4: apaciors, Inducors, and Firs-Order inear ircuis Shahriar Mirabbasi Deparmen of Elecrical and ompuer Engineering Universiy of Briish olumbia shahriar@ece.ubc.ca Overview Passive

More information

Lecture 9: September 25

Lecture 9: September 25 0-725: Opimizaion Fall 202 Lecure 9: Sepember 25 Lecurer: Geoff Gordon/Ryan Tibshirani Scribes: Xuezhi Wang, Subhodeep Moira, Abhimanu Kumar Noe: LaTeX emplae couresy of UC Berkeley EECS dep. Disclaimer:

More information

t dt t SCLP Bellman (1953) CLP (Dantzig, Tyndall, Grinold, Perold, Anstreicher 60's-80's) Anderson (1978) SCLP

t dt t SCLP Bellman (1953) CLP (Dantzig, Tyndall, Grinold, Perold, Anstreicher 60's-80's) Anderson (1978) SCLP Coninuous Linear Programming. Separaed Coninuous Linear Programming Bellman (1953) max c () u() d H () u () + Gsusds (,) () a () u (), < < CLP (Danzig, yndall, Grinold, Perold, Ansreicher 6's-8's) Anderson

More information

Dual control Monte-Carlo method for tight bounds of value function in regime switching utility maximization

Dual control Monte-Carlo method for tight bounds of value function in regime switching utility maximization Dual conrol Mone-Carlo mehod for igh bounds of value funcion in regime swiching uiliy maximizaion Jingang Ma, Wenyuan Li and Harry Zheng Absrac In his paper we sudy he dual conrol approach for he opimal

More information

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes Half-Range Series 2.5 Inroducion In his Secion we address he following problem: Can we find a Fourier series expansion of a funcion defined over a finie inerval? Of course we recognise ha such a funcion

More information

Performance of Stochastically Intermittent Sensors in Detecting a Target Traveling between Two Areas

Performance of Stochastically Intermittent Sensors in Detecting a Target Traveling between Two Areas American Journal of Operaions Research, 06, 6, 99- Published Online March 06 in SciRes. hp://www.scirp.org/journal/ajor hp://dx.doi.org/0.436/ajor.06.60 Performance of Sochasically Inermien Sensors in

More information

Rare Event Simulation with Vanishing Error for Small Noise Diffusions

Rare Event Simulation with Vanishing Error for Small Noise Diffusions Rare Even Simulaion wih Vanishing Error for Small Noise Diffusions Eric Vanden-Eijnden, Jonahan Weare Augus 7, 2009 Absrac We consruc an imporance sampling mehod for cerain rare even problems involving

More information

15. Vector Valued Functions

15. Vector Valued Functions 1. Vecor Valued Funcions Up o his poin, we have presened vecors wih consan componens, for example, 1, and,,4. However, we can allow he componens of a vecor o be funcions of a common variable. For example,

More information

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still.

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still. Lecure - Kinemaics in One Dimension Displacemen, Velociy and Acceleraion Everyhing in he world is moving. Nohing says sill. Moion occurs a all scales of he universe, saring from he moion of elecrons in

More information

= ( ) ) or a system of differential equations with continuous parametrization (T = R

= ( ) ) or a system of differential equations with continuous parametrization (T = R XIII. DIFFERENCE AND DIFFERENTIAL EQUATIONS Ofen funcions, or a sysem of funcion, are paramerized in erms of some variable, usually denoed as and inerpreed as ime. The variable is wrien as a funcion of

More information

O Q L N. Discrete-Time Stochastic Dynamic Programming. I. Notation and basic assumptions. ε t : a px1 random vector of disturbances at time t.

O Q L N. Discrete-Time Stochastic Dynamic Programming. I. Notation and basic assumptions. ε t : a px1 random vector of disturbances at time t. Econ. 5b Spring 999 C. Sims Discree-Time Sochasic Dynamic Programming 995, 996 by Chrisopher Sims. This maerial may be freely reproduced for educaional and research purposes, so long as i is no alered,

More information

2. Nonlinear Conservation Law Equations

2. Nonlinear Conservation Law Equations . Nonlinear Conservaion Law Equaions One of he clear lessons learned over recen years in sudying nonlinear parial differenial equaions is ha i is generally no wise o ry o aack a general class of nonlinear

More information

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS Exam: ECON4325 Moneary Policy Dae of exam: Tuesday, May 24, 206 Grades are given: June 4, 206 Time for exam: 2.30 p.m. 5.30 p.m. The problem se covers 5 pages

More information

On Measuring Pro-Poor Growth. 1. On Various Ways of Measuring Pro-Poor Growth: A Short Review of the Literature

On Measuring Pro-Poor Growth. 1. On Various Ways of Measuring Pro-Poor Growth: A Short Review of the Literature On Measuring Pro-Poor Growh 1. On Various Ways of Measuring Pro-Poor Growh: A Shor eview of he Lieraure During he pas en years or so here have been various suggesions concerning he way one should check

More information

Economics 8105 Macroeconomic Theory Recitation 6

Economics 8105 Macroeconomic Theory Recitation 6 Economics 8105 Macroeconomic Theory Reciaion 6 Conor Ryan Ocober 11h, 2016 Ouline: Opimal Taxaion wih Governmen Invesmen 1 Governmen Expendiure in Producion In hese noes we will examine a model in which

More information

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method Journal of Applied Mahemaics & Bioinformaics, vol., no., 01, 1-14 ISSN: 179-660 (prin), 179-699 (online) Scienpress Ld, 01 Improved Approimae Soluions for Nonlinear Evoluions Equaions in Mahemaical Physics

More information

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints IJCSI Inernaional Journal of Compuer Science Issues, Vol 9, Issue 1, No 1, January 2012 wwwijcsiorg 18 Applying Geneic Algorihms for Invenory Lo-Sizing Problem wih Supplier Selecion under Sorage Capaciy

More information

Problem 1 / 25 Problem 2 / 20 Problem 3 / 10 Problem 4 / 15 Problem 5 / 30 TOTAL / 100

Problem 1 / 25 Problem 2 / 20 Problem 3 / 10 Problem 4 / 15 Problem 5 / 30 TOTAL / 100 eparmen of Applied Economics Johns Hopkins Universiy Economics 602 Macroeconomic Theory and Policy Miderm Exam Suggesed Soluions Professor Sanjay hugh Fall 2008 NAME: The Exam has a oal of five (5) problems

More information

Appendix to Online l 1 -Dictionary Learning with Application to Novel Document Detection

Appendix to Online l 1 -Dictionary Learning with Application to Novel Document Detection Appendix o Online l -Dicionary Learning wih Applicaion o Novel Documen Deecion Shiva Prasad Kasiviswanahan Huahua Wang Arindam Banerjee Prem Melville A Background abou ADMM In his secion, we give a brief

More information

Most Probable Phase Portraits of Stochastic Differential Equations and Its Numerical Simulation

Most Probable Phase Portraits of Stochastic Differential Equations and Its Numerical Simulation Mos Probable Phase Porrais of Sochasic Differenial Equaions and Is Numerical Simulaion Bing Yang, Zhu Zeng and Ling Wang 3 School of Mahemaics and Saisics, Huazhong Universiy of Science and Technology,

More information

Recursive Estimation and Identification of Time-Varying Long- Term Fading Channels

Recursive Estimation and Identification of Time-Varying Long- Term Fading Channels Recursive Esimaion and Idenificaion of ime-varying Long- erm Fading Channels Mohammed M. Olama, Kiran K. Jaladhi, Seddi M. Djouadi, and Charalambos D. Charalambous 2 Universiy of ennessee Deparmen of Elecrical

More information