The Taboga Options Pricing Model

Size: px
Start display at page:

Download "The Taboga Options Pricing Model"

Transcription

1 The Taboga Options Pricing Model with applications Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International License

2 Remember with our assumptions we imply a log-normal distribution... which we can show as a true log-linear distribution as shown on the left, or as a Gaussian distribution with a log-linear abscissa.

3 If rolling two dice, this is the probability of of any given sum (multiples of 1/36th) in decimals. This is symmetric of course

4 Two dice: If each roll is worth the face value of the roll times one dollar, this outcome has a $7 expected value. So what is a call option with a strike price of worth? Shown here are the bin values: the probability of being at that value times the value

5 According to our little Python program rollem.py, the value of the distribution above 8 is $3.89. If we split the gamble, that is what the top half is worth. But with a call option with a strike price of 8, we have to pay $8 for the right to accept any value above $

6 But what will an $8 call be worth?? Remember, a call option gives you the right to pay $8 for any value above $8. So although the payoff probability vector is the same as before, for each possible roll (upper abscissa) you have to calculate the net after paying $8 (bottom abscissa). In this case the call is worth $

7 Adjusting to a fair game.. Wikipedia tells us that if the log of X is normally distributed, then we can write X as (Z is a standard normal variable: The expected value of X (arithemetic mean), the mode and the median are: To write a call option model, we have to adjust the distribution such that the expected outcome of any single gamble is zero-sum.... from finutil_stu.py

8 Adding a drift component and value discounter to any model... This value discounter can be used to discount the present value of an anticipated dividend payment from the day of the dividend payment, and stays in the option value until the ex-dividend date.

9 standard deviations (or values) Calculating the value of the call option (brute force): (We will actually have to calculate both sides, partially to check our result, but also to complete the Aruba model. strike 1. Determine where the strike price is in terms of the SNPDF. 2. Calculate/sum all bin values to the right (brown)

10 What otranche does...

11 Of course we have this issue (red), which is going to give us a little bias... I know we can estimate the green with a Fourier process, but I doubt that will be our solution... Are any of you familiar with these tricks of integration?? We know this It would be trivial to estimate this Conclusion of March 5, 2017 (after some experimentation): This is simply not going to be an issue. Once the bin count gets up to, say, 23 (num=24 in binborder) the error drops to under a penny. Ideal binorder seems to be: binborder = np.linspace(0-5, 4.25, num=24) Why 4.25? If you want the bin count to be odd, which will center the middle bin (cause it to straddle the center), then num must be even (as above), the range when doubled and doubled again must produce an odd result.

12 Otranche the core method..

13 The breakdown for the call writer (relevant to Aruba) If you write a covered call starting with a $7 position, you have a bet worth the weighted value of all possible outcomes, which are: % probability 2. $8 at a probability of $3.11, the expected value of and roll between 2 and 7 (sum of blue columns), where the probability is embodied in the calculation (at 0.583) This equals $7, so this is a zerosum game at this call price Payoff is $8 no matter where you land in this region

Market Volatility and Risk Proxies

Market Volatility and Risk Proxies Market Volatility and Risk Proxies... an introduction to the concepts 019 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

More information

MA 1125 Lecture 14 - Expected Values. Wednesday, October 4, Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Wednesday, October 4, Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Wednesday, October 4, 27 Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

More information

Monte Carlo Simulations

Monte Carlo Simulations Is Uncle Norm's shot going to exhibit a Weiner Process? Knowing Uncle Norm, probably, with a random drift and huge volatility. Monte Carlo Simulations... of stock prices the primary model 2019 Gary R.

More information

The Black-Scholes-Merton Model

The Black-Scholes-Merton Model Normal (Gaussian) Distribution Probability Density 0.5 0. 0.15 0.1 0.05 0 1.1 1 0.9 0.8 0.7 0.6? 0.5 0.4 0.3 0. 0.1 0 3.6 5. 6.8 8.4 10 11.6 13. 14.8 16.4 18 Cumulative Probability Slide 13 in this slide

More information

2018 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.

2018 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4. The Aggregate Supply/Aggregate Demand Model 2018 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. 1 2

More information

Review. What is the probability of throwing two 6s in a row with a fair die? a) b) c) d) 0.333

