Risk Analysis Methodology Overview - Monte Carlo Simulation

Size: px
Start display at page:

Download "Risk Analysis Methodology Overview - Monte Carlo Simulation"

Transcription

1 Risk Analysis Methodology Overview - Monte Carlo Simulation We may all agree that risk analysis is a necessary, vital part of any valid/defensible cost estimate. We may not agree as much on the best approach to take to quantify risk in an estimate. All estimates contain risk. In the words of a wise cost estimator I know, That s why they re called estimates, and not exactimates! We must quantify and manage levels of risk. Why? One vital part of a successful program is the ability to build a budget based on reliable cost projections. Reliability increases when we can analyze inherent risk, quantify a range of possible outcomes, and predict cost impacts of those outcomes. This article will be the first of several discussions I present to simplify and demystify risk analysis. The first topic, presented here, is a broad overview of one risk analysis approach: Monte Carlo simulation. This approach is used in various software products such as Crystal Ball The Monte Carlo approach was developed in the 1940s by Stanislaw Ulam and Nicholas Metropolis. The name Monte Carlo refers to games of chance popular at the time in Monte Carlo, Monaco. Monte Carlo utilizes simulation, drawing random numbers from input probability distributions to result in an output distribution. To demonstrate the Monte Carlo process, consider the following example. We have a high level cost estimating relationship to determine the unit production cost of a military helicopter. The equation is based on three performance characteristics: maximum airspeed, service ceiling, and maximum payload. The equation is shown below: Cost = * Service Ceiling * Max Payload * Max Airspeed Hopefully, we have some requirements analysis documentation that states broad system performance parameters, or targets. We will use these targets as our most likely or point estimate. Service Ceiling: 18,000 feet

2 Maximum Payload: 3,900 pounds Maximum Airspeed: 145 miles per hour Using our CER, the unit production cost should be approximately $8.56 Million. On a side note, the analysis required to develop this CER and resulting value becomes a trivial exercise when we leverage publicly available data and the powerful data analysis features in TrueFindings more to come in the near future on this new capability from PRICE Systems! NOTE: This article is not an endorsement of Crystal Ball or Monte Carlo risk analysis. It is a demonstration and broad overview of the process involved in Monte Carlo simulation, utilizing the Crystal Ball software. However, PRICE Systems developers have created a companion application allowing users to build an estimate in TruePlanning and export the inputs into a Crystal Ball interface to perform risk analysis. Visit pricesystems.com to request a download of this and several other companion applications. Back to our example. Through our interviews with engineers and other subject matter experts, we ve determined a range around these three inputs, using minimum, likeliest, and maximum values in a Crystal Ball risk input. We then run a Monte Carlo simulation consisting of 1,000 trials.

3 Service Ceiling: 17,000 feet to 19,000 feet Maximum Payload: 3,500 pounds to 4,300 pounds Maximum Airspeed: 135 mph to 160 mph Resulting cost distribution output For those of us not familiar with Crystal Ball, or Monte Carlo, we may be asking ourselves What just happened? How did we go from system requirements, to determination of input ranges, to a riskbased cost distribution? Now, we will walk step by step through the process in a Monte Carlo simulation. Thankfully, I ll only walk through three iterations and leave the remaining 997 trials for Crystal Ball to deal with. Remember that we have our basic model inputs: service ceiling, speed, and payload. We then assigned a distribution around each of these inputs. As you can see from the screen shots above, I used a triangular distribution. In Crystal Ball, there are over 20 different distribution types you can choose from. Depending on the type of variable and the ranges around the variable, the user should choose an appropriate distribution. An example of this is service ceiling. We know that there are military requirements to fly within certain elevations based on mission profiling, threat envelopes, etc. We know we cannot fly below zero feet, or up to infinity. The fact that we have firm minimum and maximum altitudes within our requirements document points us towards a triangular distribution. Another example might be with software sizing. We know we cannot write less than zero lines of code. Also, albeit a cynical perspective, code growth can result in massive overruns in a program. An appropriate type of distribution in this example may be a logarithmic distribution. Key properties of a

