Numerical Optimisation Applied to Monte Carlo Algorithms for Finance. Phillip Luong

Size: px
Start display at page:

Download "Numerical Optimisation Applied to Monte Carlo Algorithms for Finance. Phillip Luong"

Transcription

1 Numercal Optmsaton Appled to Monte Carlo Algorthms for Fnance Phllp Luong Supervsed by Professor Hans De Sterck, Professor Gregore Loeper, and Dr Ivan Guo Monash Unversty Vacaton Research Scholarshps are funded jontly by the Department of Educaton and Tranng and the Australan Mathematcal Scences Insttute.

2 Introducton Optons are fnancal contracts that offers the rght (but not the oblgaton) to buy (call opton) or sell (put opton) an asset at an agreed prce. Optons are often used to create safer fnancal strateges, to mnmse the rsk of losng a lot of money. In Fnancal Mathematcs, calculatng the prce of these optons quckly s mportant. There are many dfferent types of optons, dependng on the asset beng sold and the terms of the two partes. Dfferences between opton types wll nclude Strke Prce and when the opton may be exercsed. The Strke Prce refers to the agreed prce to pay for the asset. An example of a class of optons are European Optons, whch can only be exercsed at a sngle tme pont n the future (known as the Tme of Expry). In contrast, Amercan Optons may be exercsed at any tme pont between the tme of purchase and the tme of expry. In fnance, the nuances to the agreed-upon opton makes the contract tself dffcult to accurately value. In addton to the demand to quckly value the current prce of such optons, t s mperatve to create a method whch accurately models the future prce of an opton. In ths project, we wsh to fnd a method to construct a model to correctly prce the value of these optons wth the use of Monte Carlo Smulatons and Optmsaton technques. Prevously, many researchers have been able to model the prce of varous types of optons. The prce of a European opton may be calculated va the Black-Scholes Partal Dfferental Equaton (.) (Black and Scholes, 973). Ths model calculates the prce of a European opton, U, whch wll change dependng on the prce of an asset, x R+ (dollars), and the tme of purchase, t [0, T ] (years). Furthermore, we defne the Strke Prce, K, Volatlty, σ, Rsk-Free Rate, r, and Tme of Expry, T. The Volatlty s the standard devaton of the prce of the asset over tme, and the Rsk-Free Rate s the theoretcal rate of an nvestment wth zero rsk (for example, n a savngs account). The value of European optons s calculated by solvng the followng Partal Dfferental Equaton: U 2U U + σ 2 x2 2 + rx = ru. t 2 x x (.)

3 We apply the followng boundary condtons: We consder the prce of an asset cannot decrease below $0. If the prce of an asset s orgnally worth $0, we say that t s opton s worth $0 for all t [0, T ]. In cases lke ths, we would theoretcally purchase the asset, rather than purchasng the opton, snce t can only ncrease n value. So we have u(0, t) = 0 t [0, T ]. The prce of the opton wll converge towards the prce of the asset for very expensve assets (assumng the Strke Prce remans the same): u(x, t) x as x. At the tme of expry, the value of an opton s only non-zero f the asset s worth more than the Strke Prce. In ths case, the value of the opton s: u(x, T ) = (x K)+ := max(x K, 0). Solvng Equaton. analytcally gves us the followng soluton: U (x, t) = xφ(z) Ke r(t t) Φ(z σ T t)), (.2) x σ2 where z = ln + (T t) r +, K 2 σ T t and Φ(z) s the Normal Cumulatve Dstrbuton functon evaluated at z. In ths report, we shall refer to equaton (.2), as the Black-Scholes functon. 2

4 Fgure. Exact plot of the Black-Scholes PDE, wth boundary condton, u(x, T ) = (x K)+. Alternatvely, we apply the Call-Spread Boundary, a functon composed of a dfference of two European Optons wth dfferent Strke Prces (K and K2 ) Fgure.2 Exact plot of the Black-Scholes PDE (Equaton.), wth the call-spread functon as the boundary condton, u(x, T ) = (x k )+ u(x k2 )+. 3

5 The goal of ths project s to model the value of the European Call opton, and Call-Spread Functon at any tme pont t [0, T ] usng a bass of polynomals, a bass of Black-Scholes functons, and a combnaton of the two. Ths wll be completed by applyng optmsaton technques such as the least-squares method. 2 Methodology 2. Smulaton of Asset and Opton Prces Frstly, we smulated the prce of a partcular stock usng Monte Carlo Smulatons. For these smulatons, we fx the ntal stock prce (x0 = 00), rsk-free rate (r = 0), volatlty (σ = 0.3), and tme untl expry (T = 4). We wsh to use ths data to model the prce of the call opton at t = 2. We calculate the logarthm of the stock prce to ensure that the value of x remans postve at every tme step (Equaton 2.). ln(x+ ) = ln(x ) + rdt σ2 dt + σdwt 2 (2.) Here, Wt denotes a Wener Process, wth tme ncrements normally dstrbuted N (0, dt) and dt = T /# steps (years). In our smulatons, we use 00 tme steps. Next, we use the data to model the prce of U (x, t ~c) at tme, t [0, T ], and where ~c s the vector contanng all the parameters to the model. Here, we utlse the Longstaff-Schwartz method. The Longstaff-Schwartz method uses the smulated asset prces at tme, t, and the value of U (x, T ~c) to calculate the expected value of f (x; ~c) = U (x, t ) (Longstaff and Schwartz, 200). The results for a sample of these smulatons are calculated by usng equaton (2.). 4

6 Fgure 2.: Depctng the 20 Monte Carlo Smulatons of the stock prce over 4 years The frst 20 smulatons of the 00,000 Monte-Carlo smulatons. Smulatons have the parameters, x0 = 00, r = 0, v = 0.3, T = 4, σ = 0.3. The lne at t = 2 s present to show our am of the project. In ths partcular case, we attempt to model the prce of the a call opton, meanng that at tme, T, the call opton of the asset s worth $(x K)+, where K = 00. We calculate the prce of y at the tme t = 4, usng the value of the European Opton (Equaton 2.2), and the value of the call-spread functon (Equaton 2.3) at the tme of expry. y = U (x (T ), T ) = (x K)+ (2.2) y = U (x, T ) = (x (T ) K )+ (x (T ) K2 )+ (2.3) After these calculatons, we generate a set of data-ponts; where (x, y ) form a par representng the prce of the asset at tme, t, and the prce of U (x (T ), T ) respectvely. 2.2 Modellng the Prce of Opton Prces va the Least Squares Method Next, we use the data-ponts to optmse for ~c, where ~c mnmses 5