Review. What is the probability of throwing two 6s in a row with a fair die? a) b) c) d) 0.333 Review In most card games cards are dealt without replacement. What is the probability of being dealt an ace and then a 3? Choose the closest answer. a) 0.0045 b) 0.0059 c) 0.0060 d) 0.1553 Review What

More information

The sloppy connection between ETPs and futures contracts

The sloppy connection between ETPs and futures contracts Old-fashioned is sometimes better than all this newfangled stuff... The sloppy connection between ETPs and futures contracts... and swaps, and why maybe you should stay away from these assets 2018 Gary

More information

... especially dynamic volatility

... especially dynamic volatility More about volatility...... especially dynamic volatility Add a little wind and we get a little increase in volatility. Add a hurricane and we get a huge increase in volatility. (c) 2017, Gary R. Evans

More information

Mean, Variance, and Expectation. Mean

Mean, Variance, and Expectation. Mean 3 Mean, Variance, and Expectation The mean, variance, and standard deviation for a probability distribution are computed differently from the mean, variance, and standard deviation for samples. This section

More information

... and swaps, and why maybe you

... and swaps, and why maybe you Old-fashioned is sometimes better than all this new- fangled stuff... The sloppy connection between ETPs and futures contracts... and swaps, and why maybe you should stay away from these assets 2017 Gary

More information

NOTES TO CONSIDER BEFORE ATTEMPTING EX 2C BOX PLOTS

NOTES TO CONSIDER BEFORE ATTEMPTING EX 2C BOX PLOTS NOTES TO CONSIDER BEFORE ATTEMPTING EX 2C BOX PLOTS A box plot is a pictorial representation of the data and can be used to get a good idea and a clear picture about the distribution of the data. It shows

More information

Copyright 2005 Pearson Education, Inc. Slide 6-1

Copyright 2005 Pearson Education, Inc. Slide 6-1 Copyright 2005 Pearson Education, Inc. Slide 6-1 Chapter 6 Copyright 2005 Pearson Education, Inc. Measures of Center in a Distribution 6-A The mean is what we most commonly call the average value. It is

More information

Fall 2015 Math 141:505 Exam 3 Form A

Fall 2015 Math 141:505 Exam 3 Form A Fall 205 Math 4:505 Exam 3 Form A Last Name: First Name: Exam Seat #: UIN: On my honor, as an Aggie, I have neither given nor received unauthorized aid on this academic work Signature: INSTRUCTIONS Part

More information

Tuesday, December 12, 2017 Warm-up

Tuesday, December 12, 2017 Warm-up Tuesday, December 12, 2017 Warm-up In the board game Monopoly, one way to get out of jail is to roll doubles. The random variable of interest is Y=number of attempts it takes to roll doubles one time.

More information

NUMERACY BOOKLET: HELPFUL HINTS

NUMERACY BOOKLET: HELPFUL HINTS NUMERACY BOOKLET: HELPFUL HINTS ADDITION / SUBTRACTION Column Addition 38 + 26 = 64 38 Start at the right adding the + 26 64 units. Remember to carry over the tens, hundreds etc. Column Subtraction 138-65

More information

Test - Sections 11-13

Test - Sections 11-13 Test - Sections 11-13 version 1 You have just been offered a job with medical benefits. In talking with the insurance salesperson you learn that the insurer uses the following probability calculations:

More information

INF FALL NATURAL LANGUAGE PROCESSING. Jan Tore Lønning, Lecture 3, 1.9

INF FALL NATURAL LANGUAGE PROCESSING. Jan Tore Lønning, Lecture 3, 1.9 1 INF5830 2015 FALL NATURAL LANGUAGE PROCESSING Jan Tore Lønning, Lecture 3, 1.9 Today: More statistics 2 Recap Probability distributions Categorical distributions Bernoulli trial Binomial distribution

More information

Commodity Futures and Options

Commodity Futures and Options Commodity Futures and Options ACE 428 Fall 2010 Dr. Mindy Mallory Mindy L. Mallory 2010 1 Synthetic Positions Synthetic positions You can create synthetic futures positions with options The combined payoff

More information

4.3 Normal distribution