4 logarithmic distribution are that values below 0 are impossible, and the maximum can statistically go to infinity. We d hope our code size does not reach to infinity, but there is a very small probability that the code size grows well past our initial estimate. The logarithmic distribution allows us to account for that. Once we have our input distributions defined and set up in Crystal Ball, we are ready to perform our risk analysis. We ll talk through exactly what happens in Crystal Ball from a very simplistic view in order to explain how Monte Carlo simulation works. When we start the simulation, the software will randomly select a value from each input distribution. In our example, assume the following values were selected: Service Ceiling: 17,600 Maximum Payload: 4,100 Maximum Airspeed: 152 The software then enters those values into the cost estimating relationship, resulting in a unit production cost of $9.37Million. On the next iteration, the software selects new random values from each input distribution: Service Ceiling: 18,400 Maximum Payload: 3,700 Maximum Airspeed: 139 The resulting unit production cost is $8.12 Million. On the third iteration, the software again selects new random variables from each input distribution: Service Ceiling: 17,150 Maximum Payload: 3,525 Maximum Airspeed: 146 The resulting unit production cost is $6.21 Million. Throughout this process, and along with the other 997 iterations, the software is saving the unit production costs from each iteration. Once we collect all of these results and plot the data, we have an output distribution. The shape of the output distribution is tied to several factors. One of these factors is the type and range of underlying input distributions. Another factor is correlation. Stay tuned for my upcoming blog on correlation.

5 The output distribution will have its own set of statistical characteristics. It will have a mean, median, mode, standard deviation, skewness, kurtosis, etc. Now that we have an output distribution, using the characteristics of the distribution, we can answer some important questions. Examples: How confident are we in our original point estimate? Recall that our point estimate, based on our original most likely inputs was $8.56 Million. Just as we have done hundreds of times in Statistics 101, we can quantify how much of the bell curve is above or below that value. If our point estimate is at the 41 st percentile, we can say we have a confidence level of 41% in our original point estimate. In other words, there is a 41% probability that we will either meet or come below our original point estimate. On the flip side, we can say we have a 59% probability of over running the original cost estimate. What if we want to be cautious and include enough money in the budget to be at a 70% probability of executing at or below our budget? Using the statistical characteristics of our distribution, we can quickly calculate the unit production cost that lies at the 70% mark: $9.76 Million Of course, we can also calculate the amount of risk dollars in the estimate by comparing the base case with the 70% percentile, resulting in $1.20 Million per unit. Monte Carlo simulation is a powerful risk analysis process. Each commercially available tool, such as Crystal Ball has its own set of features, limitations, and user learning curve. However,

6 through this example presented here, hopefully I ve provided a better understanding (or maybe just a refresher) on some of the basic steps in a Monte Carlo simulation. To recap, a Monte Carlo simulation uses random drawings out of input distributions to calculate a formula, such as a cost estimating relationship. The result of each iteration is saved and then compiled into an output distribution. We can then use the statistical characteristics of the output distribution to make decisions regarding the confidence of our estimate and the likelihood of successful program execution. Monte Carlo simulation is one small piece of the larger risk analysis puzzle. Commercially available software programs perform the vast majority of work involved in these complex calculations. It is important that we remind ourselve from time to time of the activities happening behind the software. Equally important is our need to communicate what is happening to key decision makers. This builds confidence in our estimating process and results in higher program level support. Please look for other upcoming articles on Method of Moments risk analysis and correlation.

Risk Analysis and Quantification

Risk Analysis and Quantification Risk Analysis and Quantification 1 What is Risk Analysis? 2. Risk Analysis Methods 3. The Monte Carlo Method 4. Risk Model 5. What steps must be taken for the development of a Risk Model? 1.What is Risk

More information

Monte Carlo analysis used for Contingency estimating.

Monte Carlo analysis used for Contingency estimating. Monte Carlo analysis used for Contingency estimating. Author s identification number: Date of authorship: July 24, 2007 Page: 1 of 15 TABLE OF CONTENTS: LIST OF TABLES:...3 LIST OF FIGURES:...3 ABSTRACT:...4

More information

The Assumption(s) of Normality

The Assumption(s) of Normality The Assumption(s) of Normality Copyright 2000, 2011, J. Toby Mordkoff This is very complicated, so I ll provide two versions. At a minimum, you should know the short one. It would be great if you knew

More information

6 3 The Standard Normal Distribution

6 3 The Standard Normal Distribution 290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since

More information

The Envision process Defining tomorrow, today

The Envision process Defining tomorrow, today The Envision process Defining tomorrow, today Because life and the markets change over time, you need an investment plan that helps you know exactly where you stand now, tomorrow, and in the years to come.