7 ss(x ; ~c) = X (y f (x (t ); ~c))2 (2.4) I va the least-squares method (Equaton 2.4). Here, I s the set of all smulated data ponts {(x, y )}, each x s the stock value at t = t, and ss(x ; ~c) s the sum of squares formula gven the data ponts. Furthermore, f (x (t ); ~c) s the bass functon that we are usng to model the prce of the opton (ether (2.6), (2.7) or (2.8)), and y s dependent on the formula we are evaluatng, whether t s the value of the call opton (2.2) or the call-spread functon (2.3). The models that we wsh to ft the model are A p-degree polynomal f (x ~c) = p X c x (2.5) =0 where ~c = [c0... cp ] are the coeffcents to each polynomal term. A sngle Black-Scholes formula (wth a constant c0 ) f (x (t ) ~c) = c0 + c bls(x, K, r, t, σ) (2.6) where ~c = [c0 c K σ] are the constant and coeffcents of the Black-Scholes functon, and the parameter of the varyng Strke Prce and Volatlty. A sum of two Black-Scholes formulae and a lnear equaton f (x ~c) = c0 + c x + c2 bls(x, K, r, t, σ ) + c3 bls(x, K2, r, t, σ2 ) (2.7) where ~c = [c0 c c2 c3 K K2 σ σ2 ] are the constant and coeffcents to the Black-Scholes functons, and the parameters to the Strke Prces and Volatltes. We fnd the optmal value of ~c, va three methods usng MATLAB s nbult lnear solvers, \ and lscov, and the non-lnear solver, fmnunc (MATLAB, 207). 6

8 2.2. The Lnear Solvers, lscov and \ The lnear solver, lscov solves the matrx equaton A~c = ~y, (2.8) where A s a m n matrx, ~c s a n vector, and ~y s a m vector. In our case, m = 06 and n = p+, where p denotes the order of the polynomal. Snce the dmensons ~c and ~y dffer, we multply AT on both sdes n order to solve for ~c. Ths s what the \ operator solves. In addton to solvng for ~c, lscov smplfes the problem by performng a QR decomposton on A frst. ~c = (AT A) AT ~y, These problems were prmarly effectve to deduce ~c when we modelled the data to f (x ~c) = Pp =0 c x. However, snce bases (2.6) and (2.7) contaned non-lnear parameters, we cannot just use lscov or \ to fnd ~c The Non-Lnear Solver, fmnunc Non-lnear solvers are necessary n ths research project to fnd parameters located n the BlackScholes functons, lke n bases (2.6) and (2.7). The nbult MATLAB non-lnear least squares solver s fmnunc, whch reles on the Quas-Newton Method or the Trust Regon Method, to fnd the optmal ~c R from an ntal guess, c~0. Whle both methods use gradent nformaton, they have dfferences n ther algorthms. As both methods are nbult solvers n MATLAB, the specfc detals to the algorthms are not fully provded here (MATLAB, 207). The Quas-Newton Method s a lne-search method whch nvolves performng a lne search to fnd the step length by estmatng a Hessan Matrx to calculate the step drecton. In MATLAB, t s possble to ether supply a gradent functon derved analytcally, or to allow t to numercally estmate the gradent at each step (MATLAB, 207). Such optons gve changes to the overall algorthm whch may affect the rate of convergence. 7

9 In contrast, the Trust Regon Method frst selects a step sze before choosng a steppng drecton. In ths case, the step-sze s dependent on the gradent, meanng t s necessary for us to supply the gradent functon. The gradent functons are all provded n Appendx A. In addton, to accelerate the non-lnear optmsaton processes, we embedded lscov nto our non-lnear solvers, mnmsng the objectve functon over the coeffcents. In ths case, the coeffcents, c0, c,... become a functon of the non-lnear parameters, K, σ, K2,.... Detals are suppled n Appendx A. We consder the Black-Scholes Problem wth bass (2.7), where c0 (K, σ) and c (K, σ) are optmally solved va ~c(k, σ) = (AT A) AT ~y, where A s the matrx (2.9) bls(x, K, σ) bls(x00,000, K, σ) (2.0) Then, the sum of squares problem s ss(c0 (K, σ), c (K, σ), K, σ) = X (y (c0 (K, σ) + c (K, σ)bls(k, σ))2 := g(k, σ). (2.) I We compared the number of teratons requred to fnd K and σ wth the Quas-newton method wthout a suppled gradent. Due to tme constrants, we were only able to mplement ths method to model a sngle Call Opton usng bass (2.6). In addton, we also ended up approxmatng the gradent functons as g(k, σ) ~c(k, σ) ss(~c, K, σ) ss(~c, K, σ) = ~c(ss(~c, K, σ)) +, (2.2) g(k, σ) ~c(k, σ) ss(~c, K, σ) ss(~c, K, σ) = ~c(ss(~c, K, σ)) +, (2.3) and where w ~ = [K σ]. 8

10 3 Computatonal Results and Dscusson 3. Polynomal Estmates of the Black-Scholes Equaton Fgure 3.: Estmates of the Black-Scholes soluton usng Polynomals (Equaton 2.5) of Increasng Order obtaned va lscov Table 3.: Coeffcents of the Polynomal Estmates obtaned va lscov Bass c0 c c2 c3 c4 Lnear N/A N/A N/A Quadratc N/A N/A Cubc Quartc N/A

11 Fgure 3.2: Comparson of the Quartc Estmates provded by Dfferent Optmsaton Methods f (x ~c) = c0 + c x + c2 x2 + c3 x3 + c4 x4 Table 3.2: Coeffcents of the Quartc Estmates va dfferent Optmsaton Methods Method c0 c c2 c3 c4 lscov \ Intal Guess Quas-Newton (no gradent gven) Quas-Newton (gradent gven) Trust Regon Fgure 3.2 shows that the lnear methods (such as lscov), are provdng better estmates than the non-lnear methods (both Quas-Newton Methods and the Trust-Regon Method). As expected, ncreasng the order of the polynomal, results n a better estmaton of the Black Scholes equaton (Fgure 3.). However, these results tend to dverge at the lower and 0

12 upper end of the doman. Interestngly, as we ncrease the order of the polynomal, the parameter values wll start to dffer (Table 3.2). There were slght (but neglgble) dfferences between the lnear methods, however, the Quas-Newton method and Trust Regon method gave very dfferent results. Snce these parameters obtaned by the non-lnear methods gve a hgher objectve value than the lnear methods, we needed to nvestgate why these methods were not workng. We suspect that ths s due to the ll-condtonng of the problem, however, further work wll be needed to verfy ths. 3.2 Estmates usng the non-lnear Bases of the Black-Scholes Equaton Fgure 3.3: Estmate of the European Opton usng a sngle Black-Scholes Formula Bass f (x ~c) = c0 + c bls(x, K, r, t, σ). Table 3.3: The Coeffcents of the European Opton usng a sngle Black-Scholes Formula Bass

13 Method c0 c K σ Expected Soluton Intal Guess Quas-Newton (no gradent gven) Quas-Newton (gradent gven) Trust Regon Wth the ntal guess, [c0, c, K, σ] = [0.5, 0.5, 75, 0.00], Fgure 3.3 show that both the Quas-Newton and Trust Regon methods both estmate the prce of a call opton accurately. However, the Quas-Newton method s hghly dependent on the ntal guess, where an ntal guess of K = 65 wll cause the algorthm to fnd ncorrect parameter values. For the non-lnear algorthms, we only allowed a maxmum of 00 teratons the QuasNewton and Trust Regon. Although the results for the trust-regon method appear not to converge, f we ncrease the number of teratons, these results appear to eventually converge. Addtonally, ncreasng number of data ponts also reduces the number of teratons requred to reach the optmal coeffcent values. Fgure 3.4: Estmates for the Call-Spread functon usng bass (2.7) f (x ~c) = c0 + c x + c2 bls(x, K, r, t, σ ) + c3 bls(x, K2, r, t, σ2 ). For ths data, we set K, K2, σ, and σ2 to 90, 0, 0.3, and 0.3 respectvely. Then usng the bass (2.7) we used fmnunc to fnd ~c = [c0, c, c2, c3, K, K2, σ, σ2 ]. The frst curve uses a good ntal guess (Table 3.4). In contrast the second curve was gven 2

14 a bad ntal guess (Table 3.4), whch estmated parameters further away than the actual value. Fgure 3.5: Estmates for the Call-Spread functon wth startng strke estmates K = 60 and K2 = 40 Table 3.4: Coeffcents of the Call-Spread functon usng bass (2.7) Intal Guess c0 c c2 c3 K K2 σ σ2 Expected Soluton Good Guess Intal Good Guess Result Bad Guess Intal 0 0 Bad Guess Result Fgure (3.5) Intal 0 Fgure (3.5) Result Ths method used the Quas-Newton Method wth an estmated gradent functon for a maxmum of 00 teratons. In all cases, the method ended before reachng the maxmum number of 00 teratons. 3

15 Fgure 3.6: Convergence of Model Parameters usng non-lnear Optmsaton vs the lscov nested non-lnear Optmsaton (2.) plotted on a sem-log scale Table 3.5: The Progresson of the Parameters for ncreasng teratons # Iteratons c0 c K σ Expected Soluton (NL) (NL) (NL) (NL) (NL) (NL) (NL) (NL) (nested NL) (nested NL) (nested NL) Note: NL refers to non-lnear 4

16 In Fgure 3.5, we only changed the ntal values of K (60) and K2 (40), to observe the change n K when usng the non-lnear methods. We notce that the value of K and K2 doesn t move too much, and nstead, s compensated by changng the values of σ and σ2. Ths could be troublesome, as t results n naccuraces for lower and greater values of stock (shown on Fgure 3.)). As such, ncreasng the number of unknown parameters results n a decrease n the performance of these methods, requrng better ntal guesses and more teratons. It s possble for us to reduce the amount of teratons by nestng the lnear optmsaton process n the non-lnear solvers, as we now explan for a call opton. In Fgure 3.6, we used the Quas-Newton Method wth no suppled gradent functon, the sngle Black-Scholes bass (f (x ~c) = c0 + c bls(x, K, r, t, σ)) and an ntal guess of [K, σ] = [75, 0.00]. Clearly, the Nested non-lnear optmsaton requred far less teratons than the orgnal method (20 opposed to 640) for all parameters. The nested method shows great promse to optmse other functons, such as the Call-Spread functon. 4 Future Drectons Further work n ths project wll be taken to look at extendng the optmsaton process to value more complex opton types such as Amercan Optons and Bermudan Optons. It would be nterestng to also consder other types of spread functons such as the Butterfly Spread Boundary Condton, Down-and-n Payoff functon and the Dscrete Down-and-out barrer put functon. These functons wll affect the amount of Black-Scholes formulae requred to accurately construct a model. 5