4.3 Normal distribution 43 Normal distribution Prof Tesler Math 186 Winter 216 Prof Tesler 43 Normal distribution Math 186 / Winter 216 1 / 4 Normal distribution aka Bell curve and Gaussian distribution The normal distribution

More information

The Normal Probability Distribution

The Normal Probability Distribution 1 The Normal Probability Distribution Key Definitions Probability Density Function: An equation used to compute probabilities for continuous random variables where the output value is greater than zero

More information

( ) P = = =

( ) P = = = 1. On a lunch counter, there are 5 oranges and 6 apples. If 3 pieces of fruit are selected, find the probability that 1 orange and apples are selected. Order does not matter Combinations: 5C1 (1 ) 6C P

More information

1. You roll a six sided die two times. What is the probability that you do not get a three on either roll? 5/6 * 5/6 = 25/36.694

1. You roll a six sided die two times. What is the probability that you do not get a three on either roll? 5/6 * 5/6 = 25/36.694 Math 107 Review for final test 1. You roll a six sided die two times. What is the probability that you do not get a three on either roll? 5/6 * 5/6 = 25/36.694 2. Consider a box with 5 blue balls, 7 red

More information

Chapter 4. Probability Lecture 1 Sections: Fundamentals of Probability

Chapter 4. Probability Lecture 1 Sections: Fundamentals of Probability Chapter 4 Probability Lecture 1 Sections: 4.1 4.2 Fundamentals of Probability In discussing probabilities, we must take into consideration three things. Event: Any result or outcome from a procedure or

More information

Learning Goals: * Determining the expected value from a probability distribution. * Applying the expected value formula to solve problems.

Learning Goals: * Determining the expected value from a probability distribution. * Applying the expected value formula to solve problems. Learning Goals: * Determining the expected value from a probability distribution. * Applying the expected value formula to solve problems. The following are marks from assignments and tests in a math class.

More information

Stat 101 Exam 1 - Embers Important Formulas and Concepts 1

Stat 101 Exam 1 - Embers Important Formulas and Concepts 1 1 Chapter 1 1.1 Definitions Stat 101 Exam 1 - Embers Important Formulas and Concepts 1 1. Data Any collection of numbers, characters, images, or other items that provide information about something. 2.

More information

Homework 9 (for lectures on 4/2)

Homework 9 (for lectures on 4/2) Spring 2015 MTH122 Survey of Calculus and its Applications II Homework 9 (for lectures on 4/2) Yin Su 2015.4. Problems: 1. Suppose X, Y are discrete random variables with the following distributions: X

More information

The Vickrey-Clarke-Groves Mechanism

The Vickrey-Clarke-Groves Mechanism July 8, 2009 This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. Dealing with Externalities We saw that the Vickrey auction was no longer efficient when there

More information

4.25 ¾ 4.19 FG March 2018 Wheat ¾ Pivotal new Contract Low 4.02 ½ 5 day chart. Down from last week same day Daily chart... Down Weekly

4.25 ¾ 4.19 FG March 2018 Wheat ¾ Pivotal new Contract Low 4.02 ½ 5 day chart. Down from last week same day Daily chart... Down Weekly s 9:50 pm Chicago time 12/11/17 December 12, 2017 March 2018 Corn 3.56 3.52 ¾ FG --------------3.48 ¼ Pivotal new Contract Low 3.43 ¾ 5 day chart. Down from last week same day Daily chart. Down Weekly

More information

Trading Volatility Using Options: a French Case

Trading Volatility Using Options: a French Case Trading Volatility Using Options: a French Case Introduction Volatility is a key feature of financial markets. It is commonly used as a measure for risk and is a common an indicator of the investors fear

More information

Statistics vs. statistics

Statistics vs. statistics Statistics vs. statistics Question: What is Statistics (with a capital S)? Definition: Statistics is the science of collecting, organizing, summarizing and interpreting data. Note: There are 2 main ways

More information

Chapter 3: Probability Distributions and Statistics

Chapter 3: Probability Distributions and Statistics Chapter 3: Probability Distributions and Statistics Section 3.-3.3 3. Random Variables and Histograms A is a rule that assigns precisely one real number to each outcome of an experiment. We usually denote

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

Expectation Exercises.

