Question from Session Two

Similar documents
One note for Session Two

ESD.70J Engineering Economy

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06

Counterparty Credit Risk Simulation

Value at Risk Ch.12. PAK Study Manual

Market Volatility and Risk Proxies

Modeling via Stochastic Processes in Finance

Describing Uncertain Variables

INVESTMENTS Class 2: Securities, Random Walk on Wall Street

Energy Price Processes

1 The continuous time limit

Empirical Distribution Testing of Economic Scenario Generators

BROWNIAN MOTION Antonella Basso, Martina Nardon

Chapter 7: Point Estimation and Sampling Distributions

INTRODUCING RISK MODELING IN CORPORATE FINANCE

Hedging Under Jump Diffusions with Transaction Costs. Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo

STEX s valuation analysis, version 0.0

Financial Engineering and Structured Products

Section 0: Introduction and Review of Basic Concepts

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Jacob: The illustrative worksheet shows the values of the simulation parameters in the upper left section (Cells D5:F10). Is this for documentation?

ELEMENTS OF MONTE CARLO SIMULATION

AN ANALYTICALLY TRACTABLE UNCERTAIN VOLATILITY MODEL

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Continuous random variables

Monte Carlo Simulation of Stochastic Processes

BUSM 411: Derivatives and Fixed Income

Aspects of Financial Mathematics:

LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives

Statistics 431 Spring 2007 P. Shaman. Preliminaries

Sampling Distributions

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

ExcelSim 2003 Documentation

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Applications of Stochastic Processes in Asset Price Modeling

MODELLING OF INCOME AND WAGE DISTRIBUTION USING THE METHOD OF L-MOMENTS OF PARAMETER ESTIMATION

Stochastic Models. Statistics. Walt Pohl. February 28, Department of Business Administration

IEOR 3106: Introduction to OR: Stochastic Models. Fall 2013, Professor Whitt. Class Lecture Notes: Tuesday, September 10.

A No-Arbitrage Theorem for Uncertain Stock Model

Practical Hedging: From Theory to Practice. OSU Financial Mathematics Seminar May 5, 2008

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc.

Monte Carlo Simulations

Simulation Analysis of Option Buying

Why Indexing Works. October Abstract

Continuous Processes. Brownian motion Stochastic calculus Ito calculus

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

Tests for One Variance

Credit Risk and Underlying Asset Risk *

P2.T5. Tuckman Chapter 9. Bionic Turtle FRM Video Tutorials. By: David Harper CFA, FRM, CIPM

Appendix A. Selecting and Using Probability Distributions. In this appendix

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations

Results for option pricing

Brownian Motion and Ito s Lemma

Real Options for Engineering Systems

On modelling of electricity spot price

A Cost of Capital Approach to Extrapolating an Implied Volatility Surface

Chapter 5: Statistical Inference (in General)

STAT:2010 Statistical Methods and Computing. Using density curves to describe the distribution of values of a quantitative

Randomness and Fractals

Simulation. Decision Models

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 19 11/20/2013. Applications of Ito calculus to finance

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality

Hedging with Life and General Insurance Products

Modeling Uncertainty in Financial Markets

DECISION SUPPORT Risk handout. Simulating Spreadsheet models

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data

The stochastic calculus

Four Major Asset Classes

3.1 Itô s Lemma for Continuous Stochastic Variables

Short & Long Run impact of volatility on the effect monetary shocks

ASC Topic 718 Accounting Valuation Report. Company ABC, Inc.

Discounting a mean reverting cash flow

Arbitrage, Martingales, and Pricing Kernels

4-2 Probability Distributions and Probability Density Functions. Figure 4-2 Probability determined from the area under f(x).

Lesson Plan for Simulation with Spreadsheets (8/31/11 & 9/7/11)

Forecasting Life Expectancy in an International Context

Group-Sequential Tests for Two Proportions

Full Monte. Looking at your project through rose-colored glasses? Let s get real.

Practical example of an Economic Scenario Generator

Lattice Model of System Evolution. Outline

