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

Size: px
Start display at page:

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

Transcription

1 Stochastic Models Statistics Walt Pohl Universität Zürich Department of Business Administration February 28, 2013

2 The Value of Statistics Business people tend to underestimate the value of statistics. Statistics allows us to learn from history. Finance people tend to overestimate the value of statistics. History rarely repeats itself exactly. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

3 Statistical Methods 1 Method of moments 2 Maximum likelihood 3 Regression 4 many more... Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

4 Method of moments Simplest (and oldest) method of doing statistics. Pick some moments (usually mean and variance), and match with the data. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

5 Example: Lognormal Model of Stock Prices 1 Changes in stock prices are unpredictable. 2 Modeled by random changes in the growth rate. 3 We assume these random changes can be modeled by a lognormal distribution. In other words, if S t is the stock price, then the log growth rate, log S t+1 /S t is normally distributed. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

6 Example: Lognormal Model of Stock Prices The model can be written as log S t+1 = µ + log S t + ɛ t+1, where ɛ t is normally distributed Normal(0, σ 2 ). In financial circles, the variance or standard deviation is known as the volatility. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

7 Example: Lognormal Model of Stock Prices, cont d This model has two parameters, the mean µ and variance σ 2, both of which can be computed from moments. (We usually work with the standard deviation, since the variances are usually tiny.) Example: S&P 500 index. Mean = Standard Deviation = Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

8 Example: Lognormal Model of Stock Prices, cont d Is this a good model? No! 1 Distribution is fatter tails than the normal: more extreme events than predicted by the normal distribution. 2 Variances themselves vary over time. We consider the second. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

9 Example: The EWMA Volatility Model Forecasting is the art of predicting the future from today. The easiest, and frequently most successful, method is to predict that the future will be like the recent past. The exponentially-weighted moving average (EWMA) model for forecasting volatility is a simple example. We forecast tomorrow s volatility by a weighted sum of today s forecast and today s observation Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

10 Example: The EWMA Volatility Model, cont d Let σ 2 t be the variance of ɛ t for period t. Then the EWMA forecast is But how do we find λ? σ 2 t = λσ 2 t 1 + (1 λ)ɛ 2 t. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

11 Maximum Likelihood Estimation Maximum likelihood estimation is a general-purpose method for estimating parameters in models. One limitation: you must completely specify your probability distributions. (Here we must specify that ɛ t is normally distributed). Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

12 From PDF to Likelihood A probability density function (PDF) depends on 1 parameters 2 data Once we plug in the data, we get a function of the parameters alone the likelihood. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

13 Example: the Normal Distribution Recall the PDF of the normal distribution, Normal(µ, σ): 1 e (x µ)2 2σ 2 2πσ 2 If we have N independent draws, of a normal random variable with unknown mean µ and variance σ. ( ) N 1 e (x i µ) 2 2σ 2 2πσ 2 We choose as our estimates the µ and σ to maximize this expression. This is the maximum likelihood estimate (MLE). Walt Pohl (UZH QBA) Stochastic Models February 28, / 23 i

14 Example: the Normal Distribution, cont d. We can actually compute the MLE for the normal distribution explicitly: µ MLE = σ 2 MLE = N x i /N i N (x i µ MLE ) 2 /N i These are the sample mean and standard deviation. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

15 Likelihood for EWMA The likelihood for the EWMA is similar, but now σ i depends on the data. Let ɛ i = log S i+1 log S i α (where α is the sample mean). Then, given lambda, we know that σ 2 i = λσ 2 i 1 + (1 λ)ɛ 2 i. The (log) likelihood is then just ( ɛi 2σ 2 1 ) i i 2 log(2πσ2 i ) We must resort to numerical methods to maximize this expression. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

16 Linear Regression Linear regression is a technique for finding linear relationships between variables, Y t = α + βx t + ɛ Requires no distributional assumptions about Y t or X t. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

17 Example: Capital Asset Pricing Model Model to explain stock returns. Investors make money on the stock market from: 1 Dividends, D t actual case payments to investors. 2 Capital gains, S t S t 1 price changes in the stock. CAPM models total returns R t R t = S t + D t S t 1 S t 1. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