Expectation Exercises. Expectation Exercises. Pages Problems 0 2,4,5,7 (you don t need to use trees, if you don t want to but they might help!), 9,-5 373 5 (you ll need to head to this page: http://phet.colorado.edu/sims/plinkoprobability/plinko-probability_en.html)

More information

value BE.104 Spring Biostatistics: Distribution and the Mean J. L. Sherley

value BE.104 Spring Biostatistics: Distribution and the Mean J. L. Sherley BE.104 Spring Biostatistics: Distribution and the Mean J. L. Sherley Outline: 1) Review of Variation & Error 2) Binomial Distributions 3) The Normal Distribution 4) Defining the Mean of a population Goals:

More information

Probability Models.S2 Discrete Random Variables

Probability Models.S2 Discrete Random Variables Probability Models.S2 Discrete Random Variables Operations Research Models and Methods Paul A. Jensen and Jonathan F. Bard Results of an experiment involving uncertainty are described by one or more random

More information

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal Econ 6900: Statistical Problems Instructor: Yogesh Uppal Email: yuppal@ysu.edu Lecture Slides 4 Random Variables Probability Distributions Discrete Distributions Discrete Uniform Probability Distribution

More information

... possibly the most important and least understood topic in finance

... possibly the most important and least understood topic in finance Correlation...... possibly the most important and least understood topic in finance 2017 Gary R. Evans. This lecture is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

More information

Read chapter 9 and review lecture 9ab from Econ 104 if you don t remember this stuff.

Read chapter 9 and review lecture 9ab from Econ 104 if you don t remember this stuff. Here is your teacher waiting for Steve Wynn to come on down so I could explain index options to him. He never showed so I guess that t he will have to download this lecture and figure it out like everyone

More information

Part 1 In which we meet the law of averages. The Law of Averages. The Expected Value & The Standard Error. Where Are We Going?

Part 1 In which we meet the law of averages. The Law of Averages. The Expected Value & The Standard Error. Where Are We Going? 1 The Law of Averages The Expected Value & The Standard Error Where Are We Going? Sums of random numbers The law of averages Box models for generating random numbers Sums of draws: the Expected Value Standard

More information

Mathematical Concepts Joysheet 1 MAT 117, Spring 2011 D. Ivanšić. Name: Show all your work!

Mathematical Concepts Joysheet 1 MAT 117, Spring 2011 D. Ivanšić. Name: Show all your work! Mathematical Concepts Joysheet 1 Use your calculator to compute each expression to 6 significant digits accuracy. Write down thesequence of keys youentered inorder to compute each expression. Donot roundnumbers

More information

Graphical and Tabular Methods in Descriptive Statistics. Descriptive Statistics

Graphical and Tabular Methods in Descriptive Statistics. Descriptive Statistics Graphical and Tabular Methods in Descriptive Statistics MATH 3342 Section 1.2 Descriptive Statistics n Graphs and Tables n Numerical Summaries Sections 1.3 and 1.4 1 Why graph data? n The amount of data

More information

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc.

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Chapter 8 Measures of Center Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Data that can only be integer

More information

Chapter 3. Descriptive Measures. Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 3, Slide 1

Chapter 3. Descriptive Measures. Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 3, Slide 1 Chapter 3 Descriptive Measures Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 3, Slide 1 Chapter 3 Descriptive Measures Mean, Median and Mode Copyright 2016, 2012, 2008 Pearson Education, Inc.

More information

10-3 Probability Distributions

10-3 Probability Distributions Identify the random variable in each distribution, and classify it as discrete or continuous. Explain your reasoning. 1. the number of pages linked to a Web page The random variable X is the number of

More information

Chapter 7. Random Variables

Chapter 7. Random Variables Chapter 7 Random Variables Making quantifiable meaning out of categorical data Toss three coins. What does the sample space consist of? HHH, HHT, HTH, HTT, TTT, TTH, THT, THH In statistics, we are most

More information

1. better to stick. 2. better to switch. 3. or does your second choice make no difference?

1. better to stick. 2. better to switch. 3. or does your second choice make no difference? The Monty Hall game Game show host Monty Hall asks you to choose one of three doors. Behind one of the doors is a new Porsche. Behind the other two doors there are goats. Monty knows what is behind each

More information

Source: All CPI numbers are from The Bureau of Labor Statistics