17 Fgure 4.: Exact Plot of the Black-Scholes PDE wth the Butterfly-Spread Boundary Condton K + K2 + ) + (x K2 )+ (4.) 2 As we sometmes experenced ssues wth the strke prce, K, and volatlty parameter, σ, U (x, T ) = (x K )+ 2(x reachng negatve values whch make no sense and break the model; t may be necessary to approach ths mnmsaton problem as a constraned problem, rather than the current unconstraned problem. In MATLAB, ths would mean changng the method to fmncon rather than fmnunc and then supplyng the necessary constrants. Alternatvely, we may substtute K = ec and σ = eθ (where c and θ are parameters that span the Real Lne) n order to ensure the two parameters reman postve. In addton, n these cases, t may be benefcal to add a penalty term to our objectve functon, to ensure that the Strke Prces of the ndependent Black-Scholes formulae reman dstant from each other. An example penalty functon s penalty,j = γ,j. K Kj (4.2) for some constant γ,j. We may also nclude other sets of bases. Longstaff and Schwartz have prevously used a set of weghted Laguerre polynomals and have suggested potentally usng other bass polynomals 6

18 to model the prce of optons (Longstaff and Schwartz, 200). Ths s somethng that can also be explored. In ths research project, we used standard least squares to create an estmate of the prce of the opton. Ths could be done by provdng a better weghtng for the more mportant regons of the curve. 7

19 Appendx A The Least Squares Gradent Functons Note here that τ = T t, and knowng that z r z x and = = 2 ln( ) + τ ( 2 ), K 2 σ Kσ τ σ τ we obtan the followng partal dervatves x bls e rτ φ(z) e rτ Φ(z σ τ ) + φ(z σ τ ), and = Kσ τ σ τ (A.) z bls z = x φ(z) Ke rτ φ(z σ τ ), (A.2) ~c(ss(~c; x)) = 2 X ( ~c(f (~c; x )) (y f (~c; x )), (A.3) I where ~c(f (~c; x )) s dependent on the bass functon we are usng. The Gradent functons of the Sum of Squares formula are an N vector (where there are N parameters) consstng of the partal dervatves of the Sum of Squares wth respect to each parameter. ss c ss c2 ~css =... ss cn For the n-degree polynomal cases (2.5), the gradent vector entres follow a general formula n X ss X j = jx (y ( c x )). cj j=0 I (A.4) If the bass functon s a cubc functon f (x ~c) = 3 X c x, =0 8

20 we would get the followng gradent functon P c2 x2 c3 x3 )) + I (y (c0 + c x + P 3 2 c I (y (c0 + c x + c2 x + c3 x )). ~c(ss(~c; x : I)) = 2 P 2c2 I x (y (c0 + c x + c2 x2 + c3 x3 )) P c3 I x (y (c0 + c x + c2 x + c3 x )) (A.5) If we consder bass (2.6): f (x ~c) = c0 + c bls(x, K, r, t, σ), we obtan the followng gradent functon (A.6) P c))) I (y f (x ~ P I bls(x, K, σ)(y f (x ~c))). ~c(ss(~c; x : I)) = 2 P bls c I (x, K, σ)(y f (x ~c)) P c I bls (x, K, σ)(y f (x ~ c )) (A.7) When we consder the Black-Scholes Problem, where c0 (K, σ) and c (K, σ) are optmally solved va ~c(k, σ) = (AT A) AT ~y, and A s the matrx (A.8) bls(x, K, σ).....,. bls(xn, K, σ) we obtan the followng gradent functon P ss I (x, K, σ)(y f (x ~c)) ss I (x, K, σ)(y f (x ~c)). ~c(ss(k, σ; x : I)) = 2 P. Consequently, the gradent functons become g(k, σ) ~c(k, σ) ss(~c, K, σ) = ~c(ss(~c, K, σ)) + and g(k, σ) ~c(k, σ) ss(~c, K, σ) = ~c(ss(~c, K, σ)) +, 9 (A.9)

21 where the Partal Dervatves of ~c obtaned by ~c(k, σ) AT (AT A) = (AT A) ( ), (A.0) AT (AT A) ~c(k, σ) = (AT A) ( ). (A.) and If we consder bass (2.7) f (x ~c) = c0 + c x + c2 bls(x, K, r, t, σ ) + c3 bls(x, K2, r, t, σ2 ) we obtan the followng gradent functon P c)) I (y f (x ~ P x (y f (x ~c)) I P bls(x, K, σ )(y f (x ~ c )) I P bls(x, K2, σ2 )(y f (x ~c)) I. ~c(ss(~c; x : I)) = 2 P bls c2 I (x, K, σ )(y f (x ~ c )) P bls c2 I (x, K2, σ2 )(y f (x ~c)) 2 P bls c3 I (x, K, σ )(y f (x ~c)) P bls c3 I 2 (x, K2, σ2 )(y f (x ~c)) 20 (A.2)

22 References Black, F. and Scholes, M. (973), The prcng of optons and corporate labltes, Journal of poltcal economy 8(3), Longstaff, F. A. and Schwartz, E. S. (200), Valung amercan optons by smulaton: a smple least-squares approach, The revew of fnancal studes 4(), MATLAB (207), verson (R207b), The MathWorks Inc., Natck, Massachusetts. 2

Tests for Two Correlations

Tests for Two Correlations PASS Sample Sze Software Chapter 805 Tests for Two Correlatons Introducton The correlaton coeffcent (or correlaton), ρ, s a popular parameter for descrbng the strength of the assocaton between two varables.

More information

4. Greek Letters, Value-at-Risk

4. Greek Letters, Value-at-Risk 4 Greek Letters, Value-at-Rsk 4 Value-at-Rsk (Hull s, Chapter 8) Math443 W08, HM Zhu Outlne (Hull, Chap 8) What s Value at Rsk (VaR)? Hstorcal smulatons Monte Carlo smulatons Model based approach Varance-covarance

More information

Final Exam. 7. (10 points) Please state whether each of the following statements is true or false. No explanation needed.

Final Exam. 7. (10 points) Please state whether each of the following statements is true or false. No explanation needed. Fnal Exam Fall 4 Econ 8-67 Closed Book. Formula Sheet Provded. Calculators OK. Tme Allowed: hours Please wrte your answers on the page below each queston. (5 ponts) Assume that the rsk-free nterest rate

More information

15-451/651: Design & Analysis of Algorithms January 22, 2019 Lecture #3: Amortized Analysis last changed: January 18, 2019

15-451/651: Design & Analysis of Algorithms January 22, 2019 Lecture #3: Amortized Analysis last changed: January 18, 2019 5-45/65: Desgn & Analyss of Algorthms January, 09 Lecture #3: Amortzed Analyss last changed: January 8, 09 Introducton In ths lecture we dscuss a useful form of analyss, called amortzed analyss, for problems

More information

Problem Set 6 Finance 1,

Problem Set 6 Finance 1, Carnege Mellon Unversty Graduate School of Industral Admnstraton Chrs Telmer Wnter 2006 Problem Set 6 Fnance, 47-720. (representatve agent constructon) Consder the followng two-perod, two-agent economy.

More information

iii) pay F P 0,T = S 0 e δt when stock has dividend yield δ.

iii) pay F P 0,T = S 0 e δt when stock has dividend yield δ. Fnal s Wed May 7, 12:50-2:50 You are allowed 15 sheets of notes and a calculator The fnal s cumulatve, so you should know everythng on the frst 4 revews Ths materal not on those revews 184) Suppose S t

