Simulating Investment Portfolios



Similar documents
Figure 1. An embedded chart on a worksheet.

Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; and Dr. J.A. Dobelman

Step 3: Go to Column C. Use the function AVERAGE to calculate the mean values of n = 5. Column C is the column of the means.

How To Use Excel To Compute Compound Interest

1 Portfolio mean and variance

ModelRisk for Insurance and Finance. Quick Start Guide

An Oracle White Paper October Optimizing Loan Portfolios

Data Analysis Tools. Tools for Summarizing Data

Efficient Portfolios in Excel Using the Solver and Matrix Algebra

Lecture 1: Asset Allocation

Installing and Using the Monte Carlo Simulation Excel Add-in. Software for

MS-EXCEL: ANALYSIS OF EXPERIMENTAL DATA

MICROSOFT EXCEL FORECASTING AND DATA ANALYSIS

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

ADD-INS: ENHANCING EXCEL

Black-Litterman Return Forecasts in. Tom Idzorek and Jill Adrogue Zephyr Associates, Inc. September 9, 2003

E x c e l : Data Analysis Tools Student Manual

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

CHAPTER 7: OPTIMAL RISKY PORTFOLIOS

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar

How to Win the Stock Market Game

Advanced Excel for Institutional Researchers

How To Use Excel With A Calculator

There are six different windows that can be opened when using SPSS. The following will give a description of each of them.

4. Right click grid ( ) and select New MODFLOW, then select Packages, enabling both the optional Well and Recharge option.

NATIONAL STUDENT CLEARINGHOUSE RESEARCH CENTER

Simulation and Risk Analysis

Statistical Data analysis With Excel For HSMG.632 students

Minitab Tutorials for Design and Analysis of Experiments. Table of Contents

Non Linear Dependence Structures: a Copula Opinion Approach in Portfolio Optimization

Microsoft Excel. Qi Wei

Multiple regression - Matrices

How to Use a Data Spreadsheet: Excel

FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver

Risk Analysis Overview

Summary of R software commands used to generate bootstrap and permutation test output and figures in Chapter 16

Data Mining: Algorithms and Applications Matrix Math Review

Quantitative Methods for Finance

Monte Carlo Simulation. SMG ITS Advanced Excel Workshop

Descriptive Statistics

Annealing Techniques for Data Integration

Chapter 8 Integers 8.1 Addition and Subtraction

Getting started in Excel

Using Analysis Tools: Goal Seek, Solver, and Data Tables

How To Use Statgraphics Centurion Xvii (Version 17) On A Computer Or A Computer (For Free)

Chapter 2 Portfolio Management and the Capital Asset Pricing Model

Enhancing the Teaching of Statistics: Portfolio Theory, an Application of Statistics in Finance

Time Series Laboratory

Using MS Excel to Analyze Data: A Tutorial

Concepts in Investments Risks and Returns (Relevant to PBE Paper II Management Accounting and Finance)

Lecture 2: Descriptive Statistics and Exploratory Data Analysis

Tax Cognizant Portfolio Analysis: A Methodology for Maximizing After Tax Wealth

Contract Management Submittal Log Import Importing the Submittal Items From MS Excel

Everybody has the right to

International College of Economics and Finance Syllabus Probability Theory and Introductory Statistics

Detail Report Excel Guide for High Schools

Optimization: Continuous Portfolio Allocation

Using Excel in Research. Hui Bian Office for Faculty Excellence

The New Efficient Frontier Asset Allocation for the 21st Century

sensitivity analysis. Using Excel 2.1 MANUAL WHAT-IF ANALYSIS 2.2 THRESHOLD VALUES

Please follow these guidelines when preparing your answers:

Year 9 set 1 Mathematics notes, to accompany the 9H book.

Beginning to Program Python

ROUND(cell or formula, 2)

Memory Management Simulation Interactive Lab

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution

Online EFFECTIVE AS OF JANUARY 2013

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Slides by Tan, Steinbach, Kumar adapted by Michael Hahsler

How to Create a Data Table in Excel 2010

This paper is not to be removed from the Examination Halls

Data exploration with Microsoft Excel: analysing more than one variable

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1.

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MATH 102 College Algebra

Import Data to Excel Start Excel.

Linear Threshold Units

The CAPM (Capital Asset Pricing Model) NPV Dependent on Discount Rate Schedule

THIS ASSESSMENT NOTIFICATION CAN BE FOUND ON THE COLLEGE WEBSITE UNDER THE LEARNING AND TEACHING TAB

Geostatistics Exploratory Analysis

Tutorial: Get Running with Amos Graphics

Business Valuation Review

Statistical Functions in Excel

To create a histogram, you must organize the data in two columns on the worksheet. These columns must contain the following data:

Using Excel 2003 with Basic Business Statistics

Holding Period Return. Return, Risk, and Risk Aversion. Percentage Return or Dollar Return? An Example. Percentage Return or Dollar Return? 10% or 10?