Source: All CPI numbers are from The Bureau of Labor Statistics Inflation, deflation, and interest rates... and the business cycle Source: All CPI numbers are from The Bureau of Labor Statistics 2018 Gary R. Evans. This slide set by Gary R. Evans is licensed under

More information

A.REPRESENTATION OF DATA

A.REPRESENTATION OF DATA A.REPRESENTATION OF DATA (a) GRAPHS : PART I Q: Why do we need a graph paper? Ans: You need graph paper to draw: (i) Histogram (ii) Cumulative Frequency Curve (iii) Frequency Polygon (iv) Box-and-Whisker

More information

Student Guide: RWC Simulation Lab. Free Market Educational Services: RWC Curriculum

Student Guide: RWC Simulation Lab. Free Market Educational Services: RWC Curriculum Free Market Educational Services: RWC Curriculum Student Guide: RWC Simulation Lab Table of Contents Getting Started... 4 Preferred Browsers... 4 Register for an Account:... 4 Course Key:... 4 The Student

More information

PRINTABLE VERSION. Quiz 10

PRINTABLE VERSION. Quiz 10 PRINTABLE VERSION Quiz 10 Question 1 The z-score associated with the 97.5 percent confidence interval is a) 2.160 b) 1.900 c) 2.241 d) 2.744 e) 1.960 Question 2 What will reduce the width of a confidence

More information

Section 8.1 Distributions of Random Variables

Section 8.1 Distributions of Random Variables Section 8.1 Distributions of Random Variables Random Variable A random variable is a rule that assigns a number to each outcome of a chance experiment. There are three types of random variables: 1. Finite

More information

Percentiles, STATA, Box Plots, Standardizing, and Other Transformations

Percentiles, STATA, Box Plots, Standardizing, and Other Transformations Percentiles, STATA, Box Plots, Standardizing, and Other Transformations Lecture 3 Reading: Sections 5.7 54 Remember, when you finish a chapter make sure not to miss the last couple of boxes: What Can Go

More information

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract Basic Data Analysis Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, 2013 Abstract Introduct the normal distribution. Introduce basic notions of uncertainty, probability, events,

More information

MATH 112 Section 7.3: Understanding Chance

MATH 112 Section 7.3: Understanding Chance MATH 112 Section 7.3: Understanding Chance Prof. Jonathan Duncan Walla Walla University Autumn Quarter, 2007 Outline 1 Introduction to Probability 2 Theoretical vs. Experimental Probability 3 Advanced

More information

STAT 3090 Test 2 - Version B Fall Student s Printed Name: PLEASE READ DIRECTIONS!!!!

STAT 3090 Test 2 - Version B Fall Student s Printed Name: PLEASE READ DIRECTIONS!!!! Student s Printed Name: Instructor: XID: Section #: Read each question very carefully. You are permitted to use a calculator on all portions of this exam. You are NOT allowed to use any textbook, notes,

More information

Valuing Investments A Statistical Perspective. Bob Stine Department of Statistics Wharton, University of Pennsylvania

Valuing Investments A Statistical Perspective. Bob Stine Department of Statistics Wharton, University of Pennsylvania Valuing Investments A Statistical Perspective Bob Stine, University of Pennsylvania Overview Principles Focus on returns, not cumulative value Remove market performance (CAPM) Watch for unseen volatility

More information

6.2 Normal Distribution. Normal Distributions

6.2 Normal Distribution. Normal Distributions 6.2 Normal Distribution Normal Distributions 1 Homework Read Sec 6-1, and 6-2. Make sure you have a good feel for the normal curve. Do discussion question p302 2 3 Objective Identify Complete normal model

More information

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Math 2311 Bekki George bekki@math.uh.edu Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Class webpage: http://www.math.uh.edu/~bekki/math2311.html Math 2311 Class

More information

allow alternatives if you can demonstrate a model to me that will not run on your laptop.

allow alternatives if you can demonstrate a model to me that will not run on your laptop. Econ 136 Second Exam Tips Spring 2014 1. Please remember that because of the honor code violation on the last exam (not in this class) that this exam must be taken in the room during exam hours no take-home

More information

Notes on a California Perspective of the Dairy Margin Protection Program (DMPP)