18 Example: Capital Asset Pricing Model, cont d 1 Investors always have an alternative investment available: risk-free government bonds. 2 The important quantity to explain, then, is excess returns, the return over the risk-free rate R f. 3 The Capital Asset Pricing Model claims that excess returns for a stock are (up to an error term), a linear function of the excess returns on the total market. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

19 Example: Capital Asset Pricing Model, cont d Let R M be return on the market. Then the CAPM says R R f = β (R M R f ) + ɛ CAPM is usually estimated using linear regression: R R f = α + β (R M R f ) + ɛ. Note the extra α. CAPM predicts α = 0. For market return we use the return on a broad-based index, such as the S&P 500 for US stocks. In the example, I use the CRSP value-weighted index, which includes all stock traded on the major US exchanges. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

20 Failures of the CAPM The CAPM is wildly popular, but doesn t have a good track record. Well-known failures include: Stocks for small firms do better than expected, large firms do worse than expected. Stocks for value firms firms with lots of assets for their size do better than growth firms firms few assets for their size. Here size means total market capitalization the cost of buying up all of the firms s stock. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

21 Example: Fama-French 3 Factor Model The main academic alternative to CAPM is factor models. Define several additional return differences, and compute several betas using multivariate regression. The Fama-French 3 factor model uses Market factor return on market minus risk-free rate (just like CAPM). SMB return on small stocks minus return on big stocks. HML return on value stocks minus return on growth stocks. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

22 Beyond Classical Econometrics Traditional statistics depends on stringent assumptions. Maximum likelihood requires specifying a distribution. Linear regression requires positing a linear relationship. There s essentially no reason to believe in these assumptions. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

23 Big Data There are newer techniques that go under the generic name of machine learning. They require Lots of data. Computer power. We will discuss these techniques more later. Walt Pohl (UZH QBA) Stochastic Models February 28, / 23

Stochastic Models. Introduction to Derivatives. Walt Pohl. April 10, Department of Business Administration

Stochastic Models. Introduction to Derivatives. Walt Pohl. April 10, Department of Business Administration Stochastic Models Introduction to Derivatives Walt Pohl Universität Zürich Department of Business Administration April 10, 2013 Decision Making, The Easy Case There is one case where deciding between two

More information

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples 1.3 Regime switching models A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples (or regimes). If the dates, the

More information

Optimal Portfolio Inputs: Various Methods

Optimal Portfolio Inputs: Various Methods Optimal Portfolio Inputs: Various Methods Prepared by Kevin Pei for The Fund @ Sprott Abstract: In this document, I will model and back test our portfolio with various proposed models. It goes without

More information

Point Estimation. Copyright Cengage Learning. All rights reserved.

Point Estimation. Copyright Cengage Learning. All rights reserved. 6 Point Estimation Copyright Cengage Learning. All rights reserved. 6.2 Methods of Point Estimation Copyright Cengage Learning. All rights reserved. Methods of Point Estimation The definition of unbiasedness

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER Two hours MATH20802 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER STATISTICAL METHODS Answer any FOUR of the SIX questions.

More information

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN EXAMINATION

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN EXAMINATION INSTITUTE AND FACULTY OF ACTUARIES Curriculum 2019 SPECIMEN EXAMINATION Subject CS1A Actuarial Statistics Time allowed: Three hours and fifteen minutes INSTRUCTIONS TO THE CANDIDATE 1. Enter all the candidate

More information

Chapter 4: Asymptotic Properties of MLE (Part 3)

Chapter 4: Asymptotic Properties of MLE (Part 3) Chapter 4: Asymptotic Properties of MLE (Part 3) Daniel O. Scharfstein 09/30/13 1 / 1 Breakdown of Assumptions Non-Existence of the MLE Multiple Solutions to Maximization Problem Multiple Solutions to

More information

1. You are given the following information about a stationary AR(2) model:

1. You are given the following information about a stationary AR(2) model: Fall 2003 Society of Actuaries **BEGINNING OF EXAMINATION** 1. You are given the following information about a stationary AR(2) model: (i) ρ 1 = 05. (ii) ρ 2 = 01. Determine φ 2. (A) 0.2 (B) 0.1 (C) 0.4

More information

Z. Wahab ENMG 625 Financial Eng g II 04/26/12. Volatility Smiles

