SFSU FIN822 Project 1

Size: px
Start display at page:

Download "SFSU FIN822 Project 1"

Transcription

1 SFSU FIN822 Project 1 This project can be done in a team of up to 3 people. Your project report must be accompanied by printouts of programming outputs. You could use any software to solve the problems. I recommend SPSS or GRETL. Answers to the questions should be typed. No late reports are acceptable. It is very important for every student to know in advance that before the project is discussed, the instructor cannot provide help to any individual student outside the classroom. This is to be fair to the whole class. However, the instructor reserves right to provide hints to ALL students inside the classroom, where you may ask questions. Part I On the course web page there is an Excel workbook (project_data1.xls) that contains a worksheet with monthly returns from October 1990 through July 2005 for the following: An aggregate value-weighted index of U.S.-listed stocks. The index is constructed based on all companies traded on the NYSE, Amex, and Nasdaq. Four individual assets: Target, CISCO, Amgen and Best Buy. A short-maturity Treasury bill, which is used a risk free asset. Capital Asset Pricing Model First, we need to compute the excess returns of the CRSP value-weighted index, Target, CISCO, Amgen, and Best Buy. "Excess returns" here refer to raw returns over and above the short-maturity Treasury bill returns (risk free rates). The 3rd column in the data spread sheet is the monthly Treasury bill returns. (a) Calculate the mean excess returns to the CRSP index and the four assets, and the mean raw returns of the short-maturity Treasury bill (risk free rates). Calculate the standard deviation of excess returns for the four assets and the raw returns of the T-bill. (b) Draw a Q-Q plot to test whether the excess returns to the CRSP index and excess returns for the four assets follow normal distribution. (This can only be done in SPSS, not available in GRETL. If you work with GRETL, draw histograms instead of Q-Q plots.) (c) Report the correlation and the spearman (rank) correlation between these excess returns. (d) Estimate betas for each asset by regressing each asset's excess return on the market's excess return assuming that the CRSP value-weighted index tracked the market portfolio perfectly. Do these regressions give us reason to reject the assumptions of the Capital Asset Pricing Model? (An implication of the Capital Asset Pricing Model is that the Alpha coefficients (i.e., intercepts) should be zero. From the regression output, are the Alpha coefficients statistically different from zero?) 1

2 (e) Suppose the risk free rate today is the mean short-maturity Treasury bill return from 1990 through 2005 computed in (a), and risk premia are constant. Using the Capital Asset Pricing Model, what is the expected return of each risky asset today? (f) Which of the four assets has the greatest firm-specific risk? Which has the greatest market risk? For which asset does market movement explain a greater fraction of return variability? (g) Verify that the squared correlation (from (c)) between market excess return and stock excess return is equal to R-square (from (d)). Part II You can download from my web another dataset (project_data2.xl) that contains information about thousands of US public companies financials items from firms balance sheets, income statements,and statements of cash flows. Let s define variables as the following: ROA=earningsBeforeInterestAndTaxes/totalassets next _ roa= next year sroa debtratio=totalliabilities/totalassets if totalstockholderequity>0 then roe=netincome/totalstockholderequity accrual= (operatingincomeorlosstotalcashflowfromoperatingactivi)/totalassets Return_sameyear=stock return over the calendar year.! For your convenience, I have calculated the above variables for you and set outliers values to missing. (An outlier is an observation which has very extreme value relative to the sample distribution.) For each of the following questions, in addition to answering questions, please also report estimated coefficients (including intercepts), p-values (or t-values), and R-squared, if applicable. 2

3 2. (a) Find the relation between this year s accrual and next year ROA. Is the coefficient on ACCRUAL negative or positive? Is it significant? NEXT_ROA = a + c*accrual 2 (b) Find the relation between this year s accrual and next year ROA after controlling for this year s ROA (This means we also include this year s ROA in the regression). Is the coefficient on ROA significantly positive? Is the coefficient on ACCRUAL negative or positive? Is it significant? NEXT_ROA = a + b*roa + c*accrual 2 (c) Find the relation between ROA, ACCRUAL and the contemporaneous stock returns over the calendar year (Return_sameyear). Is the coefficient on ROA significantly positive? Why? Is the coefficient on ACCRUAL significant? What does the result mean? Return_sameyear = a + b*roa + c*accrual Project Tips below: 1. Load in project_data1.xls. Click Cancel when you see below. 3

4 2. Open the data file. 3. When opening the file, make sure you specify Files of type, All Files. Otherwise you may not be able to see the excel file. 4. Click OK when you see this. 5. You should now see two windows that look like this. 4

5 6. To compute the excess returns, pull down the menu Transform and Compute variable. 7. Compute the market excess return and excess returns of the four stocks. 5

6 8. Then pull down the menu Analyze, Descriptive Statistics, Descriptive 9. Choose variables of our interest. Then click OK. 10. Now you get results in the output window. Right click the results and paste it in to a word file for your report. 11. To draw the Q-Q plot, click the pull down menu Analyze, Descriptive Statistics, Q-Q plots Add variables, and then click OK. 6