Notes on a California Perspective of the Dairy Margin Protection Program (DMPP) Notes on a California Perspective of the Dairy Margin Protection Program (DMPP) Leslie J. Butler Department of Agricultural & Resource Economics University of California-Davis If I were a California dairy

More information

STAT 157 HW1 Solutions

STAT 157 HW1 Solutions STAT 157 HW1 Solutions http://www.stat.ucla.edu/~dinov/courses_students.dir/10/spring/stats157.dir/ Problem 1. 1.a: (6 points) Determine the Relative Frequency and the Cumulative Relative Frequency (fill

More information

P1.T3. Financial Markets & Products. Hull, Options, Futures & Other Derivatives. Trading Strategies Involving Options

P1.T3. Financial Markets & Products. Hull, Options, Futures & Other Derivatives. Trading Strategies Involving Options P1.T3. Financial Markets & Products Hull, Options, Futures & Other Derivatives Trading Strategies Involving Options Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Trading Strategies Involving

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution January 31, 2018 Contents The Binomial Distribution The Normal Approximation to the Binomial The Binomial Hypothesis Test Computing Binomial Probabilities in R 30 Problems The

More information

MAT 4250: Lecture 1 Eric Chung

MAT 4250: Lecture 1 Eric Chung 1 MAT 4250: Lecture 1 Eric Chung 2Chapter 1: Impartial Combinatorial Games 3 Combinatorial games Combinatorial games are two-person games with perfect information and no chance moves, and with a win-or-lose

More information

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem 1.1.2 Normal distribution 1.1.3 Approimating binomial distribution by normal 2.1 Central Limit Theorem Prof. Tesler Math 283 Fall 216 Prof. Tesler 1.1.2-3, 2.1 Normal distribution Math 283 / Fall 216 1

More information

Confidence Intervals. σ unknown, small samples The t-statistic /22

Confidence Intervals. σ unknown, small samples The t-statistic /22 Confidence Intervals σ unknown, small samples The t-statistic 1 /22 Homework Read Sec 7-3. Discussion Question pg 365 Do Ex 7-3 1-4, 6, 9, 12, 14, 15, 17 2/22 Objective find the confidence interval for

More information

Lecture 2. Probability Distributions Theophanis Tsandilas

Lecture 2. Probability Distributions Theophanis Tsandilas Lecture 2 Probability Distributions Theophanis Tsandilas Comment on measures of dispersion Why do common measures of dispersion (variance and standard deviation) use sums of squares: nx (x i ˆµ) 2 i=1

More information

Measures of Center. Mean. 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) Measure of Center. Notation. Mean

Measures of Center. Mean. 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) Measure of Center. Notation. Mean Measure of Center Measures of Center The value at the center or middle of a data set 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) 1 2 Mean Notation The measure of center obtained by adding the values

More information

Arbitrages and pricing of stock options

Arbitrages and pricing of stock options Arbitrages and pricing of stock options Gonzalo Mateos Dept. of ECE and Goergen Institute for Data Science University of Rochester gmateosb@ece.rochester.edu http://www.ece.rochester.edu/~gmateosb/ November

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution January 31, 2019 Contents The Binomial Distribution The Normal Approximation to the Binomial The Binomial Hypothesis Test Computing Binomial Probabilities in R 30 Problems The

More information

U. S. TREASURY INTEREST RATE YIELD CURVE (January 5, 2018)

U. S. TREASURY INTEREST RATE YIELD CURVE (January 5, 2018) U. S. TREASURY INTEREST RATE YIELD CURVE (January 5, 2018) 5.0 4.5 4.0 3.5 3.0 2.5 2.0 1.5 1.0 0.5 0.0-0.5 3 mo 1 yr 2 yr 3 yr 5 yr 7 yr 10 yr 20 yr+ Over the past 50 years, interest rates have moved more

More information

ROBUST CHAUVENET OUTLIER REJECTION

ROBUST CHAUVENET OUTLIER REJECTION Submitted to the Astrophysical Journal Supplement Series Preprint typeset using L A TEX style emulateapj v. 12/16/11 ROBUST CHAUVENET OUTLIER REJECTION M. P. Maples, D. E. Reichart 1, T. A. Berger, A.