The normal distribution is a theoretical model derived mathematically and not empirically.

Reading: You should read Hull chapter 12 and perhaps the very first part of chapter 13.

We discussed last time how the Girsanov theorem allows us to reweight probability measures to change the drift in an SDE.

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days

The Black-Scholes Model

Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing

Continuous Time Finance. Tomas Björk

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane.

Crashcourse Interest Rate Models

What s Normal? Chapter 8. Hitting the Curve. In This Chapter

Commonly Used Distributions

A new Loan Stock Financial Instrument

Advanced Stochastic Processes.

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should

ECOSOC MS EXCEL LECTURE SERIES DISTRIBUTIONS

Getting started with WinBUGS

Homework Assignments

[AN INTRODUCTION TO THE BLACK-SCHOLES PDE MODEL]

Two Hours. Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER. 22 January :00 16:00

Transcription:

ESD.70J Engineering Economy Fall 2006 Session Three Alex Fadeev - afadeev@mit.edu Link for this PPT: http://ardent.mit.edu/real_options/rocse_excel_latest/excelsession3.pdf ESD.70J Engineering Economy Module - Session 3 1 Question from Session Two Last time we used uniformly distributed random variables to model the uncertain demand. This implies identical probability of median as well as extreme high and low outcomes. It s not too hard to imagine why this is not very realistic. What alternative models for demand uncertainties should we try? ESD.70J Engineering Economy Module - Session 3 2 1

Modeling Uncertainty Generate random numbers from various distributions (Normal, LogNormal, etc) Random variables as time function (stochastic processes) Geometric Brownian Motion Mean Reversion S-curve Statistical analysis to data-mine distribution and its descriptive stats from historical data ESD.70J Engineering Economy Module - Session 3 3 Random numbers generation redux Generate normally distributed random numbers: Use norminv(rand(), μ, σ) (norminv stands for the inverse of the normal cumulative distribution ) μ is the mean σ is the standard deviation In the data table output formula cell (B1 in Sim sheet of 1.xls) type in =norminv(rand(), 5, 1). Press F9, see what happens) Link for Excel: http://ardent.mit.edu/real_options/rocse_excel_latest/session3-1.xls ESD.70J Engineering Economy Module - Session 3 4 2

Random numbers from triangular distribution Triangular distribution could work as an approximation of other distribution (e.g. normal, Weibull, and Beta) Try =rand()+rand() in the data table output formula cell (B1 in Sim sheet of 1.xls), press F9, see what happens. ESD.70J Engineering Economy Module - Session 3 5 Random numbers from lognormal distribution A random variable X has a lognormal distribution if its natural logarithm has a normal distribution Using loginv(rand(), log_μ, log_σ) log_μ is the log mean log_σ is the log standard deviation In the data table output formula cell (B1 in Simu sheet of 1.xls) type in =loginv(rand(), 2, 0.3). Press F9, see what happens) ESD.70J Engineering Economy Module - Session 3 6 3

From probability to stochastic processes We can describe the probability density function (PDF) of random variable x, or f(x) Apparently, the distribution of a random variable in the future is not independent from what happens now Histogram Histogram Histogram 300 250 200 150 100 50 0 1.02 1.216 1.413 1.609 1.806 2.003 2.199 2.396 2.592 2.789 2.985 350 300 250 200 150 100 50 0 3.734 4.835 5.935 7.036 8.136 9.237 10.34 11.44 12.54 13.64 14.74 700 600 500 400 300 200 100 0 0.739 6.969 13.2 19.43 25.66 31.89 38.12 44.35 50.57 56.8 63.03 Year 1 Year 2 Year 3 Time Life is random in a non-random way ESD.70J Engineering Economy Module - Session 3 7 From probability to stochastic processes We have to study the time function of distribution of random variable x across time, or f(x,t) That is a stochastic process, or in plain English language: TREND + UNCERTAINTY ESD.70J Engineering Economy Module - Session 3 8 4