More information

Profit Forecast Model Using Monte Carlo Simulation in Excel

Profit Forecast Model Using Monte Carlo Simulation in Excel Profit Forecast Model Using Monte Carlo Simulation in Excel Petru BALOGH Pompiliu GOLEA Valentin INCEU Dimitrie Cantemir Christian University Abstract Profit forecast is very important for any company.

More information

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

You flip a fair coin four times, what is the probability that you obtain three heads.

You flip a fair coin four times, what is the probability that you obtain three heads. Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.

More information

Risk Analysis Overview

Risk Analysis Overview What Is Risk? Uncertainty about a situation can often indicate risk, which is the possibility of loss, damage, or any other undesirable event. Most people desire low risk, which would translate to a high

More information

Integers are positive and negative whole numbers, that is they are; {... 3, 2, 1,0,1,2,3...}. The dots mean they continue in that pattern.

Integers are positive and negative whole numbers, that is they are; {... 3, 2, 1,0,1,2,3...}. The dots mean they continue in that pattern. INTEGERS Integers are positive and negative whole numbers, that is they are; {... 3, 2, 1,0,1,2,3...}. The dots mean they continue in that pattern. Like all number sets, integers were invented to describe

More information

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives. The Normal Distribution C H 6A P T E R The Normal Distribution Outline 6 1 6 2 Applications of the Normal Distribution 6 3 The Central Limit Theorem 6 4 The Normal Approximation to the Binomial Distribution

More information

Building and Using Spreadsheet Decision Models

Building and Using Spreadsheet Decision Models Chapter 9 Building and Using Spreadsheet Decision Models Models A model is an abstraction or representation of a real system, idea, or object. Models could be pictures, spreadsheets, or mathematical relationships

More information

SKEWNESS. Measure of Dispersion tells us about the variation of the data set. Skewness tells us about the direction of variation of the data set.

SKEWNESS. Measure of Dispersion tells us about the variation of the data set. Skewness tells us about the direction of variation of the data set. SKEWNESS All about Skewness: Aim Definition Types of Skewness Measure of Skewness Example A fundamental task in many statistical analyses is to characterize the location and variability of a data set.

More information

Monte Carlo Schedule Risk Analysis

Monte Carlo Schedule Risk Analysis Copyright Notice: Materials published by Intaver Institute Inc. may not be published elsewhere without prior written consent of Intaver Institute Inc. Requests for permission to reproduce published materials

More information

Choosing Probability Distributions in Simulation

Choosing Probability Distributions in Simulation MBA elective - Models for Strategic Planning - Session 14 Choosing Probability Distributions in Simulation Probability Distributions may be selected on the basis of Data Theory Judgment a mix of the above

More information

TImath.com. F Distributions. Statistics