More information

Basket options and implied correlations: a closed form approach

Basket options and implied correlations: a closed form approach Basket optons and mpled correlatons: a closed form approach Svetlana Borovkova Free Unversty of Amsterdam CFC conference, London, January 7-8, 007 Basket opton: opton whose underlyng s a basket (.e. a

More information

Centre for International Capital Markets

Centre for International Capital Markets Centre for Internatonal Captal Markets Dscusson Papers ISSN 1749-3412 Valung Amercan Style Dervatves by Least Squares Methods Maro Cerrato No 2007-13 Valung Amercan Style Dervatves by Least Squares Methods

More information

SIMPLE FIXED-POINT ITERATION

SIMPLE FIXED-POINT ITERATION SIMPLE FIXED-POINT ITERATION The fed-pont teraton method s an open root fndng method. The method starts wth the equaton f ( The equaton s then rearranged so that one s one the left hand sde of the equaton

More information

Numerical Analysis ECIV 3306 Chapter 6

Numerical Analysis ECIV 3306 Chapter 6 The Islamc Unversty o Gaza Faculty o Engneerng Cvl Engneerng Department Numercal Analyss ECIV 3306 Chapter 6 Open Methods & System o Non-lnear Eqs Assocate Pro. Mazen Abualtaye Cvl Engneerng Department,

More information

TCOM501 Networking: Theory & Fundamentals Final Examination Professor Yannis A. Korilis April 26, 2002

TCOM501 Networking: Theory & Fundamentals Final Examination Professor Yannis A. Korilis April 26, 2002 TO5 Networng: Theory & undamentals nal xamnaton Professor Yanns. orls prl, Problem [ ponts]: onsder a rng networ wth nodes,,,. In ths networ, a customer that completes servce at node exts the networ wth

More information

Jean-Paul Murara, Västeras, 26-April Mälardalen University, Sweden. Pricing EO under 2-dim. B S PDE by. using the Crank-Nicolson Method

Jean-Paul Murara, Västeras, 26-April Mälardalen University, Sweden. Pricing EO under 2-dim. B S PDE by. using the Crank-Nicolson Method Prcng EO under Mälardalen Unversty, Sweden Västeras, 26-Aprl-2017 1 / 15 Outlne 1 2 3 2 / 15 Optons - contracts that gve to the holder the rght but not the oblgaton to buy/sell an asset sometmes n the

More information

Multifactor Term Structure Models

Multifactor Term Structure Models 1 Multfactor Term Structure Models A. Lmtatons of One-Factor Models 1. Returns on bonds of all maturtes are perfectly correlated. 2. Term structure (and prces of every other dervatves) are unquely determned

More information

MgtOp 215 Chapter 13 Dr. Ahn

MgtOp 215 Chapter 13 Dr. Ahn MgtOp 5 Chapter 3 Dr Ahn Consder two random varables X and Y wth,,, In order to study the relatonshp between the two random varables, we need a numercal measure that descrbes the relatonshp The covarance

More information

Clearing Notice SIX x-clear Ltd

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

More information

Supplementary material for Non-conjugate Variational Message Passing for Multinomial and Binary Regression

Supplementary material for Non-conjugate Variational Message Passing for Multinomial and Binary Regression Supplementary materal for Non-conjugate Varatonal Message Passng for Multnomal and Bnary Regresson October 9, 011 1 Alternatve dervaton We wll focus on a partcular factor f a and varable x, wth the am

More information

Creating a zero coupon curve by bootstrapping with cubic splines.

Creating a zero coupon curve by bootstrapping with cubic splines. MMA 708 Analytcal Fnance II Creatng a zero coupon curve by bootstrappng wth cubc splnes. erg Gryshkevych Professor: Jan R. M. Röman 0.2.200 Dvson of Appled Mathematcs chool of Educaton, Culture and Communcaton

More information

Lecture Note 2 Time Value of Money

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

More information

Appendix for Solving Asset Pricing Models when the Price-Dividend Function is Analytic

Appendix for Solving Asset Pricing Models when the Price-Dividend Function is Analytic Appendx for Solvng Asset Prcng Models when the Prce-Dvdend Functon s Analytc Ovdu L. Caln Yu Chen Thomas F. Cosmano and Alex A. Hmonas January 3, 5 Ths appendx provdes proofs of some results stated n our

More information

Mode is the value which occurs most frequency. The mode may not exist, and even if it does, it may not be unique.

Mode is the value which occurs most frequency. The mode may not exist, and even if it does, it may not be unique. 1.7.4 Mode Mode s the value whch occurs most frequency. The mode may not exst, and even f t does, t may not be unque. For ungrouped data, we smply count the largest frequency of the gven value. If all

More information

EDC Introduction

EDC Introduction .0 Introducton EDC3 In the last set of notes (EDC), we saw how to use penalty factors n solvng the EDC problem wth losses. In ths set of notes, we want to address two closely related ssues. What are, exactly,

More information

Price and Quantity Competition Revisited. Abstract

Price and Quantity Competition Revisited. Abstract rce and uantty Competton Revsted X. Henry Wang Unversty of Mssour - Columba Abstract By enlargng the parameter space orgnally consdered by Sngh and Vves (984 to allow for a wder range of cost asymmetry,

More information

Finance 402: Problem Set 1 Solutions

Finance 402: Problem Set 1 Solutions Fnance 402: Problem Set 1 Solutons Note: Where approprate, the fnal answer for each problem s gven n bold talcs for those not nterested n the dscusson of the soluton. 1. The annual coupon rate s 6%. A

More information

Parallel Prefix addition

Parallel Prefix addition Marcelo Kryger Sudent ID 015629850 Parallel Prefx addton The parallel prefx adder presented next, performs the addton of two bnary numbers n tme of complexty O(log n) and lnear cost O(n). Lets notce the

More information

/ Computational Genomics. Normalization

/ Computational Genomics. Normalization 0-80 /02-70 Computatonal Genomcs Normalzaton Gene Expresson Analyss Model Computatonal nformaton fuson Bologcal regulatory networks Pattern Recognton Data Analyss clusterng, classfcaton normalzaton, mss.

More information

The Direct Control and Penalty Methods for American Put Options

The Direct Control and Penalty Methods for American Put Options The Drect Control and Penalty Methods for Amercan Put Optons by Ama Peprah Asare A thess presented to the Unversty of Waterloo n fulfllment of the thess requrement for the degree of Master of Mathematcs

More information

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

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

More information

Appendix - Normally Distributed Admissible Choices are Optimal

Appendix - Normally Distributed Admissible Choices are Optimal Appendx - Normally Dstrbuted Admssble Choces are Optmal James N. Bodurtha, Jr. McDonough School of Busness Georgetown Unversty and Q Shen Stafford Partners Aprl 994 latest revson September 00 Abstract

More information

3: Central Limit Theorem, Systematic Errors

3: Central Limit Theorem, Systematic Errors 3: Central Lmt Theorem, Systematc Errors 1 Errors 1.1 Central Lmt Theorem Ths theorem s of prme mportance when measurng physcal quanttes because usually the mperfectons n the measurements are due to several

More information

Pricing American Options using Monte Carlo Method

Pricing American Options using Monte Carlo Method Prcng Amercan Optons usng Monte Carlo Method Zhemn Wu St Catherne s College Unversty of Oxford A thess submtted for the degree of Master of Scence n Mathematcal and Computatonal Fnance June 21, 2012 Acknowledgements

More information

Likelihood Fits. Craig Blocker Brandeis August 23, 2004

Likelihood Fits. Craig Blocker Brandeis August 23, 2004 Lkelhood Fts Crag Blocker Brandes August 23, 2004 Outlne I. What s the queston? II. Lkelhood Bascs III. Mathematcal Propertes IV. Uncertantes on Parameters V. Mscellaneous VI. Goodness of Ft VII. Comparson

More information

Risk and Return: The Security Markets Line

Risk and Return: The Security Markets Line FIN 614 Rsk and Return 3: Markets Professor Robert B.H. Hauswald Kogod School of Busness, AU 1/25/2011 Rsk and Return: Markets Robert B.H. Hauswald 1 Rsk and Return: The Securty Markets Lne From securtes

More information

Financial mathematics

Financial mathematics Fnancal mathematcs Jean-Luc Bouchot jean-luc.bouchot@drexel.edu February 19, 2013 Warnng Ths s a work n progress. I can not ensure t to be mstake free at the moment. It s also lackng some nformaton. But

More information

CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS

CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS QUESTIONS 9.1. (a) In a log-log model the dependent and all explanatory varables are n the logarthmc form. (b) In the log-ln model the dependent varable

More information

Measures of Spread IQR and Deviation. For exam X, calculate the mean, median and mode. For exam Y, calculate the mean, median and mode.

Measures of Spread IQR and Deviation. For exam X, calculate the mean, median and mode. For exam Y, calculate the mean, median and mode. Part 4 Measures of Spread IQR and Devaton In Part we learned how the three measures of center offer dfferent ways of provdng us wth a sngle representatve value for a data set. However, consder the followng

More information

Linear Combinations of Random Variables and Sampling (100 points)

Linear Combinations of Random Variables and Sampling (100 points) Economcs 30330: Statstcs for Economcs Problem Set 6 Unversty of Notre Dame Instructor: Julo Garín Sprng 2012 Lnear Combnatons of Random Varables and Samplng 100 ponts 1. Four-part problem. Go get some

More information

Survey of Math: Chapter 22: Consumer Finance Borrowing Page 1

Survey of Math: Chapter 22: Consumer Finance Borrowing Page 1 Survey of Math: Chapter 22: Consumer Fnance Borrowng Page 1 APR and EAR Borrowng s savng looked at from a dfferent perspectve. The dea of smple nterest and compound nterest stll apply. A new term s the

More information

Applications of Myerson s Lemma

Applications of Myerson s Lemma Applcatons of Myerson s Lemma Professor Greenwald 28-2-7 We apply Myerson s lemma to solve the sngle-good aucton, and the generalzaton n whch there are k dentcal copes of the good. Our objectve s welfare

More information

Cliquet Options and Volatility Models

Cliquet Options and Volatility Models Clquet Optons and olatlty Models Paul Wlmott paul@wlmott.com 1 Introducton Clquet optons are at present the heght of fashon n the world of equty dervatves. These contracts, llustrated by the term sheet

More information

S yi a bx i cx yi a bx i cx 2 i =0. yi a bx i cx 2 i xi =0. yi a bx i cx 2 i x

S yi a bx i cx yi a bx i cx 2 i =0. yi a bx i cx 2 i xi =0. yi a bx i cx 2 i x LEAST-SQUARES FIT (Chapter 8) Ft the best straght lne (parabola, etc.) to a gven set of ponts. Ths wll be done by mnmzng the sum of squares of the vertcal dstances (called resduals) from the ponts to the

More information

Computational Finance

Computational Finance Department of Mathematcs at Unversty of Calforna, San Dego Computatonal Fnance Dfferental Equaton Technques [Lectures 8-10] Mchael Holst February 27, 2017 Contents 1 Modelng Fnancal Optons wth the Black-Scholes

More information

II. Random Variables. Variable Types. Variables Map Outcomes to Numbers

II. Random Variables. Variable Types. Variables Map Outcomes to Numbers II. Random Varables Random varables operate n much the same way as the outcomes or events n some arbtrary sample space the dstncton s that random varables are smply outcomes that are represented numercally.

More information

Data Mining Linear and Logistic Regression

Data Mining Linear and Logistic Regression 07/02/207 Data Mnng Lnear and Logstc Regresson Mchael L of 26 Regresson In statstcal modellng, regresson analyss s a statstcal process for estmatng the relatonshps among varables. Regresson models are

More information

Elton, Gruber, Brown and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 4

Elton, Gruber, Brown and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 4 Elton, Gruber, Brown and Goetzmann Modern ortfolo Theory and Investment Analyss, 7th Edton Solutons to Text roblems: Chapter 4 Chapter 4: roblem 1 A. Expected return s the sum of each outcome tmes ts assocated

More information

Tests for Two Ordered Categorical Variables

Tests for Two Ordered Categorical Variables Chapter 253 Tests for Two Ordered Categorcal Varables Introducton Ths module computes power and sample sze for tests of ordered categorcal data such as Lkert scale data. Assumng proportonal odds, such

More information

Elements of Economic Analysis II Lecture VI: Industry Supply

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

More information

COMPARISON OF THE ANALYTICAL AND NUMERICAL SOLUTION OF A ONE-DIMENSIONAL NON-STATIONARY COOLING PROBLEM. László Könözsy 1, Mátyás Benke 2

COMPARISON OF THE ANALYTICAL AND NUMERICAL SOLUTION OF A ONE-DIMENSIONAL NON-STATIONARY COOLING PROBLEM. László Könözsy 1, Mátyás Benke 2 COMPARISON OF THE ANALYTICAL AND NUMERICAL SOLUTION OF A ONE-DIMENSIONAL NON-STATIONARY COOLING PROBLEM László Könözsy 1, Mátyás Benke Ph.D. Student 1, Unversty Student Unversty of Mskolc, Department of

More information

Economic Design of Short-Run CSP-1 Plan Under Linear Inspection Cost

Economic Design of Short-Run CSP-1 Plan Under Linear Inspection Cost Tamkang Journal of Scence and Engneerng, Vol. 9, No 1, pp. 19 23 (2006) 19 Economc Desgn of Short-Run CSP-1 Plan Under Lnear Inspecton Cost Chung-Ho Chen 1 * and Chao-Yu Chou 2 1 Department of Industral

More information

QUADRATIC CONVERGENCE FOR VALUING AMERICAN OPTIONS USING A PENALTY METHOD

QUADRATIC CONVERGENCE FOR VALUING AMERICAN OPTIONS USING A PENALTY METHOD QUADRATIC CONVERGENCE FOR VALUING AMERICAN OPTIONS USING A PENALTY METHOD P.A. FORSYTH AND K.R. VETZAL Abstract. The convergence of a penalty method for solvng the dscrete regularzed Amercan opton valuaton

More information

Evaluating Performance

Evaluating Performance 5 Chapter Evaluatng Performance In Ths Chapter Dollar-Weghted Rate of Return Tme-Weghted Rate of Return Income Rate of Return Prncpal Rate of Return Daly Returns MPT Statstcs 5- Measurng Rates of Return

More information

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

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

More information

ECONOMETRICS - FINAL EXAM, 3rd YEAR (GECO & GADE)

ECONOMETRICS - FINAL EXAM, 3rd YEAR (GECO & GADE) ECONOMETRICS - FINAL EXAM, 3rd YEAR (GECO & GADE) May 17, 2016 15:30 Frst famly name: Name: DNI/ID: Moble: Second famly Name: GECO/GADE: Instructor: E-mal: Queston 1 A B C Blank Queston 2 A B C Blank Queston

More information

PRICING OF AVERAGE STRIKE ASIAN CALL OPTION USING NUMERICAL PDE METHODS. IIT Guwahati Guwahati, , Assam, INDIA

PRICING OF AVERAGE STRIKE ASIAN CALL OPTION USING NUMERICAL PDE METHODS. IIT Guwahati Guwahati, , Assam, INDIA Internatonal Journal of Pure and Appled Mathematcs Volume 76 No. 5 2012, 709-725 ISSN: 1311-8080 (prnted verson) url: http://www.jpam.eu PA jpam.eu PRICING OF AVERAGE STRIKE ASIAN CALL OPTION USING NUMERICAL

More information

An annuity is a series of payments made at equal intervals. There are many practical examples of financial transactions involving annuities, such as

An annuity is a series of payments made at equal intervals. There are many practical examples of financial transactions involving annuities, such as 2 Annutes An annuty s a seres of payments made at equal ntervals. There are many practcal examples of fnancal transactons nvolvng annutes, such as a car loan beng repad wth equal monthly nstallments a

More information

Chapter 10 Making Choices: The Method, MARR, and Multiple Attributes

Chapter 10 Making Choices: The Method, MARR, and Multiple Attributes Chapter 0 Makng Choces: The Method, MARR, and Multple Attrbutes INEN 303 Sergy Butenko Industral & Systems Engneerng Texas A&M Unversty Comparng Mutually Exclusve Alternatves by Dfferent Evaluaton Methods

More information

Time Domain Decomposition for European Options in Financial Modelling

Time Domain Decomposition for European Options in Financial Modelling Contemporary Mathematcs Volume 218, 1998 B 0-8218-0988-1-03047-8 Tme Doman Decomposton for European Optons n Fnancal Modellng Dane Crann, Alan J. Daves, Cho-Hong La, and Swee H. Leong 1. Introducton Fnance

More information

Module Contact: Dr P Moffatt, ECO Copyright of the University of East Anglia Version 2

Module Contact: Dr P Moffatt, ECO Copyright of the University of East Anglia Version 2 UNIVERSITY OF EAST ANGLIA School of Economcs Man Seres PG Examnaton 2012-13 FINANCIAL ECONOMETRICS ECO-M017 Tme allowed: 2 hours Answer ALL FOUR questons. Queston 1 carres a weght of 25%; Queston 2 carres

More information

Final Examination MATH NOTE TO PRINTER

Final Examination MATH NOTE TO PRINTER Fnal Examnaton MATH 329 2005 01 1 NOTE TO PRINTER (These nstructons are for the prnter. They should not be duplcated.) Ths examnaton should be prnted on 8 1 2 14 paper, and stapled wth 3 sde staples, so

More information

3/3/2014. CDS M Phil Econometrics. Vijayamohanan Pillai N. Truncated standard normal distribution for a = 0.5, 0, and 0.5. CDS Mphil Econometrics

3/3/2014. CDS M Phil Econometrics. Vijayamohanan Pillai N. Truncated standard normal distribution for a = 0.5, 0, and 0.5. CDS Mphil Econometrics Lmted Dependent Varable Models: Tobt an Plla N 1 CDS Mphl Econometrcs Introducton Lmted Dependent Varable Models: Truncaton and Censorng Maddala, G. 1983. Lmted Dependent and Qualtatve Varables n Econometrcs.

More information

Economics 1410 Fall Section 7 Notes 1. Define the tax in a flexible way using T (z), where z is the income reported by the agent.

Economics 1410 Fall Section 7 Notes 1. Define the tax in a flexible way using T (z), where z is the income reported by the agent. Economcs 1410 Fall 2017 Harvard Unversty Yaan Al-Karableh Secton 7 Notes 1 I. The ncome taxaton problem Defne the tax n a flexble way usng T (), where s the ncome reported by the agent. Retenton functon:

More information

FORD MOTOR CREDIT COMPANY SUGGESTED ANSWERS. Richard M. Levich. New York University Stern School of Business. Revised, February 1999

FORD MOTOR CREDIT COMPANY SUGGESTED ANSWERS. Richard M. Levich. New York University Stern School of Business. Revised, February 1999 FORD MOTOR CREDIT COMPANY SUGGESTED ANSWERS by Rchard M. Levch New York Unversty Stern School of Busness Revsed, February 1999 1 SETTING UP THE PROBLEM The bond s beng sold to Swss nvestors for a prce

More information

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

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

More information

A Comparison of Statistical Methods in Interrupted Time Series Analysis to Estimate an Intervention Effect

A Comparison of Statistical Methods in Interrupted Time Series Analysis to Estimate an Intervention Effect Transport and Road Safety (TARS) Research Joanna Wang A Comparson of Statstcal Methods n Interrupted Tme Seres Analyss to Estmate an Interventon Effect Research Fellow at Transport & Road Safety (TARS)

More information

A Bootstrap Confidence Limit for Process Capability Indices

A Bootstrap Confidence Limit for Process Capability Indices A ootstrap Confdence Lmt for Process Capablty Indces YANG Janfeng School of usness, Zhengzhou Unversty, P.R.Chna, 450001 Abstract The process capablty ndces are wdely used by qualty professonals as an

More information

Finite Volume Schemes for Solving Nonlinear Partial Differential Equations in Financial Mathematics

Finite Volume Schemes for Solving Nonlinear Partial Differential Equations in Financial Mathematics Fnte Volume Schemes for Solvng Nonlnear Partal Dfferental Equatons n Fnancal Mathematcs Pavol Kútk and Karol Mkula Abstract In order to estmate a far value of fnancal dervatves, varous generalzatons of

More information

Cracking VAR with kernels

Cracking VAR with kernels CUTTIG EDGE. PORTFOLIO RISK AALYSIS Crackng VAR wth kernels Value-at-rsk analyss has become a key measure of portfolo rsk n recent years, but how can we calculate the contrbuton of some portfolo component?

More information

Random Variables. b 2.

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

More information

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

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

More information

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

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

More information

Maturity Effect on Risk Measure in a Ratings-Based Default-Mode Model

Maturity Effect on Risk Measure in a Ratings-Based Default-Mode Model TU Braunschweg - Insttut für Wrtschaftswssenschaften Lehrstuhl Fnanzwrtschaft Maturty Effect on Rsk Measure n a Ratngs-Based Default-Mode Model Marc Gürtler and Drk Hethecker Fnancal Modellng Workshop

More information

Elton, Gruber, Brown, and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 9

Elton, Gruber, Brown, and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 9 Elton, Gruber, Brown, and Goetzmann Modern Portfolo Theory and Investment Analyss, 7th Edton Solutons to Text Problems: Chapter 9 Chapter 9: Problem In the table below, gven that the rskless rate equals

More information

UNIVERSITY OF NOTTINGHAM

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

More information

Hedging Greeks for a portfolio of options using linear and quadratic programming

Hedging Greeks for a portfolio of options using linear and quadratic programming MPRA Munch Personal RePEc Archve Hedgng reeks for a of otons usng lnear and quadratc rogrammng Panka Snha and Archt Johar Faculty of Management Studes, Unversty of elh, elh 5. February 200 Onlne at htt://mra.ub.un-muenchen.de/20834/

More information

Asian basket options. in oil markets

Asian basket options. in oil markets Asan basket optons and mpled correlatons n ol markets Svetlana Borovkova Vre Unverstet Amsterdam, he etherlands Jont work wth Ferry Permana (Bandung) Basket opton: opton whose underlyng s a basket (e a

More information

MULTIPLE CURVE CONSTRUCTION

MULTIPLE CURVE CONSTRUCTION MULTIPLE CURVE CONSTRUCTION RICHARD WHITE 1. Introducton In the post-credt-crunch world, swaps are generally collateralzed under a ISDA Master Agreement Andersen and Pterbarg p266, wth collateral rates

More information

An introduction to quasi-random numbers

An introduction to quasi-random numbers An ntroducton to quas-random numbers By George Levy, umercal Algorthms Grou Ltd. Introducton Monte-Carlo smulaton and random number generaton are technques that are wdely used n fnancal engneerng as a

More information

Microeconomics: BSc Year One Extending Choice Theory

Microeconomics: BSc Year One Extending Choice Theory mcroeconomcs notes from http://www.economc-truth.co.uk by Tm Mller Mcroeconomcs: BSc Year One Extendng Choce Theory Consumers, obvously, mostly have a choce of more than two goods; and to fnd the favourable

More information

Pivot Points for CQG - Overview

Pivot Points for CQG - Overview Pvot Ponts for CQG - Overvew By Bran Bell Introducton Pvot ponts are a well-known technque used by floor traders to calculate ntraday support and resstance levels. Ths technque has been around for decades,

More information

Introduction. Why One-Pass Statistics?

Introduction. Why One-Pass Statistics? BERKELE RESEARCH GROUP Ths manuscrpt s program documentaton for three ways to calculate the mean, varance, skewness, kurtoss, covarance, correlaton, regresson parameters and other regresson statstcs. Although

More information

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #21 Scribe: Lawrence Diao April 23, 2013

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #21 Scribe: Lawrence Diao April 23, 2013 COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture #21 Scrbe: Lawrence Dao Aprl 23, 2013 1 On-Lne Log Loss To recap the end of the last lecture, we have the followng on-lne problem wth N

More information

Analysis of Variance and Design of Experiments-II

Analysis of Variance and Design of Experiments-II Analyss of Varance and Desgn of Experments-II MODULE VI LECTURE - 4 SPLIT-PLOT AND STRIP-PLOT DESIGNS Dr. Shalabh Department of Mathematcs & Statstcs Indan Insttute of Technology Kanpur An example to motvate

More information

Taxation and Externalities. - Much recent discussion of policy towards externalities, e.g., global warming debate/kyoto

Taxation and Externalities. - Much recent discussion of policy towards externalities, e.g., global warming debate/kyoto Taxaton and Externaltes - Much recent dscusson of polcy towards externaltes, e.g., global warmng debate/kyoto - Increasng share of tax revenue from envronmental taxaton 6 percent n OECD - Envronmental

More information

Scribe: Chris Berlind Date: Feb 1, 2010

Scribe: Chris Berlind Date: Feb 1, 2010 CS/CNS/EE 253: Advanced Topcs n Machne Learnng Topc: Dealng wth Partal Feedback #2 Lecturer: Danel Golovn Scrbe: Chrs Berlnd Date: Feb 1, 2010 8.1 Revew In the prevous lecture we began lookng at algorthms

More information

Note on Cubic Spline Valuation Methodology

Note on Cubic Spline Valuation Methodology Note on Cubc Splne Valuaton Methodology Regd. Offce: The Internatonal, 2 nd Floor THE CUBIC SPLINE METHODOLOGY A model for yeld curve takes traded yelds for avalable tenors as nput and generates the curve

More information

Solution of periodic review inventory model with general constrains

Solution of periodic review inventory model with general constrains Soluton of perodc revew nventory model wth general constrans Soluton of perodc revew nventory model wth general constrans Prof Dr J Benkő SZIU Gödöllő Summary Reasons for presence of nventory (stock of

More information

Numerical Convergence Properties of Option Pricing PDEs with Uncertain Volatility

Numerical Convergence Properties of Option Pricing PDEs with Uncertain Volatility Numercal Convergence Propertes of Opton Prcng PDEs wth Uncertan Volatlty D. M. Pooley, P. A. Forsyth, and K. R. Vetzal Unversty of Waterloo Waterloo, Ontaro Canada NL 3G1 October 6, 001 Abstract The prcng

More information

A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM

A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM Yugoslav Journal of Operatons Research Vol 19 (2009), Number 1, 157-170 DOI:10.2298/YUJOR0901157G A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM George GERANIS Konstantnos

More information

A Set of new Stochastic Trend Models

A Set of new Stochastic Trend Models A Set of new Stochastc Trend Models Johannes Schupp Longevty 13, Tape, 21 th -22 th September 2017 www.fa-ulm.de Introducton Uncertanty about the evoluton of mortalty Measure longevty rsk n penson or annuty

More information

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

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

More information

AC : THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS

AC : THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS AC 2008-1635: THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS Kun-jung Hsu, Leader Unversty Amercan Socety for Engneerng Educaton, 2008 Page 13.1217.1 Ttle of the Paper: The Dagrammatc

More information

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

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

More information

Lecture 7. We now use Brouwer s fixed point theorem to prove Nash s theorem.

Lecture 7. We now use Brouwer s fixed point theorem to prove Nash s theorem. Topcs on the Border of Economcs and Computaton December 11, 2005 Lecturer: Noam Nsan Lecture 7 Scrbe: Yoram Bachrach 1 Nash s Theorem We begn by provng Nash s Theorem about the exstance of a mxed strategy

More information

Understanding price volatility in electricity markets

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

More information

Comparison of Singular Spectrum Analysis and ARIMA

Comparison of Singular Spectrum Analysis and ARIMA Int. Statstcal Inst.: Proc. 58th World Statstcal Congress, 0, Dubln (Sesson CPS009) p.99 Comparson of Sngular Spectrum Analss and ARIMA Models Zokae, Mohammad Shahd Behesht Unverst, Department of Statstcs

More information

Project Management Project Phases the S curve

Project Management Project Phases the S curve Project lfe cycle and resource usage Phases Project Management Project Phases the S curve Eng. Gorgo Locatell RATE OF RESOURCE ES Conceptual Defnton Realzaton Release TIME Cumulated resource usage and

More information

Finite Difference Method for the Black Scholes Equation Without Boundary Conditions

Finite Difference Method for the Black Scholes Equation Without Boundary Conditions Comput Econ DOI 0.007/s064-07-9653-0 Fnte Dfference Method for the Black Scholes Equaton Wthout Boundary Condtons Darae Jeong Mnhyun Yoo 2 Junseok Km Accepted: 8 January 207 Sprnger Scence+Busness Meda

More information

Quiz on Deterministic part of course October 22, 2002

Quiz on Deterministic part of course October 22, 2002 Engneerng ystems Analyss for Desgn Quz on Determnstc part of course October 22, 2002 Ths s a closed book exercse. You may use calculators Grade Tables There are 90 ponts possble for the regular test, or

More information

University of Toronto November 9, 2006 ECO 209Y MACROECONOMIC THEORY. Term Test #1 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8

University of Toronto November 9, 2006 ECO 209Y MACROECONOMIC THEORY. Term Test #1 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8 Department of Economcs Prof. Gustavo Indart Unversty of Toronto November 9, 2006 SOLUTION ECO 209Y MACROECONOMIC THEORY Term Test #1 A LAST NAME FIRST NAME STUDENT NUMBER Crcle your secton of the course:

More information

University of Toronto November 9, 2006 ECO 209Y MACROECONOMIC THEORY. Term Test #1 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8

University of Toronto November 9, 2006 ECO 209Y MACROECONOMIC THEORY. Term Test #1 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8 Department of Economcs Prof. Gustavo Indart Unversty of Toronto November 9, 2006 SOLUTION ECO 209Y MACROECONOMIC THEORY Term Test #1 C LAST NAME FIRST NAME STUDENT NUMBER Crcle your secton of the course:

More information

CS 286r: Matching and Market Design Lecture 2 Combinatorial Markets, Walrasian Equilibrium, Tâtonnement

CS 286r: Matching and Market Design Lecture 2 Combinatorial Markets, Walrasian Equilibrium, Tâtonnement CS 286r: Matchng and Market Desgn Lecture 2 Combnatoral Markets, Walrasan Equlbrum, Tâtonnement Matchng and Money Recall: Last tme we descrbed the Hungaran Method for computng a maxmumweght bpartte matchng.

More information