Check the solution sheet. Please ask questions now ESD.70J Engineering Economy Module - Session 3 9 Three stochastic models Geometric Brownian Motion Mean-reversion S-Curve ESD.70J Engineering Economy Module - Session 3 10 5

Geometric Brownian Motion Brownian motion (aka random walk) the motion of a pollen in water a drunk walks in Boston Common S&P500 return Rate of change of the geometric mean is Brownian, not the underlying observations For example, the stock prices do not follow Brownian motion, but their returns do! ESD.70J Engineering Economy Module - Session 3 11 Simulate a stock price Google s stock price is $378.49 per class A common share on 9/8/06 (see GOOG tab). Using historical data, we calculate monthly mean return and volatility of 6% and 14% These two values are key inputs into any forward-looking simulation models. We will be using them repeatedly, so lets define their names ESD.70J Engineering Economy Module - Session 3 12 6

Defining Excel variable names 1. Select sell with the historical mean value (6.16%) and go to: <Insert> <Name> <Define> 2. Enter field name drift and hit <OK>. 3. Repeat the same for historical standard deviation and call that variable vol. ESD.70J Engineering Economy Module - Session 3 13 Simulate a stock price (Cont) Complete the following table for Google stock: Time Stock Price Random Draw from standardized normal distribution 1) Expected Return + random draw * volatility September $378.49 =NORMINV(RAND(),0,1) =drift+vol*c2 October =B2*(1+D2) November December 1). Standardized normal distribution with mean 0 and standard deviation 1 ESD.70J Engineering Economy Module - Session 3 14 7

Simulating Google returns in Excel 1. Open a new worksheet, name it GOOG forecast 2. Copy or input forecasting time frame (i.e.: Time in cell A1, September in A2) 3. Type =norminv(rand(),0,1) in cell C2, and drag down to cell C13 4. Type =drift+vol*c2 in cell D2, and drag down to cell D13 5. Type =B2*(1+D2) in cell B3, and drag down to cell B13 6. Click Chart under Insert menu ESD.70J Engineering Economy Module - Session 3 15 Simulating Google returns in Excel (cont) 7. Standard types select Line, Chart sub-type select whichever you like, click Next 8. Data range select = GOOG forecast!$a$1:$b$6, click Next 9. Chart options select whatever pleases you, click Next 10. Choose As object in and click Finish 11. Press F9 several times to see what happens. ESD.70J Engineering Economy Module - Session 3 16 8

Check the solution sheet. Please ask questions now ESD.70J Engineering Economy Module - Session 3 17 Brownian Motion Theory This is the standard model for modeling stock price behavior in finance theory, and lots of other uncertainties (enter the Central Limit Theorem) Mathematic form for Geometric Brownian Motion (you do not have to know) ds = μ Sdt + σsdz where S is the stock price, μ is the expected return on the stock, σ is the volatility of the stock price, and dz is the basic Wiener process ESD.70J Engineering Economy Module - Session 3 18 9

Mean-reversion Unlike Geometric Brownian Motion that grows forever at the rate of drift, some processes have the tendency to fluctuate around a mean the farther away from the mean, the high the probability of reversion to the mean the speed of mean reversion can be measured by a parameter η ESD.70J Engineering Economy Module - Session 3 19 Simulating interest rate In finance, people usually use mean reversion to model behavior of interest rates and asset volatilities Suppose the Fed rate r is 4.25% today, the speed of mean reversion η is 0.3, the long-term mean r is 7%, the volatility σ is 1.5% per year Expected mean reversion is: dr = η( r r) dt ESD.70J Engineering Economy Module - Session 3 20 10

Simulating interest rate (Cont) Complete the following table for interest rate: Time 2006 2007 2008 2009 2010 Interest rate 4.25% Random Draw from standardized normal distribution Realized return (expected reversion + random draw * volatility) ESD.70J Engineering Economy Module - Session 3 21 Interest rate forecast in Excel 1. Open a new worksheet, name it Interest Rates 2. Copy or input the table in the previous slide into Excel, with Time as cell A1 3. Type =norminv(rand(),0,1) in cell C2, and drag down to cell C12 4. Type =0.3*(0.07-B2)+C2*0.015 in cell D2, and drag down to cell D12 5. Type =B2+D2 in cell B3, and drag down to cell B12 6. Click Chart under Insert menu ESD.70J Engineering Economy Module - Session 3 22 11