More information

Leith Academy. Numeracy Booklet Pupil Version. A guide for S1 and S2 pupils, parents and staff

Leith Academy. Numeracy Booklet Pupil Version. A guide for S1 and S2 pupils, parents and staff Leith Academy Numeracy Booklet Pupil Version A guide for S1 and S2 pupils, parents and staff Introduction What is the purpose of the booklet? This booklet has been produced to give guidance to pupils and

More information

Chapter 8 Homework Solutions Compiled by Joe Kahlig

Chapter 8 Homework Solutions Compiled by Joe Kahlig homewk problems, B-copyright Joe Kahlig Chapter Solutions, Page Chapter omewk Solutions Compiled by Joe Kahlig 0. 0. 0. 0.. You are counting the number of games and there are a limited number of games

More information

Section Random Variables and Histograms

Section Random Variables and Histograms Section 3.1 - Random Variables and Histograms Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

expected value of X, and describes the long-run average outcome. It is a weighted average.

expected value of X, and describes the long-run average outcome. It is a weighted average. X The mean of a set of observations is their ordinary average, whereas the mean of a random variable X is an average of the possible values of X The mean of a random variable X is often called the expected

More information

6.042/18.062J Mathematics for Computer Science November 30, 2006 Tom Leighton and Ronitt Rubinfeld. Expected Value I

6.042/18.062J Mathematics for Computer Science November 30, 2006 Tom Leighton and Ronitt Rubinfeld. Expected Value I 6.42/8.62J Mathematics for Computer Science ovember 3, 26 Tom Leighton and Ronitt Rubinfeld Lecture otes Expected Value I The expectation or expected value of a random variable is a single number that

More information

MLLunsford 1. Activity: Mathematical Expectation

MLLunsford 1. Activity: Mathematical Expectation MLLunsford 1 Activity: Mathematical Expectation Concepts: Mathematical Expectation for discrete random variables. Includes expected value and variance. Prerequisites: The student should be familiar with

More information

M249 Diagnostic Quiz

M249 Diagnostic Quiz THE OPEN UNIVERSITY Faculty of Mathematics and Computing M249 Diagnostic Quiz Prepared by the Course Team [Press to begin] c 2005, 2006 The Open University Last Revision Date: May 19, 2006 Version 4.2

More information

Simple Random Sample

Simple Random Sample Simple Random Sample A simple random sample (SRS) of size n consists of n elements from the population chosen in such a way that every set of n elements has an equal chance to be the sample actually selected.

More information

Brown University Tidemark Users Guide

Brown University Tidemark Users Guide Brown University Tidemark Users Guide Updated March 26, 2015 Table of Contents Tidemark Overview... 2 What is Tidemark?... 2 Logging In and Out of Tidemark... 2 Panels... 2 Panel Layout... 3 Data Slice

More information

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley.

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley. Appendix: Statistics in Action Part I Financial Time Series 1. These data show the effects of stock splits. If you investigate further, you ll find that most of these splits (such as in May 1970) are 3-for-1

More information

Martingales. Will Perkins. March 18, 2013

Martingales. Will Perkins. March 18, 2013 Martingales Will Perkins March 18, 2013 A Betting System Here s a strategy for making money (a dollar) at a casino: Bet $1 on Red at the Roulette table. If you win, go home with $1 profit. If you lose,

More information

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

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 05 Normal Distribution So far we have looked at discrete distributions

More information

Appendix A: Futures and Exchange Traded Products (ETPs) and Tracking Failures

Appendix A: Futures and Exchange Traded Products (ETPs) and Tracking Failures Appendix A: Futures and Exchange Traded Products (ETPs) and Tracking Failures A.1 ETPs Secured with Futures Earlier in the semester when you were introduced to ETPs 1 we reviewed a classification of funds

More information

variance risk Alice & Bob are gambling (again). X = Alice s gain per flip: E[X] = Time passes... Alice (yawning) says let s raise the stakes

variance risk Alice & Bob are gambling (again). X = Alice s gain per flip: E[X] = Time passes... Alice (yawning) says let s raise the stakes Alice & Bob are gambling (again). X = Alice s gain per flip: risk E[X] = 0... Time passes... Alice (yawning) says let s raise the stakes E[Y] = 0, as before. Are you (Bob) equally happy to play the new