7 12. Paste the results to a word file. 13. To get correlations, pull down Analyze, Correlates, Bivariate. When you see the window below after adding relevant variables, make sure you also choose Spearman. Spearman means rank correlation. 7

8 14. You should see 2 tables looking like this. In each cell the first number is the correlation. 15. To estimate beta, pull down Analyze, Regression, Linear, Add dependent and independent variable, and click OK. 16. In the output, which should look like this, ignore the column Standardized coefficient. Also, Constant means intercept. Sig. means p-value. From Model summary, report 8

9 R square. Report the estimated beta for each stock. Examine whether the intercepts (that is: estimates of Alphas, the coefficient before const in the output) are significantly different from zero. Comment on whether the data support or reject CAPM. (If significant, the evidence would reject CAPM. Otherwise it supports CAPM.) 17. Calculate the expected return (manually) of each stock as: Mean raw returns of the Treasury bill + beta estimates from step above * Mean excess return of the CRSP value-weighted index 18. Firm specific risk can be measured by Standard error of residuals. It is reported in Model summary, Std. error of the estimate Market risk should be measured by? The fraction of stock return variability that can be explained by market movement is the degree of Goodness-of-Fit. (Comparing R-square.) 19. Verify whether R-square= correlation (you got them earlier) squared. Not spearman correlation. 20. Load in another dataset for part II. Again, choose All Files in Files of Type. Otherwise you may not see the excel file. 9

10 21. Run three separate regressions. 22. Add your explanations in your report. 10

11 Below are some tips for GRETL software. 1. Load in project_data1.xls Make sure you choose All Files in Files of type ; otherwise the excel files may not be displayed. 2. Click Ok when you see this. 11

12 After loading in the data, you will see a window looking like this: 3. Let s define some excess returns: Then click OK. Continue to define all excess returns until finished. 12

13 4. Highlight all relevant variables and pull down the menu as show in this graph. 5. Copy and paste your output 13

14 You can copy and paste to your project report. Please highlight the relevant portion of the output. Summarize your answer. 6. Gretl cannot draw Q-Q plot. So let s draw the histograms instead. 14

15 7. To get correlations, highlight all relevant variables and click the following. Unfortunately GRETL cannot compute Spearman correlation. So you just report the ordinary correlation. 8. To estimate stock beta... 15

16 Click OK. Then copy and paste your result: 16

17 Report the estimated beta for each stock. Examine whether the intercepts (that is: estimates of Alphas, the coefficient before const in the output) are significantly different from zero. Comment on whether the data support or reject CAPM. (If significant, the evidence would reject CAPM. Otherwise it supports CAPM.) 9. Calculate the expected return (manually) of each stock as: Mean raw returns of the Treasury bill + beta estimates from step (b) * Mean excess return of the CRSP value-weighted index 10. Firm specific risk can be measured by standard error of residuals in the regression outputs. Market risk should be measured by? The fraction of stock return variability that can be explained by market movement is the degree of Goodness-of-Fit. (Comparing unadjusted R-squared.) 17

University of Texas at Dallas School of Management. Investment Management Spring Estimation of Systematic and Factor Risks (Due April 1)

University of Texas at Dallas School of Management. Investment Management Spring Estimation of Systematic and Factor Risks (Due April 1) University of Texas at Dallas School of Management Finance 6310 Professor Day Investment Management Spring 2008 Estimation of Systematic and Factor Risks (Due April 1) This assignment requires you to perform

More information

FIN822 project 3 (Due on December 15. Accept printout submission or submission )

FIN822 project 3 (Due on December 15. Accept printout submission or  submission ) FIN822 project 3 (Due on December 15. Accept printout submission or email submission donglinli2006@yahoo.com. ) Part I The Fama-French Multifactor Model and Mutual Fund Returns Dawn Browne, an investment

More information

WEB APPENDIX 8A 7.1 ( 8.9)

WEB APPENDIX 8A 7.1 ( 8.9) WEB APPENDIX 8A CALCULATING BETA COEFFICIENTS The CAPM is an ex ante model, which means that all of the variables represent before-the-fact expected values. In particular, the beta coefficient used in

More information

starting on 5/1/1953 up until 2/1/2017.

starting on 5/1/1953 up until 2/1/2017. An Actuary s Guide to Financial Applications: Examples with EViews By William Bourgeois An actuary is a business professional who uses statistics to determine and analyze risks for companies. In this guide,

More information

Washington University Fall Economics 487