Z. Wahab ENMG 625 Financial Eng g II 04/26/12. Volatility Smiles Z. Wahab ENMG 625 Financial Eng g II 04/26/12 Volatility Smiles The Problem with Volatility We cannot see volatility the same way we can see stock prices or interest rates. Since it is a meta-measure (a

More information

Risk Premia and the Conditional Tails of Stock Returns

Risk Premia and the Conditional Tails of Stock Returns Risk Premia and the Conditional Tails of Stock Returns Bryan Kelly NYU Stern and Chicago Booth Outline Introduction An Economic Framework Econometric Methodology Empirical Findings Conclusions Tail Risk

More information

John Hull, Risk Management and Financial Institutions, 4th Edition

John Hull, Risk Management and Financial Institutions, 4th Edition P1.T2. Quantitative Analysis John Hull, Risk Management and Financial Institutions, 4th Edition Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Chapter 10: Volatility (Learning objectives)

More information

Modelling Returns: the CER and the CAPM

Modelling Returns: the CER and the CAPM Modelling Returns: the CER and the CAPM Carlo Favero Favero () Modelling Returns: the CER and the CAPM 1 / 20 Econometric Modelling of Financial Returns Financial data are mostly observational data: they

More information

Can Rare Events Explain the Equity Premium Puzzle?

Can Rare Events Explain the Equity Premium Puzzle? Can Rare Events Explain the Equity Premium Puzzle? Christian Julliard and Anisha Ghosh Working Paper 2008 P t d b J L i f NYU A t P i i Presented by Jason Levine for NYU Asset Pricing Seminar, Fall 2009

More information

Lecture 10: Point Estimation

Lecture 10: Point Estimation Lecture 10: Point Estimation MSU-STT-351-Sum-17B (P. Vellaisamy: MSU-STT-351-Sum-17B) Probability & Statistics for Engineers 1 / 31 Basic Concepts of Point Estimation A point estimate of a parameter θ,

More information

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL Isariya Suttakulpiboon MSc in Risk Management and Insurance Georgia State University, 30303 Atlanta, Georgia Email: suttakul.i@gmail.com,

More information

By-Peril Deductible Factors

By-Peril Deductible Factors By-Peril Deductible Factors Luyang Fu, Ph.D., FCAS Jerry Han, Ph.D., ASA March 17 th 2010 State Auto is one of only 13 companies to earn an A+ Rating by AM Best every year since 1954! Agenda Introduction

More information

Portfolio Risk Management and Linear Factor Models

Portfolio Risk Management and Linear Factor Models Chapter 9 Portfolio Risk Management and Linear Factor Models 9.1 Portfolio Risk Measures There are many quantities introduced over the years to measure the level of risk that a portfolio carries, and each

More information

Probability Weighted Moments. Andrew Smith

Probability Weighted Moments. Andrew Smith Probability Weighted Moments Andrew Smith andrewdsmith8@deloitte.co.uk 28 November 2014 Introduction If I asked you to summarise a data set, or fit a distribution You d probably calculate the mean and

More information

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

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

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 6 Point Estimation Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Point Estimation Statistical inference: directed toward conclusions about one or more parameters. We will use the generic

More information

Applied Statistics I

Applied Statistics I Applied Statistics I Liang Zhang Department of Mathematics, University of Utah July 14, 2008 Liang Zhang (UofU) Applied Statistics I July 14, 2008 1 / 18 Point Estimation Liang Zhang (UofU) Applied Statistics

More information

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

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should Mathematics of Finance Final Preparation December 19 To be thoroughly prepared for the final exam, you should 1. know how to do the homework problems. 2. be able to provide (correct and complete!) definitions

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

ADVANCED OPERATIONAL RISK MODELLING IN BANKS AND INSURANCE COMPANIES

ADVANCED OPERATIONAL RISK MODELLING IN BANKS AND INSURANCE COMPANIES Small business banking and financing: a global perspective Cagliari, 25-26 May 2007 ADVANCED OPERATIONAL RISK MODELLING IN BANKS AND INSURANCE COMPANIES C. Angela, R. Bisignani, G. Masala, M. Micocci 1

More information

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

Two Hours. Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER. 22 January :00 16:00 Two Hours MATH38191 Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER STATISTICAL MODELLING IN FINANCE 22 January 2015 14:00 16:00 Answer ALL TWO questions

More information

CS340 Machine learning Bayesian model selection

CS340 Machine learning Bayesian model selection CS340 Machine learning Bayesian model selection Bayesian model selection Suppose we have several models, each with potentially different numbers of parameters. Example: M0 = constant, M1 = straight line,

More information

Module 3: Factor Models

Module 3: Factor Models Module 3: Factor Models (BUSFIN 4221 - Investments) Andrei S. Gonçalves 1 1 Finance Department The Ohio State University Fall 2016 1 Module 1 - The Demand for Capital 2 Module 1 - The Supply of Capital

More information

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

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 5, 2015

More information

Regret-based Selection

Regret-based Selection Regret-based Selection David Puelz (UT Austin) Carlos M. Carvalho (UT Austin) P. Richard Hahn (Chicago Booth) May 27, 2017 Two problems 1. Asset pricing: What are the fundamental dimensions (risk factors)

More information

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

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. Summary of the previous lecture Moments of a distribubon Measures of

More information

The mean-variance portfolio choice framework and its generalizations

The mean-variance portfolio choice framework and its generalizations The mean-variance portfolio choice framework and its generalizations Prof. Massimo Guidolin 20135 Theory of Finance, Part I (Sept. October) Fall 2014 Outline and objectives The backward, three-step solution

More information

Back to estimators...

Back to estimators... Back to estimators... So far, we have: Identified estimators for common parameters Discussed the sampling distributions of estimators Introduced ways to judge the goodness of an estimator (bias, MSE, etc.)

More information

Applied Macro Finance

Applied Macro Finance Master in Money and Finance Goethe University Frankfurt Week 2: Factor models and the cross-section of stock returns Fall 2012/2013 Please note the disclaimer on the last page Announcements Next week (30

More information

GOV 2001/ 1002/ E-200 Section 3 Inference and Likelihood

GOV 2001/ 1002/ E-200 Section 3 Inference and Likelihood GOV 2001/ 1002/ E-200 Section 3 Inference and Likelihood Anton Strezhnev Harvard University February 10, 2016 1 / 44 LOGISTICS Reading Assignment- Unifying Political Methodology ch 4 and Eschewing Obfuscation

More information

Course information FN3142 Quantitative finance

Course information FN3142 Quantitative finance Course information 015 16 FN314 Quantitative finance This course is aimed at students interested in obtaining a thorough grounding in market finance and related empirical methods. Prerequisite If taken

More information

Estimating the Parameters of Closed Skew-Normal Distribution Under LINEX Loss Function

Estimating the Parameters of Closed Skew-Normal Distribution Under LINEX Loss Function Australian Journal of Basic Applied Sciences, 5(7): 92-98, 2011 ISSN 1991-8178 Estimating the Parameters of Closed Skew-Normal Distribution Under LINEX Loss Function 1 N. Abbasi, 1 N. Saffari, 2 M. Salehi

More information

Introduction to the Maximum Likelihood Estimation Technique. September 24, 2015

Introduction to the Maximum Likelihood Estimation Technique. September 24, 2015 Introduction to the Maximum Likelihood Estimation Technique September 24, 2015 So far our Dependent Variable is Continuous That is, our outcome variable Y is assumed to follow a normal distribution having

More information

Bivariate Birnbaum-Saunders Distribution

Bivariate Birnbaum-Saunders Distribution Department of Mathematics & Statistics Indian Institute of Technology Kanpur January 2nd. 2013 Outline 1 Collaborators 2 3 Birnbaum-Saunders Distribution: Introduction & Properties 4 5 Outline 1 Collaborators

More information

Applied Macro Finance

Applied Macro Finance Master in Money and Finance Goethe University Frankfurt Week 8: From factor models to asset pricing Fall 2012/2013 Please note the disclaimer on the last page Announcements Solution to exercise 1 of problem

More information

Analysis of truncated data with application to the operational risk estimation

Analysis of truncated data with application to the operational risk estimation Analysis of truncated data with application to the operational risk estimation Petr Volf 1 Abstract. Researchers interested in the estimation of operational risk often face problems arising from the structure

More information

ECE 340 Probabilistic Methods in Engineering M/W 3-4:15. Lecture 10: Continuous RV Families. Prof. Vince Calhoun

ECE 340 Probabilistic Methods in Engineering M/W 3-4:15. Lecture 10: Continuous RV Families. Prof. Vince Calhoun ECE 340 Probabilistic Methods in Engineering M/W 3-4:15 Lecture 10: Continuous RV Families Prof. Vince Calhoun 1 Reading This class: Section 4.4-4.5 Next class: Section 4.6-4.7 2 Homework 3.9, 3.49, 4.5,

More information

Non-informative Priors Multiparameter Models

Non-informative Priors Multiparameter Models Non-informative Priors Multiparameter Models Statistics 220 Spring 2005 Copyright c 2005 by Mark E. Irwin Prior Types Informative vs Non-informative There has been a desire for a prior distributions that

More information

Statistical Intervals (One sample) (Chs )

Statistical Intervals (One sample) (Chs ) 7 Statistical Intervals (One sample) (Chs 8.1-8.3) Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to normally distributed with expected value µ and

More information

Statistical estimation

Statistical estimation Statistical estimation Statistical modelling: theory and practice Gilles Guillot gigu@dtu.dk September 3, 2013 Gilles Guillot (gigu@dtu.dk) Estimation September 3, 2013 1 / 27 1 Introductory example 2

More information

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise.

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise. Math 224 Q Exam 3A Fall 217 Tues Dec 12 Version A Problem 1. Let X be the continuous random variable defined by the following pdf: { 1 x/2 when x 2, f(x) otherwise. (a) Compute the mean µ E[X]. E[X] x

More information

Index Models and APT

Index Models and APT Index Models and APT (Text reference: Chapter 8) Index models Parameter estimation Multifactor models Arbitrage Single factor APT Multifactor APT Index models predate CAPM, originally proposed as a simplification

More information

Exam 2 Spring 2015 Statistics for Applications 4/9/2015

Exam 2 Spring 2015 Statistics for Applications 4/9/2015 18.443 Exam 2 Spring 2015 Statistics for Applications 4/9/2015 1. True or False (and state why). (a). The significance level of a statistical test is not equal to the probability that the null hypothesis

More information

Econometric Methods for Valuation Analysis

Econometric Methods for Valuation Analysis Econometric Methods for Valuation Analysis Margarita Genius Dept of Economics M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, 2017 1 / 25 Outline We will consider econometric

More information

Stochastic Models. Credit Risk. Walt Pohl. May 16, Department of Business Administration

Stochastic Models. Credit Risk. Walt Pohl. May 16, Department of Business Administration Stochastic Models Credit Risk Walt Pohl Universität Zürich Department of Business Administration May 16, 2013 Default From the point of view of a lender, debt pays a fixed amount at predictable times,

More information

4-1. Chapter 4. Commonly Used Distributions by The McGraw-Hill Companies, Inc. All rights reserved.

4-1. Chapter 4. Commonly Used Distributions by The McGraw-Hill Companies, Inc. All rights reserved. 4-1 Chapter 4 Commonly Used Distributions 2014 by The Companies, Inc. All rights reserved. Section 4.1: The Bernoulli Distribution 4-2 We use the Bernoulli distribution when we have an experiment which

More information

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی یادگیري ماشین توزیع هاي نمونه و تخمین نقطه اي پارامترها Sampling Distributions and Point Estimation of Parameter (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی درس هفتم 1 Outline Introduction

More information

Portfolio Management Under Epistemic Uncertainty Using Stochastic Dominance and Information-Gap Theory

Portfolio Management Under Epistemic Uncertainty Using Stochastic Dominance and Information-Gap Theory Portfolio Management Under Epistemic Uncertainty Using Stochastic Dominance and Information-Gap Theory D. Berleant, L. Andrieu, J.-P. Argaud, F. Barjon, M.-P. Cheong, M. Dancre, G. Sheble, and C.-C. Teoh

More information

Financial Risk Management

Financial Risk Management Financial Risk Management Professor: Thierry Roncalli Evry University Assistant: Enareta Kurtbegu Evry University Tutorial exercices #4 1 Correlation and copulas 1. The bivariate Gaussian copula is given

More information

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi Chapter 4: Commonly Used Distributions Statistics for Engineers and Scientists Fourth Edition William Navidi 2014 by Education. This is proprietary material solely for authorized instructor use. Not authorized

More information

Commonly Used Distributions

Commonly Used Distributions Chapter 4: Commonly Used Distributions 1 Introduction Statistical inference involves drawing a sample from a population and analyzing the sample data to learn about the population. We often have some knowledge

More information

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days 1. Introduction Richard D. Christie Department of Electrical Engineering Box 35500 University of Washington Seattle, WA 98195-500 christie@ee.washington.edu

More information

Betting Against Beta: A State-Space Approach

Betting Against Beta: A State-Space Approach Betting Against Beta: A State-Space Approach An Alternative to Frazzini and Pederson (2014) David Puelz and Long Zhao UT McCombs April 20, 2015 Overview Background Frazzini and Pederson (2014) A State-Space

More information

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

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality Point Estimation Some General Concepts of Point Estimation Statistical inference = conclusions about parameters Parameters == population characteristics A point estimate of a parameter is a value (based

More information

FINA 695 Assignment 1 Simon Foucher

FINA 695 Assignment 1 Simon Foucher Answer the following questions. Show your work. Due in the class on March 29. (postponed 1 week) You are expected to do the assignment on your own. Please do not take help from others. 1. (a) The current

More information

The Econometrics of Financial Returns

The Econometrics of Financial Returns The Econometrics of Financial Returns Carlo Favero December 2017 Favero () The Econometrics of Financial Returns December 2017 1 / 55 The Econometrics of Financial Returns Predicting the distribution of

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

Measuring Performance with Factor Models

Measuring Performance with Factor Models Measuring Performance with Factor Models Bernt Arne Ødegaard February 21, 2017 The Jensen alpha Does the return on a portfolio/asset exceed its required return? α p = r p required return = r p ˆr p To

More information

Problem set 5. Asset pricing. Markus Roth. Chair for Macroeconomics Johannes Gutenberg Universität Mainz. Juli 5, 2010

Problem set 5. Asset pricing. Markus Roth. Chair for Macroeconomics Johannes Gutenberg Universität Mainz. Juli 5, 2010 Problem set 5 Asset pricing Markus Roth Chair for Macroeconomics Johannes Gutenberg Universität Mainz Juli 5, 200 Markus Roth (Macroeconomics 2) Problem set 5 Juli 5, 200 / 40 Contents Problem 5 of problem

More information

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29 Chapter 5 Univariate time-series analysis () Chapter 5 Univariate time-series analysis 1 / 29 Time-Series Time-series is a sequence fx 1, x 2,..., x T g or fx t g, t = 1,..., T, where t is an index denoting

More information

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems Interval estimation September 29, 2017 STAT 151 Class 7 Slide 1 Outline of Topics 1 Basic ideas 2 Sampling variation and CLT 3 Interval estimation using X 4 More general problems STAT 151 Class 7 Slide

More information

Arbitrage Pricing Theory and Multifactor Models of Risk and Return

Arbitrage Pricing Theory and Multifactor Models of Risk and Return Arbitrage Pricing Theory and Multifactor Models of Risk and Return Recap : CAPM Is a form of single factor model (one market risk premium) Based on a set of assumptions. Many of which are unrealistic One

More information

Question from Session Two

Question from Session Two 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

More information

Statistics and Their Distributions

Statistics and Their Distributions Statistics and Their Distributions Deriving Sampling Distributions Example A certain system consists of two identical components. The life time of each component is supposed to have an expentional distribution

More information

Probability Theory. Probability and Statistics for Data Science CSE594 - Spring 2016

Probability Theory. Probability and Statistics for Data Science CSE594 - Spring 2016 Probability Theory Probability and Statistics for Data Science CSE594 - Spring 2016 What is Probability? 2 What is Probability? Examples outcome of flipping a coin (seminal example) amount of snowfall

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 7 Estimation: Single Population Copyright 010 Pearson Education, Inc. Publishing as Prentice Hall Ch. 7-1 Confidence Intervals Contents of this chapter: Confidence

More information

Department of Finance Working Paper Series

Department of Finance Working Paper Series NEW YORK UNIVERSITY LEONARD N. STERN SCHOOL OF BUSINESS Department of Finance Working Paper Series FIN-03-005 Does Mutual Fund Performance Vary over the Business Cycle? Anthony W. Lynch, Jessica Wachter

More information

FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS

FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS Available Online at ESci Journals Journal of Business and Finance ISSN: 305-185 (Online), 308-7714 (Print) http://www.escijournals.net/jbf FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS Reza Habibi*

More information

Importance Sampling for Option Pricing. Steven R. Dunbar. Put Options. Monte Carlo Method. Importance. Sampling. Examples.

Importance Sampling for Option Pricing. Steven R. Dunbar. Put Options. Monte Carlo Method. Importance. Sampling. Examples. for for January 25, 2016 1 / 26 Outline for 1 2 3 4 2 / 26 Put Option for A put option is the right to sell an asset at an established price at a certain time. The established price is the strike price,

More information

Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty

Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty Gary Schurman MB, CFA August, 2012 The Capital Asset Pricing Model CAPM is used to estimate the required rate of return

More information

Loss Simulation Model Testing and Enhancement

Loss Simulation Model Testing and Enhancement Loss Simulation Model Testing and Enhancement Casualty Loss Reserve Seminar By Kailan Shang Sept. 2011 Agenda Research Overview Model Testing Real Data Model Enhancement Further Development Enterprise

More information

The Bernoulli distribution

The Bernoulli distribution This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial.

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial. Lecture 21,22, 23 Text: A Course in Probability by Weiss 8.5 STAT 225 Introduction to Probability Models March 31, 2014 Standard Sums of Whitney Huang Purdue University 21,22, 23.1 Agenda 1 2 Standard

More information

Using Fat Tails to Model Gray Swans

Using Fat Tails to Model Gray Swans Using Fat Tails to Model Gray Swans Paul D. Kaplan, Ph.D., CFA Vice President, Quantitative Research Morningstar, Inc. 2008 Morningstar, Inc. All rights reserved. Swans: White, Black, & Gray The Black

More information

Continuous Distributions

Continuous Distributions Quantitative Methods 2013 Continuous Distributions 1 The most important probability distribution in statistics is the normal distribution. Carl Friedrich Gauss (1777 1855) Normal curve A normal distribution

More information

Principles of Finance

Principles of Finance Principles of Finance Grzegorz Trojanowski Lecture 7: Arbitrage Pricing Theory Principles of Finance - Lecture 7 1 Lecture 7 material Required reading: Elton et al., Chapter 16 Supplementary reading: Luenberger,

More information

Chapter 8 Statistical Intervals for a Single Sample

Chapter 8 Statistical Intervals for a Single Sample Chapter 8 Statistical Intervals for a Single Sample Part 1: Confidence intervals (CI) for population mean µ Section 8-1: CI for µ when σ 2 known & drawing from normal distribution Section 8-1.2: Sample

More information

ECE 295: Lecture 03 Estimation and Confidence Interval

ECE 295: Lecture 03 Estimation and Confidence Interval ECE 295: Lecture 03 Estimation and Confidence Interval Spring 2018 Prof Stanley Chan School of Electrical and Computer Engineering Purdue University 1 / 23 Theme of this Lecture What is Estimation? You

More information

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

Hedging Under Jump Diffusions with Transaction Costs. Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo Hedging Under Jump Diffusions with Transaction Costs Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo Computational Finance Workshop, Shanghai, July 4, 2008 Overview Overview Single factor

More information

Tests for One Variance

Tests for One Variance Chapter 65 Introduction Occasionally, researchers are interested in the estimation of the variance (or standard deviation) rather than the mean. This module calculates the sample size and performs power

More information

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is Normal Distribution Normal Distribution Definition A continuous rv X is said to have a normal distribution with parameter µ and σ (µ and σ 2 ), where < µ < and σ > 0, if the pdf of X is f (x; µ, σ) = 1

More information

The Capital Asset Pricing Model

The Capital Asset Pricing Model INTRO TO PORTFOLIO RISK MANAGEMENT IN PYTHON The Capital Asset Pricing Model Dakota Wixom Quantitative Analyst QuantCourse.com The Founding Father of Asset Pricing Models CAPM The Capital Asset Pricing

More information

Objective Bayesian Analysis for Heteroscedastic Regression

Objective Bayesian Analysis for Heteroscedastic Regression Analysis for Heteroscedastic Regression & Esther Salazar Universidade Federal do Rio de Janeiro Colóquio Inter-institucional: Modelos Estocásticos e Aplicações 2009 Collaborators: Marco Ferreira and Thais

More information

Homework Problems Stat 479

Homework Problems Stat 479 Chapter 10 91. * A random sample, X1, X2,, Xn, is drawn from a distribution with a mean of 2/3 and a variance of 1/18. ˆ = (X1 + X2 + + Xn)/(n-1) is the estimator of the distribution mean θ. Find MSE(

More information

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial Lecture 23 STAT 225 Introduction to Probability Models April 4, 2014 approximation Whitney Huang Purdue University 23.1 Agenda 1 approximation 2 approximation 23.2 Characteristics of the random variable:

More information

Empirical Evidence. r Mt r ft e i. now do second-pass regression (cross-sectional with N 100): r i r f γ 0 γ 1 b i u i

Empirical Evidence. r Mt r ft e i. now do second-pass regression (cross-sectional with N 100): r i r f γ 0 γ 1 b i u i Empirical Evidence (Text reference: Chapter 10) Tests of single factor CAPM/APT Roll s critique Tests of multifactor CAPM/APT The debate over anomalies Time varying volatility The equity premium puzzle

More information

Chapter 8: CAPM. 1. Single Index Model. 2. Adding a Riskless Asset. 3. The Capital Market Line 4. CAPM. 5. The One-Fund Theorem

Chapter 8: CAPM. 1. Single Index Model. 2. Adding a Riskless Asset. 3. The Capital Market Line 4. CAPM. 5. The One-Fund Theorem Chapter 8: CAPM 1. Single Index Model 2. Adding a Riskless Asset 3. The Capital Market Line 4. CAPM 5. The One-Fund Theorem 6. The Characteristic Line 7. The Pricing Model Single Index Model 1 1. Covariance

More information

Risk Management and Time Series

Risk Management and Time Series IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh Risk Management and Time Series Time series models are often employed in risk management applications. They can be used to estimate

More information

1 Asset Pricing: Replicating portfolios

1 Asset Pricing: Replicating portfolios Alberto Bisin Corporate Finance: Lecture Notes Class 1: Valuation updated November 17th, 2002 1 Asset Pricing: Replicating portfolios Consider an economy with two states of nature {s 1, s 2 } and with

More information

Lecture III. 1. common parametric models 2. model fitting 2a. moment matching 2b. maximum likelihood 3. hypothesis testing 3a. p-values 3b.

Lecture III. 1. common parametric models 2. model fitting 2a. moment matching 2b. maximum likelihood 3. hypothesis testing 3a. p-values 3b. Lecture III 1. common parametric models 2. model fitting 2a. moment matching 2b. maximum likelihood 3. hypothesis testing 3a. p-values 3b. simulation Parameters Parameters are knobs that control the amount

More information

STAT 509: Statistics for Engineers Dr. Dewei Wang. Copyright 2014 John Wiley & Sons, Inc. All rights reserved.

STAT 509: Statistics for Engineers Dr. Dewei Wang. Copyright 2014 John Wiley & Sons, Inc. All rights reserved. STAT 509: Statistics for Engineers Dr. Dewei Wang Applied Statistics and Probability for Engineers Sixth Edition Douglas C. Montgomery George C. Runger 7 Point CHAPTER OUTLINE 7-1 Point Estimation 7-2

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Value at Risk Gerald P. Dwyer Trinity College, Dublin January 2016 Outline 1 Value at Risk Introduction VaR RiskMetrics TM Summary Risk What do we mean by risk? Dictionary: possibility

More information

Predictability of Stock Returns

Predictability of Stock Returns Predictability of Stock Returns Ahmet Sekreter 1 1 Faculty of Administrative Sciences and Economics, Ishik University, Iraq Correspondence: Ahmet Sekreter, Ishik University, Iraq. Email: ahmet.sekreter@ishik.edu.iq

More information

An Analysis of Theories on Stock Returns

An Analysis of Theories on Stock Returns An Analysis of Theories on Stock Returns Ahmet Sekreter 1 1 Faculty of Administrative Sciences and Economics, Ishik University, Erbil, Iraq Correspondence: Ahmet Sekreter, Ishik University, Erbil, Iraq.

More information

Point Estimation. Principle of Unbiased Estimation. When choosing among several different estimators of θ, select one that is unbiased.

Point Estimation. Principle of Unbiased Estimation. When choosing among several different estimators of θ, select one that is unbiased. Point Estimation Point Estimation Definition A point estimate of a parameter θ is a single number that can be regarded as a sensible value for θ. A point estimate is obtained by selecting a suitable statistic

More information