TImath.com. F Distributions. Statistics F Distributions ID: 9780 Time required 30 minutes Activity Overview In this activity, students study the characteristics of the F distribution and discuss why the distribution is not symmetric (skewed

More information

NaviPlan FUNCTIONAL DOCUMENT. Monte Carlo Sensitivity Analysis. Level 2 R. Financial Planning Application

NaviPlan FUNCTIONAL DOCUMENT. Monte Carlo Sensitivity Analysis. Level 2 R. Financial Planning Application FUNCTIONS ADDRESSED IN THIS DOCUMENT: How does Monte Carlo work in NaviPlan? How do you interpret the report results? Quick Actions menu Reports Monte Carlo The is a simulation tool you can use to determine

More information

FINDING THE RISK IN RISK ASSESSMENTS NYSICA JULY 26, 2012. Presented by: Ken Shulman Internal Audit Director, New York State Insurance Fund

FINDING THE RISK IN RISK ASSESSMENTS NYSICA JULY 26, 2012. Presented by: Ken Shulman Internal Audit Director, New York State Insurance Fund FINDING THE RISK IN RISK ASSESSMENTS NYSICA JULY 26, 2012 Presented by: Ken Shulman Internal Audit Director, New York State Insurance Fund There are different risk assessments prepared: Annual risk assessment

More information

EDUCATION AND TRAINING

EDUCATION AND TRAINING A Model to Quantify the Return on Investment of Information Assurance By Charley Tichenor Defense Security Cooperation Agency [The following views presented herein are solely those of the author and do

More information

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

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 4: September

More information

An introduction to Value-at-Risk Learning Curve September 2003

An introduction to Value-at-Risk Learning Curve September 2003 An introduction to Value-at-Risk Learning Curve September 2003 Value-at-Risk The introduction of Value-at-Risk (VaR) as an accepted methodology for quantifying market risk is part of the evolution of risk

More information

One-Minute Spotlight. The Crystal Ball Forecast Chart

One-Minute Spotlight. The Crystal Ball Forecast Chart The Crystal Ball Forecast Chart Once you have run a simulation with Oracle s Crystal Ball, you can view several charts to help you visualize, understand, and communicate the simulation results. This Spotlight

More information

z-scores AND THE NORMAL CURVE MODEL

z-scores AND THE NORMAL CURVE MODEL z-scores AND THE NORMAL CURVE MODEL 1 Understanding z-scores 2 z-scores A z-score is a location on the distribution. A z- score also automatically communicates the raw score s distance from the mean A

More information

36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part I

36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part I 36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part I Kipp Martin University of Chicago Booth School of Business November 5, 2015 Reading and Excel Files Reading: Powell and Baker:

More information

RISK MITIGATION IN FAST TRACKING PROJECTS

RISK MITIGATION IN FAST TRACKING PROJECTS Voorbeeld paper CCE certificering RISK MITIGATION IN FAST TRACKING PROJECTS Author ID # 4396 June 2002 G:\DACE\certificering\AACEI\presentation 2003 page 1 of 17 Table of Contents Abstract...3 Introduction...4

More information

Session 54 PD, Credibility and Pooling for Group Life and Disability Insurance Moderator: Paul Luis Correia, FSA, CERA, MAAA

Session 54 PD, Credibility and Pooling for Group Life and Disability Insurance Moderator: Paul Luis Correia, FSA, CERA, MAAA Session 54 PD, Credibility and Pooling for Group Life and Disability Insurance Moderator: Paul Luis Correia, FSA, CERA, MAAA Presenters: Paul Luis Correia, FSA, CERA, MAAA Brian N. Dunham, FSA, MAAA Credibility

More information

Monte Carlo Simulations for Patient Recruitment: A Better Way to Forecast Enrollment

Monte Carlo Simulations for Patient Recruitment: A Better Way to Forecast Enrollment Monte Carlo Simulations for Patient Recruitment: A Better Way to Forecast Enrollment Introduction The clinical phases of drug development represent the eagerly awaited period where, after several years

More information

Decision Making under Uncertainty

Decision Making under Uncertainty 6.825 Techniques in Artificial Intelligence Decision Making under Uncertainty How to make one decision in the face of uncertainty Lecture 19 1 In the next two lectures, we ll look at the question of how

More information

SELF PUBLISHING THE PRINTPAPA WAY PAUL NAG

SELF PUBLISHING THE PRINTPAPA WAY PAUL NAG SELF PUBLISHING THE PRINTPAPA WAY PAUL NAG Chapter 1 What & Why? Everything you wanted to know about Self-Publishing, but were afraid to ask. 5 6 Self-publishing as the name indicates is where the author

More information

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

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1. Normal Distribution Definition A continuous random variable has a normal distribution if its probability density e -(y -µ Y ) 2 2 / 2 σ function can be written as for < y < as Y f ( y ) = 1 σ Y 2 π Notation:

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial In order for a continuous distribution (like the normal) to be used to approximate a discrete one (like the binomial), a continuity correction should be used. There

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

Use of Monte Carlo Simulation for a Peer Review Process Performance Model

Use of Monte Carlo Simulation for a Peer Review Process Performance Model Use of Monte Carlo Simulation for a Peer Review Process Performance Model Presenter: Emerald Russo, Systems Engineering US Combat Systems, BAE Systems Credit for photo references found at end of presentation.

More information

Chapter 4. Probability and Probability Distributions

Chapter 4. Probability and Probability Distributions Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the

More information

Nonparametric statistics and model selection

Nonparametric statistics and model selection Chapter 5 Nonparametric statistics and model selection In Chapter, we learned about the t-test and its variations. These were designed to compare sample means, and relied heavily on assumptions of normality.

More information

Performance. 13. Climbing Flight

Performance. 13. Climbing Flight Performance 13. Climbing Flight In order to increase altitude, we must add energy to the aircraft. We can do this by increasing the thrust or power available. If we do that, one of three things can happen:

More information

<Insert Picture Here> Working With Dashboards for Risk Measurement

<Insert Picture Here> Working With Dashboards for Risk Measurement Working With Dashboards for Risk Measurement An OBIEE, Essbase and Crystal Ball Integrated Demo Risk Reporting Let s look at how we can use historical data and subject matter expertise

More information

SENSITIVITY ANALYSIS AND INFERENCE. Lecture 12

SENSITIVITY ANALYSIS AND INFERENCE. Lecture 12 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

Brought to you by. Technology changes fast. From new apps to digital marketing, it can feel impossible to keep up.

Brought to you by. Technology changes fast. From new apps to digital marketing, it can feel impossible to keep up. 1 Brought to you by Technology changes fast. From new apps to digital marketing, it can feel impossible to keep up. At The Paperless Agent, our mission is to help real estate professionals from all experience

More information

You and your friends head out to a favorite restaurant

You and your friends head out to a favorite restaurant 19 Cost-Volume-Profit Analysis Learning Objectives 1 Identify how changes in volume affect costs 2 Use CVP analysis to compute breakeven points 3 Use CVP analysis for profit planning, and graph the CVP

More information

Logarithmic and Exponential Equations

Logarithmic and Exponential Equations 11.5 Logarithmic and Exponential Equations 11.5 OBJECTIVES 1. Solve a logarithmic equation 2. Solve an exponential equation 3. Solve an application involving an exponential equation Much of the importance

More information

Average producers can easily increase their production in a larger office with more market share.

Average producers can easily increase their production in a larger office with more market share. The 10 Keys to Successfully Recruiting Experienced Agents by Judy LaDeur Understand whom you are hiring. Don t make the mistake of only wanting the best agents or those from offices above you in market

More information

Stat 20: Intro to Probability and Statistics

Stat 20: Intro to Probability and Statistics Stat 20: Intro to Probability and Statistics Lecture 16: More Box Models Tessa L. Childers-Day UC Berkeley 22 July 2014 By the end of this lecture... You will be able to: Determine what we expect the sum

More information

A Sales Strategy to Increase Function Bookings

A Sales Strategy to Increase Function Bookings A Sales Strategy to Increase Function Bookings It s Time to Start Selling Again! It s time to take on a sales oriented focus for the bowling business. Why? Most bowling centres have lost the art and the

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

Linear functions Increasing Linear Functions. Decreasing Linear Functions

Linear functions Increasing Linear Functions. Decreasing Linear Functions 3.5 Increasing, Decreasing, Max, and Min So far we have been describing graphs using quantitative information. That s just a fancy way to say that we ve been using numbers. Specifically, we have described

More information

The Circumference Function

The Circumference Function 2 Geometry You have permission to make copies of this document for your classroom use only. You may not distribute, copy or otherwise reproduce any part of this document or the lessons contained herein

More information

CRASHING-RISK-MODELING SOFTWARE (CRMS)

CRASHING-RISK-MODELING SOFTWARE (CRMS) International Journal of Science, Environment and Technology, Vol. 4, No 2, 2015, 501 508 ISSN 2278-3687 (O) 2277-663X (P) CRASHING-RISK-MODELING SOFTWARE (CRMS) Nabil Semaan 1, Najib Georges 2 and Joe

More information

Math 728 Lesson Plan

Math 728 Lesson Plan Math 728 Lesson Plan Tatsiana Maskalevich January 27, 2011 Topic: Probability involving sampling without replacement and dependent trials. Grade Level: 8-12 Objective: Compute the probability of winning

More information

Week 4: Standard Error and Confidence Intervals

Week 4: Standard Error and Confidence Intervals Health Sciences M.Sc. Programme Applied Biostatistics Week 4: Standard Error and Confidence Intervals Sampling Most research data come from subjects we think of as samples drawn from a larger population.

More information

PROJECT RISK MANAGEMENT

PROJECT RISK MANAGEMENT 11 PROJECT RISK MANAGEMENT Project Risk Management includes the processes concerned with identifying, analyzing, and responding to project risk. It includes maximizing the results of positive events and

More information

Characteristics of Binomial Distributions

Characteristics of Binomial Distributions Lesson2 Characteristics of Binomial Distributions In the last lesson, you constructed several binomial distributions, observed their shapes, and estimated their means and standard deviations. In Investigation

More information

Binomial lattice model for stock prices

Binomial lattice model for stock prices Copyright c 2007 by Karl Sigman Binomial lattice model for stock prices Here we model the price of a stock in discrete time by a Markov chain of the recursive form S n+ S n Y n+, n 0, where the {Y i }

More information

Problem of the Month: Fair Games

Problem of the Month: Fair Games Problem of the Month: The Problems of the Month (POM) are used in a variety of ways to promote problem solving and to foster the first standard of mathematical practice from the Common Core State Standards:

More information

The Normal Distribution

The Normal Distribution Chapter 6 The Normal Distribution 6.1 The Normal Distribution 1 6.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize the normal probability distribution

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will understand that normal distributions can be used to approximate binomial distributions whenever both np and n(1 p) are sufficiently large. Students will understand that when

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial The binomial probability function is not useful for calculating probabilities when the number of trials n is large, as it involves multiplying a potentially very

More information

Arrangements And Duality

Arrangements And Duality Arrangements And Duality 3.1 Introduction 3 Point configurations are tbe most basic structure we study in computational geometry. But what about configurations of more complicated shapes? For example,

More information

The Effect of Dropping a Ball from Different Heights on the Number of Times the Ball Bounces

The Effect of Dropping a Ball from Different Heights on the Number of Times the Ball Bounces The Effect of Dropping a Ball from Different Heights on the Number of Times the Ball Bounces Or: How I Learned to Stop Worrying and Love the Ball Comment [DP1]: Titles, headings, and figure/table captions

More information

Better decision making under uncertain conditions using Monte Carlo Simulation

Better decision making under uncertain conditions using Monte Carlo Simulation IBM Software Business Analytics IBM SPSS Statistics Better decision making under uncertain conditions using Monte Carlo Simulation Monte Carlo simulation and risk analysis techniques in IBM SPSS Statistics

More information

High School Algebra Reasoning with Equations and Inequalities Solve systems of equations.

High School Algebra Reasoning with Equations and Inequalities Solve systems of equations. Performance Assessment Task Graphs (2006) Grade 9 This task challenges a student to use knowledge of graphs and their significant features to identify the linear equations for various lines. A student

More information

Lab 11. Simulations. The Concept

Lab 11. Simulations. The Concept Lab 11 Simulations In this lab you ll learn how to create simulations to provide approximate answers to probability questions. We ll make use of a particular kind of structure, called a box model, that

More information

CHAPTER 2 Estimating Probabilities

CHAPTER 2 Estimating Probabilities CHAPTER 2 Estimating Probabilities Machine Learning Copyright c 2016. Tom M. Mitchell. All rights reserved. *DRAFT OF January 24, 2016* *PLEASE DO NOT DISTRIBUTE WITHOUT AUTHOR S PERMISSION* This is a

More information

One basic concept in math is that if we multiply a number by 1, the result is equal to the original number. For example,

One basic concept in math is that if we multiply a number by 1, the result is equal to the original number. For example, MA 35 Lecture - Introduction to Unit Conversions Tuesday, March 24, 205. Objectives: Introduce the concept of doing algebra on units. One basic concept in math is that if we multiply a number by, the result

More information

TRADING SYSTEM EVALUATION By John Ehlers and Mike Barna 1

TRADING SYSTEM EVALUATION By John Ehlers and Mike Barna 1 TRADING SYSTEM EVALUATION By John Ehlers and Mike Barna 1 INTRODUCTION There are basically two ways to trade using technical analysis Discretionarily and Systematically. Discretionary traders can, and

More information

Week 3&4: Z tables and the Sampling Distribution of X

Week 3&4: Z tables and the Sampling Distribution of X Week 3&4: Z tables and the Sampling Distribution of X 2 / 36 The Standard Normal Distribution, or Z Distribution, is the distribution of a random variable, Z N(0, 1 2 ). The distribution of any other normal

More information

The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median

The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median CONDENSED LESSON 2.1 Box Plots In this lesson you will create and interpret box plots for sets of data use the interquartile range (IQR) to identify potential outliers and graph them on a modified box

More information

Simulation and Lean Six Sigma

Simulation and Lean Six Sigma Hilary Emmett, 22 August 2007 Improve the quality of your critical business decisions Agenda Simulation and Lean Six Sigma What is Monte Carlo Simulation? Loan Process Example Inventory Optimization Example

More information

TImath.com. Statistics. Areas in Intervals

TImath.com. Statistics. Areas in Intervals Areas in Intervals ID: 9472 TImath.com Time required 30 minutes Activity Overview In this activity, students use several methods to determine the probability of a given normally distributed value being

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

SOLVING EQUATIONS WITH EXCEL

SOLVING EQUATIONS WITH EXCEL SOLVING EQUATIONS WITH EXCEL Excel and Lotus software are equipped with functions that allow the user to identify the root of an equation. By root, we mean the values of x such that a given equation cancels

More information

Simulation and Risk Analysis

Simulation and Risk Analysis Simulation and Risk Analysis Using Analytic Solver Platform REVIEW BASED ON MANAGEMENT SCIENCE What We ll Cover Today Introduction Frontline Systems Session Ι Beta Training Program Goals Overview of Analytic

More information

Extracts from Crystal Ball Getting Started Guide

Extracts from Crystal Ball Getting Started Guide Extracts from Crystal Ball Getting Started Guide This document consists of chapters 1 through 3 of the Crystal Ball Getting Started Guide. It contains two tutorials: Tutorial 1 is a ready-to-run simulation

More information

SAMPLING DISTRIBUTIONS

SAMPLING DISTRIBUTIONS 0009T_c07_308-352.qd 06/03/03 20:44 Page 308 7Chapter SAMPLING DISTRIBUTIONS 7.1 Population and Sampling Distributions 7.2 Sampling and Nonsampling Errors 7.3 Mean and Standard Deviation of 7.4 Shape of

More information

5.1 Radical Notation and Rational Exponents

5.1 Radical Notation and Rational Exponents Section 5.1 Radical Notation and Rational Exponents 1 5.1 Radical Notation and Rational Exponents We now review how exponents can be used to describe not only powers (such as 5 2 and 2 3 ), but also roots

More information

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number 1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number A. 3(x - x) B. x 3 x C. 3x - x D. x - 3x 2) Write the following as an algebraic expression

More information

c. Construct a boxplot for the data. Write a one sentence interpretation of your graph.

c. Construct a boxplot for the data. Write a one sentence interpretation of your graph. MBA/MIB 5315 Sample Test Problems Page 1 of 1 1. An English survey of 3000 medical records showed that smokers are more inclined to get depressed than non-smokers. Does this imply that smoking causes depression?

More information

The Procedures of Monte Carlo Simulation (and Resampling)

The Procedures of Monte Carlo Simulation (and Resampling) 154 Resampling: The New Statistics CHAPTER 10 The Procedures of Monte Carlo Simulation (and Resampling) A Definition and General Procedure for Monte Carlo Simulation Summary Until now, the steps to follow

More information

Welcome to Harcourt Mega Math: The Number Games

Welcome to Harcourt Mega Math: The Number Games Welcome to Harcourt Mega Math: The Number Games Harcourt Mega Math In The Number Games, students take on a math challenge in a lively insect stadium. Introduced by our host Penny and a number of sporting

More information

Published by www.practicebuildingcenter.com. - December 2004 -

Published by www.practicebuildingcenter.com. - December 2004 - - December 2004 - Greetings, Welcome to our end of the year special issue. This month I want to discuss the most important marketing and practice building issue that is most frequently overlooked by doctors.

More information

1.7 Graphs of Functions

1.7 Graphs of Functions 64 Relations and Functions 1.7 Graphs of Functions In Section 1.4 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most

More information

Instant Site Flipping Riches

Instant Site Flipping Riches Instant Site Flipping Riches Site Flipping for Massive Profits Made Easy Module 04: Adding Massive Value to Your Virtual Real Estate Important Learning Advisory: To experience better learning, it is recommended

More information

Performance. Power Plant Output in Terms of Thrust - General - Arbitrary Drag Polar

Performance. Power Plant Output in Terms of Thrust - General - Arbitrary Drag Polar Performance 11. Level Flight Performance and Level flight Envelope We are interested in determining the maximum and minimum speeds that an aircraft can fly in level flight. If we do this for all altitudes,

More information

Pushes and Pulls. TCAPS Created June 2010 by J. McCain

Pushes and Pulls. TCAPS Created June 2010 by J. McCain Pushes and Pulls K i n d e r g a r t e n S c i e n c e TCAPS Created June 2010 by J. McCain Table of Contents Science GLCEs incorporated in this Unit............... 2-3 Materials List.......................................

More information

Math Mammoth End-of-the-Year Test, Grade 6, Answer Key

Math Mammoth End-of-the-Year Test, Grade 6, Answer Key Math Mammoth End-of-the-Year Test, Grade 6, Answer Key Instructions to the teacher: In order to continue with the Math Mammoth Grade 7 Complete Worktext, I recommend that the student score a minimum of

More information

ADD-INS: ENHANCING EXCEL

ADD-INS: ENHANCING EXCEL CHAPTER 9 ADD-INS: ENHANCING EXCEL This chapter discusses the following topics: WHAT CAN AN ADD-IN DO? WHY USE AN ADD-IN (AND NOT JUST EXCEL MACROS/PROGRAMS)? ADD INS INSTALLED WITH EXCEL OTHER ADD-INS

More information

CDW Video Conferencing Straw Poll Report

CDW Video Conferencing Straw Poll Report CDW Video Conferencing Straw Poll Report Summary Consider this scenario: Your company is working with a key customer on a major project that involves several partners and colleagues in multiple locations.

More information

Marketing Agency Training Series May 2011 Hash Tag: #AgencyTransform

Marketing Agency Training Series May 2011 Hash Tag: #AgencyTransform Writing the Contract & Closing the Business Marketing Agency Training Series May 2011 Hash Tag: #AgencyTransform Peter Caputa IV Director, Value Added Reseller Program Twitter: @pc4media pcaputa@hubspot.com

More information

Measures of Central Tendency and Variability: Summarizing your Data for Others

Measures of Central Tendency and Variability: Summarizing your Data for Others Measures of Central Tendency and Variability: Summarizing your Data for Others 1 I. Measures of Central Tendency: -Allow us to summarize an entire data set with a single value (the midpoint). 1. Mode :

More information

BPM To Automate or Not to Automate Is that the Question?

BPM To Automate or Not to Automate Is that the Question? BPM To Automate or Not to Automate A NEOS Whitepaper 20 Church St. Harford, CT 06103 Office: 860.519.5601 Fax: 860.519.5629 www.neosllc.com BPM To Automate or Not to Automate Introduction To keep up with

More information

Two-sample inference: Continuous data

Two-sample inference: Continuous data Two-sample inference: Continuous data Patrick Breheny April 5 Patrick Breheny STA 580: Biostatistics I 1/32 Introduction Our next two lectures will deal with two-sample inference for continuous data As

More information

Could a Managed Services Agreement Save Your Company Tens of Thousands of Dollars Each Year?

Could a Managed Services Agreement Save Your Company Tens of Thousands of Dollars Each Year? MANAGED IT SERVICES Could a Managed Services Agreement Save Your Company Tens of Thousands of Dollars Each Year? A lot of business owners, executives, and managers have a love-hate relationship with managed

More information

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C?

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C? Problem 3 If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C? Suggested Questions to ask students about Problem 3 The key to this question

More information

Create Your Own $1 Million Message Elevator Pitch Template Workbook

Create Your Own $1 Million Message Elevator Pitch Template Workbook Create Your Own $1 Million Message Elevator Pitch Template Workbook E-Learning Marketing System The volume of content in this program can be overwhelming You have no idea where to go what to do or how

More information

Models of a Vending Machine Business

Models of a Vending Machine Business Math Models: Sample lesson Tom Hughes, 1999 Models of a Vending Machine Business Lesson Overview Students take on different roles in simulating starting a vending machine business in their school that

More information

The Standard Normal distribution

The Standard Normal distribution The Standard Normal distribution 21.2 Introduction Mass-produced items should conform to a specification. Usually, a mean is aimed for but due to random errors in the production process we set a tolerance

More information

Foundation of Quantitative Data Analysis

Foundation of Quantitative Data Analysis Foundation of Quantitative Data Analysis Part 1: Data manipulation and descriptive statistics with SPSS/Excel HSRS #10 - October 17, 2013 Reference : A. Aczel, Complete Business Statistics. Chapters 1

More information

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Objectives: To perform a hypothesis test concerning the slope of a least squares line To recognize that testing for a

More information