Washington University Fall Economics 487 Washington University Fall 2009 Department of Economics James Morley Economics 487 Project Proposal due Tuesday 11/10 Final Project due Wednesday 12/9 (by 5:00pm) (20% penalty per day if the project is

More information

Point-Biserial and Biserial Correlations

Point-Biserial and Biserial Correlations Chapter 302 Point-Biserial and Biserial Correlations Introduction This procedure calculates estimates, confidence intervals, and hypothesis tests for both the point-biserial and the biserial correlations.

More information

Washington University Fall Economics 487. Project Proposal due Monday 10/22 Final Project due Monday 12/3

Washington University Fall Economics 487. Project Proposal due Monday 10/22 Final Project due Monday 12/3 Washington University Fall 2001 Department of Economics James Morley Economics 487 Project Proposal due Monday 10/22 Final Project due Monday 12/3 For this project, you will analyze the behaviour of 10

More information

REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING

REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING International Civil Aviation Organization 27/8/10 WORKING PAPER REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING Cairo 2 to 4 November 2010 Agenda Item 3 a): Forecasting Methodology (Presented

More information

XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING

XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING INTRODUCTION XLSTAT makes accessible to anyone a powerful, complete and user-friendly data analysis and statistical solution. Accessibility to

More information

Risk Analysis. å To change Benchmark tickers:

Risk Analysis. å To change Benchmark tickers: Property Sheet will appear. The Return/Statistics page will be displayed. 2. Use the five boxes in the Benchmark section of this page to enter or change the tickers that will appear on the Performance

More information

GGraph. Males Only. Premium. Experience. GGraph. Gender. 1 0: R 2 Linear = : R 2 Linear = Page 1

GGraph. Males Only. Premium. Experience. GGraph. Gender. 1 0: R 2 Linear = : R 2 Linear = Page 1 GGraph 9 Gender : R Linear =.43 : R Linear =.769 8 7 6 5 4 3 5 5 Males Only GGraph Page R Linear =.43 R Loess 9 8 7 6 5 4 5 5 Explore Case Processing Summary Cases Valid Missing Total N Percent N Percent

More information

Name Name. To enter the data manually, go to the StatCrunch website (www.statcrunch.com) and log in (new users must register).

Name Name. To enter the data manually, go to the StatCrunch website (www.statcrunch.com) and log in (new users must register). Chapter 5 Project: Broiler Chicken Production Name Name 1. Background information The graph and data that form the basis of this project were taken from a very useful web site sponsored by the National

More information

Descriptive Statistics

Descriptive Statistics Chapter 3 Descriptive Statistics Chapter 2 presented graphical techniques for organizing and displaying data. Even though such graphical techniques allow the researcher to make some general observations

More information

Data screening, transformations: MRC05

Data screening, transformations: MRC05 Dale Berger Data screening, transformations: MRC05 This is a demonstration of data screening and transformations for a regression analysis. Our interest is in predicting current salary from education level

More information

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

Jacob: The illustrative worksheet shows the values of the simulation parameters in the upper left section (Cells D5:F10). Is this for documentation? PROJECT TEMPLATE: DISCRETE CHANGE IN THE INFLATION RATE (The attached PDF file has better formatting.) {This posting explains how to simulate a discrete change in a parameter and how to use dummy variables

More information

Two-Sample T-Test for Superiority by a Margin

Two-Sample T-Test for Superiority by a Margin Chapter 219 Two-Sample T-Test for Superiority by a Margin Introduction This procedure provides reports for making inference about the superiority of a treatment mean compared to a control mean from data

More information

Two-Sample T-Test for Non-Inferiority

Two-Sample T-Test for Non-Inferiority Chapter 198 Two-Sample T-Test for Non-Inferiority Introduction This procedure provides reports for making inference about the non-inferiority of a treatment mean compared to a control mean from data taken

More information

Tests for the Difference Between Two Linear Regression Intercepts

Tests for the Difference Between Two Linear Regression Intercepts Chapter 853 Tests for the Difference Between Two Linear Regression Intercepts Introduction Linear regression is a commonly used procedure in statistical analysis. One of the main objectives in linear regression

More information

Real Estate Ownership by Non-Real Estate Firms: The Impact on Firm Returns

Real Estate Ownership by Non-Real Estate Firms: The Impact on Firm Returns Real Estate Ownership by Non-Real Estate Firms: The Impact on Firm Returns Yongheng Deng and Joseph Gyourko 1 Zell/Lurie Real Estate Center at Wharton University of Pennsylvania Prepared for the Corporate

More information

COMM 324 INVESTMENTS AND PORTFOLIO MANAGEMENT ASSIGNMENT 1 Due: October 3

COMM 324 INVESTMENTS AND PORTFOLIO MANAGEMENT ASSIGNMENT 1 Due: October 3 COMM 324 INVESTMENTS AND PORTFOLIO MANAGEMENT ASSIGNMENT 1 Due: October 3 1. The following information is provided for GAP, Incorporated, which is traded on NYSE: Fiscal Yr Ending January 31 Close Price

More information

Monetary Economics Measuring Asset Returns. Gerald P. Dwyer Fall 2015

Monetary Economics Measuring Asset Returns. Gerald P. Dwyer Fall 2015 Monetary Economics Measuring Asset Returns Gerald P. Dwyer Fall 2015 WSJ Readings Readings this lecture, Cuthbertson Ch. 9 Readings next lecture, Cuthbertson, Chs. 10 13 Measuring Asset Returns Outline

More information

Problem Set 6. I did this with figure; bar3(reshape(mean(rx),5,5) );ylabel( size ); xlabel( value ); mean mo return %

Problem Set 6. I did this with figure; bar3(reshape(mean(rx),5,5) );ylabel( size ); xlabel( value ); mean mo return % Business 35905 John H. Cochrane Problem Set 6 We re going to replicate and extend Fama and French s basic results, using earlier and extended data. Get the 25 Fama French portfolios and factors from the

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 850 Introduction Cox proportional hazards regression models the relationship between the hazard function λ( t X ) time and k covariates using the following formula λ log λ ( t X ) ( t) 0 = β1 X1

More information

GuruFocus User Manual: My Portfolios

GuruFocus User Manual: My Portfolios GuruFocus User Manual: My Portfolios 2018 version 1 Contents 1. Introduction to User Portfolios a. The User Portfolio b. Accessing My Portfolios 2. The My Portfolios Header a. Creating Portfolios b. Importing

More information

HandDA program instructions

HandDA program instructions HandDA program instructions All materials referenced in these instructions can be downloaded from: http://www.umass.edu/resec/faculty/murphy/handda/handda.html Background The HandDA program is another

More information

Problem Set #1 ECON 322, Prof. DeBacker Due Thursday, September 6, 8:30 a.m.

Problem Set #1 ECON 322, Prof. DeBacker Due Thursday, September 6, 8:30 a.m. Problem Set #1 ECON 322, Prof. DeBacker Due Thursday, September 6, 8:30 a.m. NOTE:You are encouraged to work on this problem set in a group of up to four members. When finished, each group should turn

More information

Computing interest and composition of functions:

Computing interest and composition of functions: Computing interest and composition of functions: In this week, we are creating a simple and compound interest calculator in EXCEL. These two calculators will be used to solve interest questions in week

More information

Stat 328, Summer 2005

Stat 328, Summer 2005 Stat 328, Summer 2005 Exam #2, 6/18/05 Name (print) UnivID I have neither given nor received any unauthorized aid in completing this exam. Signed Answer each question completely showing your work where

More information

MLC at Boise State Polynomials Activity 3 Week #5

MLC at Boise State Polynomials Activity 3 Week #5 Polynomials Activity 3 Week #5 This activity will be discuss maximums, minimums and zeros of a quadratic function and its application to business, specifically maximizing profit, minimizing cost and break-even

More information

Math of Finance Exponential & Power Functions

Math of Finance Exponential & Power Functions The Right Stuff: Appropriate Mathematics for All Students Promoting the use of materials that engage students in meaningful activities that promote the effective use of technology to support mathematics,

More information

chapter 2-3 Normal Positive Skewness Negative Skewness

chapter 2-3 Normal Positive Skewness Negative Skewness chapter 2-3 Testing Normality Introduction In the previous chapters we discussed a variety of descriptive statistics which assume that the data are normally distributed. This chapter focuses upon testing

More information

SPSS t tests (and NP Equivalent)

SPSS t tests (and NP Equivalent) SPSS t tests (and NP Equivalent) Descriptive Statistics To get all the descriptive statistics you need: Analyze > Descriptive Statistics>Explore. Enter the IV into the Factor list and the DV into the Dependent

More information

Non-Inferiority Tests for the Ratio of Two Means in a 2x2 Cross-Over Design

Non-Inferiority Tests for the Ratio of Two Means in a 2x2 Cross-Over Design Chapter 515 Non-Inferiority Tests for the Ratio of Two Means in a x Cross-Over Design Introduction This procedure calculates power and sample size of statistical tests for non-inferiority tests from a

More information

University of California Berkeley

University of California Berkeley University of California Berkeley A Comment on The Cross-Section of Volatility and Expected Returns : The Statistical Significance of FVIX is Driven by a Single Outlier Robert M. Anderson Stephen W. Bianchi

More information

Lab#3 Probability

Lab#3 Probability 36-220 Lab#3 Probability Week of September 19, 2005 Please write your name below, tear off this front page and give it to a teaching assistant as you leave the lab. It will be a record of your participation

More information

Investments Fin 201a Syllabus (subject to change) Fall 2016 Prof. Anna Scherbina

Investments Fin 201a Syllabus (subject to change) Fall 2016 Prof. Anna Scherbina Investments Fin 201a Syllabus (subject to change) Fall 2016 Prof. Anna Scherbina Brandeis International Business School Teaching Assistants: Yiyang Guo Ming Shen Anqi Wang Yixin Zhang ascherbina@brandeis.edu

More information

Homework Assignment Section 3

Homework Assignment Section 3 Homework Assignment Section 3 Tengyuan Liang Business Statistics Booth School of Business Problem 1 A company sets different prices for a particular stereo system in eight different regions of the country.

More information

Non-linearities in Simple Regression

Non-linearities in Simple Regression Non-linearities in Simple Regression 1. Eample: Monthly Earnings and Years of Education In this tutorial, we will focus on an eample that eplores the relationship between total monthly earnings and years

More information

Department of Economics ECO 204 Microeconomic Theory for Commerce Test 2

Department of Economics ECO 204 Microeconomic Theory for Commerce Test 2 Department of Economics ECO 204 Microeconomic Theory for Commerce 2013-2014 Test 2 IMPORTANT NOTES: Proceed with this exam only after getting the go-ahead from the Instructor or the proctor Do not leave

More information

Homework Solutions - Lecture 2 Part 2

Homework Solutions - Lecture 2 Part 2 Homework Solutions - Lecture 2 Part 2 1. In 1995, Time Warner Inc. had a Beta of 1.61. Part of the reason for this high Beta was the debt left over from the leveraged buyout of Time by Warner in 1989,

More information

Steps for Software to Do Simulation Modeling (New Update 02/15/01)

Steps for Software to Do Simulation Modeling (New Update 02/15/01) Steps for Using @RISK Software to Do Simulation Modeling (New Update 02/15/01) Important! Before we get to the steps, we want to provide several notes to help you do the steps. Use the browser s Back button

More information

Spreadsheet Directions

Spreadsheet Directions The Best Summer Job Offer Ever! Spreadsheet Directions Before beginning, answer questions 1 through 4. Now let s see if you made a wise choice of payment plan. Complete all the steps outlined below in

More information

The instructions on this page also work for the TI-83 Plus and the TI-83 Plus Silver Edition.

The instructions on this page also work for the TI-83 Plus and the TI-83 Plus Silver Edition. The instructions on this page also work for the TI-83 Plus and the TI-83 Plus Silver Edition. The position of the graphically represented keys can be found by moving your mouse on top of the graphic. Turn

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

More information

Impact of Unemployment and GDP on Inflation: Imperial study of Pakistan s Economy

Impact of Unemployment and GDP on Inflation: Imperial study of Pakistan s Economy International Journal of Current Research in Multidisciplinary (IJCRM) ISSN: 2456-0979 Vol. 2, No. 6, (July 17), pp. 01-10 Impact of Unemployment and GDP on Inflation: Imperial study of Pakistan s Economy

More information

Summary of Statistical Analysis Tools EDAD 5630

Summary of Statistical Analysis Tools EDAD 5630 Summary of Statistical Analysis Tools EDAD 5630 Test Name Program Used Purpose Steps Main Uses/Applications in Schools Principal Component Analysis SPSS Measure Underlying Constructs Reliability SPSS Measure

More information

Session Window. Variable Name Row. Worksheet Window. Double click on MINITAB icon. You will see a split screen: Getting Started with MINITAB

Session Window. Variable Name Row. Worksheet Window. Double click on MINITAB icon. You will see a split screen: Getting Started with MINITAB STARTING MINITAB: Double click on MINITAB icon. You will see a split screen: Session Window Worksheet Window Variable Name Row ACTIVE WINDOW = BLUE INACTIVE WINDOW = GRAY f(x) F(x) Getting Started with

More information

7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4

7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4 7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4 - Would the correlation between x and y in the table above be positive or negative? The correlation is negative. -

More information

$0.00 $0.50 $1.00 $1.50 $2.00 $2.50 $3.00 $3.50 $4.00 Price

$0.00 $0.50 $1.00 $1.50 $2.00 $2.50 $3.00 $3.50 $4.00 Price Orange Juice Sales and Prices In this module, you will be looking at sales and price data for orange juice in grocery stores. You have data from 83 stores on three brands (Tropicana, Minute Maid, and the

More information

R & R Study. Chapter 254. Introduction. Data Structure

R & R Study. Chapter 254. Introduction. Data Structure Chapter 54 Introduction A repeatability and reproducibility (R & R) study (sometimes called a gauge study) is conducted to determine if a particular measurement procedure is adequate. If the measurement

More information

Expected Return Methodologies in Morningstar Direct Asset Allocation

Expected Return Methodologies in Morningstar Direct Asset Allocation Expected Return Methodologies in Morningstar Direct Asset Allocation I. Introduction to expected return II. The short version III. Detailed methodologies 1. Building Blocks methodology i. Methodology ii.

More information

Non-Inferiority Tests for the Ratio of Two Means

Non-Inferiority Tests for the Ratio of Two Means Chapter 455 Non-Inferiority Tests for the Ratio of Two Means Introduction This procedure calculates power and sample size for non-inferiority t-tests from a parallel-groups design in which the logarithm

More information

Tests for Two Variances

Tests for Two Variances Chapter 655 Tests for Two Variances Introduction Occasionally, researchers are interested in comparing the variances (or standard deviations) of two groups rather than their means. This module calculates

More information

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA Michael R. Middleton, McLaren School of Business, University of San Francisco 0 Fulton Street, San Francisco, CA -00 -- middleton@usfca.edu

More information

Prepared By. Handaru Jati, Ph.D. Universitas Negeri Yogyakarta.

Prepared By. Handaru Jati, Ph.D. Universitas Negeri Yogyakarta. Prepared By Handaru Jati, Ph.D Universitas Negeri Yogyakarta handaru@uny.ac.id Chapter 7 Statistical Analysis with Excel Chapter Overview 7.1 Introduction 7.2 Understanding Data 7.2.1 Descriptive Statistics

More information

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com.

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com. In earlier technology assignments, you identified several details of a health plan and created a table of total cost. In this technology assignment, you ll create a worksheet which calculates the total

More information

What We Will Cover in Ch. 1

What We Will Cover in Ch. 1 Chapter 1: Making Sense of Data Hildebrand, Ott and Gray Basic Statistical Ideas for Managers Second Edition 1 What We Will Cover in Ch. 1 Meaning of data Purpose of collecting data Use of data in Finance

More information

Regression Review and Robust Regression. Slides prepared by Elizabeth Newton (MIT)

Regression Review and Robust Regression. Slides prepared by Elizabeth Newton (MIT) Regression Review and Robust Regression Slides prepared by Elizabeth Newton (MIT) S-Plus Oil City Data Frame Monthly Excess Returns of Oil City Petroleum, Inc. Stocks and the Market SUMMARY: The oilcity

More information

ACS YEAR-END FREQUENTLY ASKED QUESTIONS. General Ledger

ACS YEAR-END FREQUENTLY ASKED QUESTIONS. General Ledger ACS YEAR-END FREQUENTLY ASKED QUESTIONS This document includes answers to frequently asked questions about the following ACS modules: General Ledger Payroll Accounts Payable Accounts Receivable General

More information

Conover Test of Variances (Simulation)

Conover Test of Variances (Simulation) Chapter 561 Conover Test of Variances (Simulation) Introduction This procedure analyzes the power and significance level of the Conover homogeneity test. This test is used to test whether two or more population

More information

SAS Simple Linear Regression Example

SAS Simple Linear Regression Example SAS Simple Linear Regression Example This handout gives examples of how to use SAS to generate a simple linear regression plot, check the correlation between two variables, fit a simple linear regression

More information

UNIVERSITY OF OREGON. Steps and OPE Calculations For Data Entry to Banner Budget Development

UNIVERSITY OF OREGON. Steps and OPE Calculations For Data Entry to Banner Budget Development UNIVERSITY OF OREGON Steps and OPE Calculations For Data Entry to Banner Budget Development Budget and Resource Planning 4/27/2016 Overview Banner budgeting does not allow budgeting of OPE within the Salary

More information

FINANCIAL MODELING OF FOREIGN EXCHANGE RATES USING THE US DOLLAR AND THE EURO EXCHANGE RATES: A PEDAGOGICAL NOTE

FINANCIAL MODELING OF FOREIGN EXCHANGE RATES USING THE US DOLLAR AND THE EURO EXCHANGE RATES: A PEDAGOGICAL NOTE FINANCIAL MODELING OF FOREIGN EXCHANGE RATES USING THE US DOLLAR AND THE EURO EXCHANGE RATES: A PEDAGOGICAL NOTE Carl B. McGowan, Jr., Norfolk State University, 700 Park Avenue, Norfolk, VA, cbmcgowan@yahoo.com,

More information

Jacob: What data do we use? Do we compile paid loss triangles for a line of business?

Jacob: What data do we use? Do we compile paid loss triangles for a line of business? PROJECT TEMPLATES FOR REGRESSION ANALYSIS APPLIED TO LOSS RESERVING BACKGROUND ON PAID LOSS TRIANGLES (The attached PDF file has better formatting.) {The paid loss triangle helps you! distinguish between

More information

SUMMARY STATISTICS EXAMPLES AND ACTIVITIES

SUMMARY STATISTICS EXAMPLES AND ACTIVITIES Session 6 SUMMARY STATISTICS EXAMPLES AD ACTIVITIES Example 1.1 Expand the following: 1. X 2. 2 6 5 X 3. X 2 4 3 4 4. X 4 2 Solution 1. 2 3 2 X X X... X 2. 6 4 X X X X 4 5 6 5 3. X 2 X 3 2 X 4 2 X 5 2

More information

MLC at Boise State Lines and Rates Activity 1 Week #2

MLC at Boise State Lines and Rates Activity 1 Week #2 Lines and Rates Activity 1 Week #2 This activity will use slopes to calculate marginal profit, revenue and cost of functions. What is Marginal? Marginal cost is the cost added by producing one additional

More information

DazStat. Introduction. Installation. DazStat is an Excel add-in for Excel 2003 and Excel 2007.

DazStat. Introduction. Installation. DazStat is an Excel add-in for Excel 2003 and Excel 2007. DazStat Introduction DazStat is an Excel add-in for Excel 2003 and Excel 2007. DazStat is one of a series of Daz add-ins that are planned to provide increasingly sophisticated analytical functions particularly

More information

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late)

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late) University of New South Wales Semester 1, 2011 School of Economics James Morley 1. Autoregressive Processes (15 points) Economics 4201 and 6203 Homework #2 Due on Tuesday 3/29 (20 penalty per day late)

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

CHAPTER 4 DATA ANALYSIS Data Hypothesis

CHAPTER 4 DATA ANALYSIS Data Hypothesis CHAPTER 4 DATA ANALYSIS 4.1. Data Hypothesis The hypothesis for each independent variable to express our expectations about the characteristic of each independent variable and the pay back performance

More information

State Ownership at the Oslo Stock Exchange. Bernt Arne Ødegaard

State Ownership at the Oslo Stock Exchange. Bernt Arne Ødegaard State Ownership at the Oslo Stock Exchange Bernt Arne Ødegaard Introduction We ask whether there is a state rebate on companies listed on the Oslo Stock Exchange, i.e. whether companies where the state

More information

DECISION SUPPORT Risk handout. Simulating Spreadsheet models

DECISION SUPPORT Risk handout. Simulating Spreadsheet models DECISION SUPPORT MODELS @ Risk handout Simulating Spreadsheet models using @RISK 1. Step 1 1.1. Open Excel and @RISK enabling any macros if prompted 1.2. There are four on-line help options available.

More information

Hertha Longo, CSA Matt Wade

Hertha Longo, CSA Matt Wade Hertha Longo, CSA Matt Wade Census and financial forecasting tool to assist religious institutes in decision-making and planning for the future Available on CD for purchase by religious institutes only

More information

Linear regression model

Linear regression model Regression Model Assumptions (Solutions) STAT-UB.0003: Regression and Forecasting Models Linear regression model 1. Here is the least squares regression fit to the Zagat restaurant data: 10 15 20 25 10

More information

Creating and Assigning Targets

Creating and Assigning Targets Creating and Assigning Targets Targets are a powerful reporting tool in PortfolioCenter that allow you to mix index returns for several indexes, based on the portfolio s asset class allocation. For example,

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

Investments Fin 201a Syllabus (subject to change) Fall 2018 Prof. Anna Scherbina

Investments Fin 201a Syllabus (subject to change) Fall 2018 Prof. Anna Scherbina Investments Fin 201a Syllabus (subject to change) Fall 2018 Prof. Anna Scherbina Brandeis International Business School Teaching Assistants: Wanmei (May) Ding Jingyan (Janice) Huang Jonathan Kabeya Xiaojie

More information

FSA 3.4 Feature Description

FSA 3.4 Feature Description Sample Data Import from: AAII - QMFU Import from: AAII - ETF Standard Worksheets: Allocation Sample data is provided only for the Demo Version. There are 400 funds in the sample data, with fields redaccted

More information

Monetary Economics Risk and Return, Part 2. Gerald P. Dwyer Fall 2015

Monetary Economics Risk and Return, Part 2. Gerald P. Dwyer Fall 2015 Monetary Economics Risk and Return, Part 2 Gerald P. Dwyer Fall 2015 Reading Malkiel, Part 2, Part 3 Malkiel, Part 3 Outline Returns and risk Overall market risk reduced over longer periods Individual

More information

The Norwegian State Equity Ownership

The Norwegian State Equity Ownership The Norwegian State Equity Ownership B A Ødegaard 15 November 2018 Contents 1 Introduction 1 2 Doing a performance analysis 1 2.1 Using R....................................................................

More information

Running Manager Level Reports

Running Manager Level Reports Running Manager Level Reports Introduction: Manager reports can be run at the summary or account detail level. The reports are formatted in the same manner as the Board of Trustees Quarterly Finance and

More information

Entering Credit Card Charges

Entering Credit Card Charges Entering Credit Card Charges Entering Credit Card Charges QuickBooks lets you choose when you enter your credit card charges. You can enter credit card charges when you charge an item or when you receive

More information

Visual Cash Focus - User Tip 39

Visual Cash Focus - User Tip 39 Visual Cash Focus - User Tip 39 Capital Expenditure and deferred payment options How to input a CAPEX budget and options for deferring payment The Scenario Let s assume that you have created a number of

More information

NCSS Statistical Software. Reference Intervals

NCSS Statistical Software. Reference Intervals Chapter 586 Introduction A reference interval contains the middle 95% of measurements of a substance from a healthy population. It is a type of prediction interval. This procedure calculates one-, and

More information

Analysis of 2x2 Cross-Over Designs using T-Tests for Non-Inferiority

Analysis of 2x2 Cross-Over Designs using T-Tests for Non-Inferiority Chapter 235 Analysis of 2x2 Cross-Over Designs using -ests for Non-Inferiority Introduction his procedure analyzes data from a two-treatment, two-period (2x2) cross-over design where the goal is to demonstrate

More information

Name Period. Linear Correlation

Name Period. Linear Correlation Linear Regression Models Directions: Use the information below to solve the problems in this packet. Packets are due at the end of the period and students who do not finish will be required to come in

More information

Abdul Latif Jameel Poverty Action Lab Executive Training: Evaluating Social Programs Spring 2009

Abdul Latif Jameel Poverty Action Lab Executive Training: Evaluating Social Programs Spring 2009 MIT OpenCourseWare http://ocw.mit.edu Abdul Latif Jameel Poverty Action Lab Executive Training: Evaluating Social Programs Spring 2009 For information about citing these materials or our Terms of Use,

More information

Statistics 101: Section L - Laboratory 6

Statistics 101: Section L - Laboratory 6 Statistics 101: Section L - Laboratory 6 In today s lab, we are going to look more at least squares regression, and interpretations of slopes and intercepts. Activity 1: From lab 1, we collected data on

More information

Monte Carlo Simulation (General Simulation Models)

Monte Carlo Simulation (General Simulation Models) Monte Carlo Simulation (General Simulation Models) Revised: 10/11/2017 Summary... 1 Example #1... 1 Example #2... 10 Summary Monte Carlo simulation is used to estimate the distribution of variables when

More information

TROUBLESHOOTING THE SHARPE RATIO ON THE PERFORMANCE ANALYSIS REPORT

TROUBLESHOOTING THE SHARPE RATIO ON THE PERFORMANCE ANALYSIS REPORT TROUBLESHOOTING THE SHARPE RATIO ON THE PERFORMANCE ANALYSIS REPORT To best troubleshoot Sharpe Ratio, you must first understand the calculation. The Sharpe Ratio calculation is only displayed on the Performance

More information

Homework Assignment Section 3

Homework Assignment Section 3 Homework Assignment Section 3 Tengyuan Liang Business Statistics Booth School of Business Problem 1 A company sets different prices for a particular stereo system in eight different regions of the country.

More information

Stat3011: Solution of Midterm Exam One

Stat3011: Solution of Midterm Exam One 1 Stat3011: Solution of Midterm Exam One Fall/2003, Tiefeng Jiang Name: Problem 1 (30 points). Choose one appropriate answer in each of the following questions. 1. (B ) The mean age of five people in a

More information

Internet Appendix to The Booms and Busts of Beta Arbitrage

Internet Appendix to The Booms and Busts of Beta Arbitrage Internet Appendix to The Booms and Busts of Beta Arbitrage Table A1: Event Time CoBAR This table reports some basic statistics of CoBAR, the excess comovement among low beta stocks over the period 1970

More information

This homework assignment uses the material on pages ( A moving average ).

This homework assignment uses the material on pages ( A moving average ). Module 2: Time series concepts HW Homework assignment: equally weighted moving average This homework assignment uses the material on pages 14-15 ( A moving average ). 2 Let Y t = 1/5 ( t + t-1 + t-2 +

More information

5.- RISK ANALYSIS. Business Plan

5.- RISK ANALYSIS. Business Plan 5.- RISK ANALYSIS The Risk Analysis module is an educational tool for management that allows the user to identify, analyze and quantify the risks involved in a business project on a specific industry basis

More information

Risk, Return and Capital Budgeting

Risk, Return and Capital Budgeting Risk, Return and Capital Budgeting For 9.220, Term 1, 2002/03 02_Lecture15.ppt Student Version Outline 1. Introduction 2. Project Beta and Firm Beta 3. Cost of Capital No tax case 4. What influences Beta?

More information

Master User Manual. Last Updated: August, Released concurrently with CDM v.1.0

Master User Manual. Last Updated: August, Released concurrently with CDM v.1.0 Master User Manual Last Updated: August, 2010 Released concurrently with CDM v.1.0 All information in this manual referring to individuals or organizations (names, addresses, company names, telephone numbers,

More information

GETTING STARTED. To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop

GETTING STARTED. To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop Minitab 14 1 GETTING STARTED To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop The Minitab session will come up like this 2 To SAVE FILE 1. Click File>Save Project

More information

Tests for Two Means in a Multicenter Randomized Design

Tests for Two Means in a Multicenter Randomized Design Chapter 481 Tests for Two Means in a Multicenter Randomized Design Introduction In a multicenter design with a continuous outcome, a number of centers (e.g. hospitals or clinics) are selected at random

More information

Confidence Intervals for Pearson s Correlation

Confidence Intervals for Pearson s Correlation Chapter 801 Confidence Intervals for Pearson s Correlation Introduction This routine calculates the sample size needed to obtain a specified width of a Pearson product-moment correlation coefficient confidence

More information