Interest rate forecast in Excel 7. Standard types select XY(Scatter), Chart sub-type select any one with line, click Next 8. Data range select = Interest Rates!$A$1:$B$12, click Next 9. Chart options select whatever pleases you, click Next 10. Choose As object in and click Finish 11. Press F9 several times to see what happens. ESD.70J Engineering Economy Module - Session 3 23 Check the solution sheet. Please ask questions now ESD.70J Engineering Economy Module - Session 3 24 12

Mean reversion Theory Mean reversion has many applications besides modeling interest rate behavior in finance theory Mathematic form (you do not have to know) dr = η ( r r) dt + σdz where r is the interest rate, η is the speed of mean reversion, r is the long-term mean, σ is the volatility, and dz is the basic Wiener process ESD.70J Engineering Economy Module - Session 3 25 S-curve Many interesting process follow the S- curve pattern Time For example, demand for a new technology initially grows slowly, then the demand explodes exponentially and finally decays as it approaches a natural saturation limit ESD.70J Engineering Economy Module - Session 3 26 13

Modeling S-curve Deterministically Parameters: Demand at year 0 Demand at year T The limit of demand, or demand at time Model: Demand ( t ) α and β can be derived from demand at year 0 and year T α = Demand( ) Demand(0) Demand( ) Demand(10) β = ln( ) /10 α ESD.70J Engineering Economy Module - Session 3 27 t = Demand ( ) αe β Modeling S-curve dynamically We can estimate incorrectly the initial demand, demand at year T, and the limit of demand, so all of these are random variables The growth every year is subject to an additional annual volatility ESD.70J Engineering Economy Module - Session 3 28 14

S-curve example Demand(0) = 80 (may differ +/- 20%) Demand(10) = 1000 (may differ plus or minus 40%) Limit of demand = 1600 (May differ plus or minus 40%, not less than (Demand(10)+100)) Annual volatility is 10% Link for Excel: http://ardent.mit.edu/real_options/rocse_excel_latest/session3-2.xls ESD.70J Engineering Economy Module - Session 3 29 Back to Big vs. small? We talked about the following models today Normal LogNormal Geometric Brownian Motion Mean Reversion S-curve Which one is more appropriate for our demand modeling problem? Why? ESD.70J Engineering Economy Module - Session 3 30 15

Model calibration challenges Knowing the theoretical models is only a start. Properly calibrating them is critical Otherwise GIGO In many cases, data is scarce for interesting decision modeling problems. A good everyday habit to contemplate plausible sources of data for your line of work. ESD.70J Engineering Economy Module - Session 3 31 Example We simulated the movement of Google stock price using the expected monthly return of 6% and quarterly volatility of 14%. Is it reasonable? When Google IPO-ed in 2004, there was no historical data to draw upon. Solution - use a comparable stock, like Yahoo, to estimate expected drift and volatility. ESD.70J Engineering Economy Module - Session 3 32 16

Issues in modeling Do not trust the model this is the presumption for using any model. Highly complicated models are prone (if not doomed) to be misleading The more inputs are required the more room for error Always check sensitivity of inputs Dynamic models offer great insights, regardless of the output data errors In some sense, it is more a way of thinking, analysis and communication ESD.70J Engineering Economy Module - Session 3 33 Summary We have generated random numbers from various distributions Explored random variables as functions of time (stochastic processes) Geometric Brownian Motion Mean Reversion S-curve Used statistical analysis to collect key model inputs ESD.70J Engineering Economy Module - Session 3 34 17

Next class The course has so far concentrated on ways to model the uncertainty. Modeling is passive. As human being, we have the capacity to manage uncertainties proactively. This capacity is called flexibility and contingency planning. The next class we ll finally explore way to model and value the flexibility. ESD.70J Engineering Economy Module - Session 3 35 18