1 Capital Asset Pricing Model (CAPM)

An introduction to using Microsoft Excel for quantitative data analysis

Using Excel for inferential statistics

YASAIw.xla A modified version of an open source add in for Excel to provide additional functions for Monte Carlo simulation.

t Tests in Excel The Excel Statistical Master By Mark Harmon Copyright 2011 Mark Harmon

Mini-project in TSRT04: Cell Phone Coverage

Exponential Random Graph Models for Social Network Analysis. Danny Wyatt 590AI March 6, 2009

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition

Tutorial: Get Running with Amos Graphics

A Log-Robust Optimization Approach to Portfolio Management

EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL

Capital Market Theory: An Overview. Return Measures

Principle Component Analysis and Partial Least Squares: Two Dimension Reduction Techniques for Regression

Section DCF Calculations

STATISTICAL ANALYSIS WITH EXCEL COURSE OUTLINE

Transcription:

Page 5 of 9 brackets will now appear around your formula. Array formulas control multiple cells at once. When gen_resample is used as an array formula, it assures that the random sample taken from the temperature data in cell A2, is paired with its associated pressure data in B2. NOTE: It was not necessary to enter the two data ranges individually, separated by ",". It would also have been possible to enter the single combined range as an argument. 9. Run a simulation of the failure indicator with the dependence preserved, and you should find a much higher probability of failure of around 5.5%. That's about eight times higher than the previous result. This tutorial has demonstrated: The use of indicator formulas to estimate the probability of an event. The use of gen_resample to simulate a distribution form past data. The array version of gen_resample to simulate multiple random inputs with dependence. Simulating Investment Portfolios Perhaps the area in which the modeling of statistical dependence has been most institutionalized is that of investment portfolios. Because the distributions of many investment instruments are either normal or log normal, an elegant alternative exists to resampling. Instead, the mean returns and covariance matrix may be calculated from past data. For an algebraic definition of covariance see any text on statistics. For an intuitive geometric definition of covariance, see chapter three of INSIGHT.xla. Consider three potential investments with expected annual returns and covariance matrix shown below in file Portfolio.xls. Note that all three potential investments have the same expected return and variance. However, A and B are negatively correlated, A and C are positively correlated while B and C are uncorrelated. In the following tutorial we will simulate three different portfolios comprised of the following investments: 50% of the portfolio in A and 50% in B (we will call this "A+B"), and the other two 50/50 combinations, "A+C" and "B+C". This will demonstrate the well-known correlation effect at the heart of modern portfolio theory (see Reference [2]).

Page 6 of 9 Tutorial 4b 1. Open the file Portfolio.xls. Use the Simulation, Thaw command to make the formulas live. The first step is to simulate the three correlated investments. This will be done with the gen_mvnormal function as follows. Begin by selecting cell C9:E9 as shown. 2. Next use the function wizard to insert gen_mvnormal. The arguments are B4:B6 for the mean, and C4:E6 for the covariance matrix. Once the arguments are selected, DO NOT CLICK OK. Instead simultaneously hold down <Shift> and <Ctrl>, then press <Enter>. 3. Curly brackets should appear around the formula as shown. Press the <F9> key a few times to make sure everything works. Be sure to see gen_functions.xls for demonstrations of all the random number generators

Page 7 of 9 4. Next we will model the three portfolios described earlier. The return of the A+B portfolio for example is (.5*C9+.5*B9) as shown below. PUZZLE: Before proceeding to the next step, what do you think the expected return will be for each portfolio? How would you expect the shapes of the three distributions to differ? 5. Run a simulation with one output cell for each of the three portfolios. The notice that the expected returns of the three portfolios are nearly identical at roughly 10%. The 5th and 10th percentiles display the value at risk at these levels. For example there is a 5% chance that A+B will return 2.75% or less, A+C will lose 4.6% or more, and B+C will lose 1.7% or more. Next, create a common histogram of each of the portfolios using Smoothed 2D Lines. This clearly shows the effects of the correlation between the original investments. With A+B, the correlation is negative, with changes in one likely to be cancelled out by opposite changes in the other. This has the effect of narrowing the distribution of the return, and is desirable if you are risk averse. This was the central point of the pioneering work of Harry Markowitz in the early 1950's (see Reference [2]). With the A+C portfolio, the correlation is positive, with changes in one likely to be amplified by similar changes in the other, hence the wide distribution. This is the least desirable for the risk averse investor. There is no correlation between B+ C, resulting in a distribution that is between the other two.

Page 8 of 9 It is also instructive to use the interactive common histogram. Use <Ctrl><PgUp> and <Ctrl><PgDn> to cycle through the histograms. Summary In this section we introduced the concept of an indicator variable whose average estimated the probability that an event would occur.

Page 9 of 9 We used resampling to simulate a distribution based on historical data and demonstrated the importance of capturing statistical dependence if present. Finally we showed how to generate Multivariate Normal random variables using their means and covariance matrix.