More information

STA 103: Final Exam. Print clearly on this exam. Only correct solutions that can be read will be given credit.

STA 103: Final Exam. Print clearly on this exam. Only correct solutions that can be read will be given credit. STA 103: Final Exam June 26, 2008 Name: } {{ } by writing my name i swear by the honor code Read all of the following information before starting the exam: Print clearly on this exam. Only correct solutions

More information

Class 11. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 11. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 11 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 2017 by D.B. Rowe 1 Agenda: Recap Chapter 5.3 continued Lecture 6.1-6.2 Go over Eam 2. 2 5: Probability

More information

5.1 Mean, Median, & Mode

5.1 Mean, Median, & Mode 5.1 Mean, Median, & Mode definitions Mean: Median: Mode: Example 1 The Blue Jays score these amounts of runs in their last 9 games: 4, 7, 2, 4, 10, 5, 6, 7, 7 Find the mean, median, and mode: Example 2

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter7 Probability Distributions and Statistics Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number of boys in

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Shade the Venn diagram to represent the set. 1) B A 1) 2) (A B C')' 2) Determine whether the given events

More information

Numerical Descriptions of Data

Numerical Descriptions of Data Numerical Descriptions of Data Measures of Center Mean x = x i n Excel: = average ( ) Weighted mean x = (x i w i ) w i x = data values x i = i th data value w i = weight of the i th data value Median =

More information

Finance 527: Lecture 30, Options V2

Finance 527: Lecture 30, Options V2 Finance 527: Lecture 30, Options V2 [John Nofsinger]: This is the second video for options and so remember from last time a long position is-in the case of the call option-is the right to buy the underlying

More information

Lecture Data Science

Lecture Data Science Web Science & Technologies University of Koblenz Landau, Germany Lecture Data Science Statistics Foundations JProf. Dr. Claudia Wagner Learning Goals How to describe sample data? What is mode/median/mean?

More information

2.1 Properties of PDFs

2.1 Properties of PDFs 2.1 Properties of PDFs mode median epectation values moments mean variance skewness kurtosis 2.1: 1/13 Mode The mode is the most probable outcome. It is often given the symbol, µ ma. For a continuous random

More information

Derivative Instruments

Derivative Instruments Derivative Instruments Paris Dauphine University - Master I.E.F. (272) Autumn 2016 Jérôme MATHIS jerome.mathis@dauphine.fr (object: IEF272) http://jerome.mathis.free.fr/ief272 Slides on book: John C. Hull,

More information

Chance/Rossman ISCAM II Chapter 0 Exercises Last updated August 28, 2014 ISCAM 2: CHAPTER 0 EXERCISES

Chance/Rossman ISCAM II Chapter 0 Exercises Last updated August 28, 2014 ISCAM 2: CHAPTER 0 EXERCISES ISCAM 2: CHAPTER 0 EXERCISES 1. Random Ice Cream Prices Suppose that an ice cream shop offers a special deal one day: The price of a small ice cream cone will be determined by rolling a pair of ordinary,

More information

NGO New Mexico HSD Survey Executive Summary Anne Hays Egan, New Ventures Consulting w/ NMCF for NGO NM

NGO New Mexico HSD Survey Executive Summary Anne Hays Egan, New Ventures Consulting w/ NMCF for NGO NM NGO New Mexico HSD Survey Executive Summary Anne Hays Egan, New Ventures Consulting w/ NMCF for NGO NM Nonprofit agencies completed a survey asking them about health insurance issues, barriers to coverage,

More information

Being Warren Buffett. Wharton Statistics Department

Being Warren Buffett. Wharton Statistics Department Being Warren Buffett Robert Stine & Dean Foster The School, Univ of Pennsylvania October, 2004 www-stat.wharton.upenn.edu/~stine Introducing students to risk Hands-on simulation experiment - Avoid computer

More information

MATH 425 EXERCISES G. BERKOLAIKO

MATH 425 EXERCISES G. BERKOLAIKO MATH 425 EXERCISES G. BERKOLAIKO 1. Definitions and basic properties of options and other derivatives 1.1. Summary. Definition of European call and put options, American call and put option, forward (futures)

More information