Written by N.Nilgün Çokça. Advance Excel. Part One. Using Excel for Data Analysis

Size: px
Start display at page:

Download "Written by N.Nilgün Çokça. Advance Excel. Part One. Using Excel for Data Analysis"

Transcription

1 Written by N.Nilgün Çokça Advance Excel Part One Using Excel for Data Analysis March, 2018

2 P a g e 1 Using Excel for Calculations Arithmetic operations Arithmetic operators: To perform basic mathematical operations such as addition, subtraction, or multiplication; combine numbers; and produce numeric results, use the following arithmetic operators. Arithmetic operator Meaning (Example) + (plus sign) Addition (3+3) (minus sign) Subtraction (3 1)Negation ( 1) * (asterisk) Multiplication (3*3) / (forward slash) Division (3/3) % (percent sign) Percent (20%) ^ (caret) Exponentiation (3^2) Mathematical functions There are a large number of mathematical functions, most of which you will never use. Find the right function is fairly simple using Help. Search for math functions. Math and Trigonometry Functions Function Description ABS COMBIN EVEN EXP FACT FACTDOUBLE FLOOR GCD INT LCM LN LOG10 ODD PI POWER PRODUCT QUOTIENT Returns the absolute value of a number Returns the number of combinations for a given number of objects Rounds a number up to the nearest even integer Returns eraised to the power of a given number Returns the factorial of a number Returns the double factorial of a number Rounds a number down, toward zero Returns the greatest common divisor Rounds a number down to the nearest integer Returns the least common multiple Returns the natural logarithm of a number Returns the base-10 logarithm of a number Rounds a number up to the nearest odd integer Returns the value of pi Returns the result of a number raised to a power Multiplies its arguments Returns the integer portion of a division

3 P a g e 2 RAND Returns a random number between 0 and 1 RANDBETWEEN Returns a random number between the numbers you specify ROUND Rounds a number to a specified number of digits ROUNDDOWN Rounds a number down, toward zero ROUNDUP Rounds a number up, away from zero SERIESSUM Returns the sum of a power series based on the formula SIGN Returns the sign of a number SQRT Returns a positive square root SQRTPI Returns the square root of (number * pi) SUBTOTAL Returns a subtotal in a list or database SUM Adds its arguments SUMIF Adds the cells specified by a given criteria SUMPRODUCT Returns the sum of the products of corresponding array components SUMSQ Returns the sum of the squares of the arguments SUMX2PY2 Returns the sum of the sum of squares of corresponding values in two arrays TRUNC Truncates a number to an integer The Insert Function dialog box opens. Type in a description of the function you want, and press Go.

4 P a g e 3 The Economic Functions and Analysis Using Excel for Data Analysis Excel has a number of functions for computing probabilities. Binomial Probabilities A binomial experiment consists of a fixed number of trials, n. On each independent trial the outcome is success or failure, with the probability of success, p, being the same for each trial. The random variable X is the number of success in n trials, so x= 0, 1,, n. For this discrete random variable, the probability that X=x is given by the probability function. n! P(X = x) = f(x) = ( x! (n x)! ) px (1 p) n x, x = 0, 1,, n We can compute these probabilities two ways; the hard way and the easy way. Computing Binomial Probabilities Directly Excel has a number of mathematical functions that make computation of formulas straightforward. Assume there are n=5 trails, that the probability of success is p = 0.3, and that we want the probability of x=3 successes. What we must compute is 5! P(X = x) = f(x) = ( 3! (5 3)! ) 33 (1 3) 5 3 Eventually you will learn many shortcuts in Excel, but should you forget how to compute some mathematical or statistical quantity, there is a Insert Function toolbar. Select Math & Trig Fact function In cell A1 type f(3) and in B1 type the formula = (FACT(5)/(FACT(3)*(FACT(2)))*(0.3^3)*(0.7^2) button on the Excel Computing Binomial Probabilities Using BINOMDIST The Excel function BINOMDIST can be used to find either cumulative probability, P(X x) or the probability function, P(X = x) for a Binomial random variable. Syntax for the function is: BINOM.DIST(number_s, trials, probability_s, cumulative) Where number_s is the number of successes in n trials. trials is the number of independent trials (n) probability is p, the probability of success on any one trial cumulative is a logical value. If set equal to 1 (true), the cumulative probability is returned; if set to 0 (false), the probability mass function is returned. Insert function (fx) Statistical BINOM.DIST in the Function name.

5 P a g e 4 Using the values n=5, p=0.3, and x=3 we obtain the probability Alternatively, we can type the function equation directly into a cell. For example, if p=0.2 and n=10, to find the probability that x=4 and x 4, the worksheet would appear as follows: =BINOM.DIST(4,10,0.2,0) =BINOM.DIST(4,10,0.2,1) The Normal Distribution Excel provides several functions related to the Normal and Standard Normal Distributions. 1. The STANDARDIZE function computes the Z value for given values of X, µ, and. The format of this function is STANDARDIZE(X; µ; ) Referring to the example which µ=3 and =3, if we wanted to find the Z value corresponding to X=6, we would enter =STANDARDIZE(6;3;3) In a cell and the value computed would be The NORMDIST function computes the area, or cumulative probability, less than a given Z value. The format of this function is NORMSDIST(Z) If we wanted to find the area below a Z value of 1.0, we would enter =NORMSDIST(1.0) in a cell, and the value computed would be The NORMDIST function computes the area or probability less than a given X value. The format of this function is NORMDIST(X; µ; ; TRUE) True is a logical value, which can be replaced by 1. If we wanted to find the area below an X value of 6, we would enter =NORMDIST(6;3;3;1) in a cell, and the value computed would be

6 P a g e 5 Stdev, Var, Skew, Kurt, Correl, Ttest... STDEV (Standard Deviation): Calculates the standard deviation of a sample. Array provides the location of the sample values. STDEV uses the following formula: n x 2 ( x) 2 n( n 1) STDEV assumes that its arguments are a sample of the population. If your data represents the entire population, then compute the standard deviation using STDEVP. The standard deviation is calculated using the "nonbiased" or "n-1" method. Example: =STDEV(G2:G4) returns the sample standard deviation of the numbers in G2:G4 G G5 =STDEV(G2:G4) returns 7,8102 which is the sample standard deviation. STDEVP (Standard Deviation of Population): Calculates the standard deviation of a population. Array provides the location of the population values. STDEVP uses the following formula: n x 2 ( x) 2 2 n STDEVP assumes that its arguments are the entire population. If your data represents a sample of the population, then compute the standard deviation using STDEV. For large sample sizes, STDEV and STDEVP return approximately equal values. The standard deviation is calculated using the "biased" or "n" method. =STDEVP(G2:G4) returns the population standard deviation of the numbers in G2:G4. G5 =STDEVP(G2:G4) returns 6,3770 which is the population standard deviation.

7 P a g e 6 Examples: 1) Residents of upstate New York are accustomed to large amounts of snow with snowfalls often exceeding 6 inches in one day. In one city, such snowfalls were recorded for two seasons and are as follows (in inches): 8,6; 9,5; 14,1; 11,5; 7,0; 8,4; 9,0; 6,7; 21,5; 7,7; 6,8; 6,1; 8,5; 14,4; 6,1; 8,0; 9,2; 7,1 What are the mean and the population standard deviation for this data, to the nearest hundredth? Snowfall: 8.6, 9.5, 14.1, 11.5, 7.0, 8.4, 9.0, 6.7, 21.5, 7.7, 6.8, 6.1, 8.5, 14.4, 6.1, 8.0, 9.2, 7.1 2) From 1984 to 1995, the winning scores for a golf tournament were 276, 279, 279, 277, 278, 278, 280, 282, 285, 272, 279, and 278. Using the standard deviation for this sample, Sx, find the percent of these winning scores that fall within one standard deviation of the mean. VAR (Variance): Calculates the variance of a sample. Array provides the location of the sample values. VAR uses the following formula: n x 2 ( x) 2 n( n 1) VAR assumes that its arguments are a sample of the population. If your data represents the entire population, then compute the standard deviation using VARP. Logical values such as TRUE and FALSE and text are ignored. If logical values and text must not be ignored, use the VARA worksheet function. Example: =VAR(G2:G4) returns the sample variance of the numbers in G2:G4 G G5 =VAR(G2:G4) returns 61 which is the sample variance. VARP (Variance of Population): Calculates the variance of a population. Array provides the location of the population values. VARP uses the following formula: n x 2 ( x) 2 2 n VARP assumes that its arguments are the entire population. If your data represents a sample of the population, then compute the variance using VAR.

8 P a g e 7 Example: =VARP(G2:G4) returns the population variance of the numbers in G2:G4. G5 =VARP(G2:G4) returns 40,667 which is the population variance. SKEW (Skewness) Returns the skewness of a distribution. Skewness characterizes the degree of asymmetry of a distribution around its mean. SKEW uses the following formula: S = (x i x ) 3 /T σ3 where σ x = 1 T (x x T t=1 i x ) 2 n x j x 3 ( ) ( n 1)( n 2) s The arguments must be either numbers or names, arrays, or references that contain numbers. If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included. If there are fewer than three data points, or the sample standard deviation is zero, SKEW returns the #DIV/0! error value. A B C D E F G 1 6,5 7,2 6,6 7,4 8,5 8 =SKEW(A1:F1) Returns 0,37943 KURT (Kurtosis) Returns the kurtosis of a data set. Kurtosis characterizes the relative peakedness of flatness of a distribution compared with the normal distribution. Kurtosis is defined as: n( n 19 ( n 1)( n 2)( n 3) x ( J x ) s 4 2 3( n 1) ( n 2)( n 3) where: s is the sample standard deviation. If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included. A B C D E F G H I J K =KURT(A1:J1) Returns 0,1518 Skewness measures the symmetry of the data, a value of zero indicating perfect symmetry. Kurtosis refers to the peakedness of the distribution, with a value of 3 for a normal distribution. Using these measures, the test statistic for the Jarque-Bera test for normality is JB = T 6 (S2 + (K 3)2 ) 4 Where S is skewness and K is kurtosis. This test statistic follows a chi-square distribution with 2 degrees of freedom. We will now calculate this value for the food expenditures model.

9 P a g e 8 TTEST Returns the probability associated with a Student s t-test. Uses TTEST to determine whether two samples are likely to have come from the same two underlying populations that have the same mean. TTEST(array1; array2; tails; type) Array1 is the first data set. Array2 is the second data set. Tails specifies the number of distribution tails. If tails = 1, TTEST uses the one-tailed distribution. If tails = 2, TTEST uses the two-tailed distribution. Type is the kind of t-test to perform. Example: Returns 0, A B =TTEST(A1:A9;B1:B9;2;1)

10 P a g e 9 The Economic Functions and Analysis The Simple Linear Regression Model For estimating a simple linear regression model we will use the food Expenditure data. We have 2 dataset in file food.xlsx food_exp (y) weekly food expenditure in $ income (x) weekly income in $100 We have 40 observations. In first few chapters we will use data on household food expenditure. Save As food.xlsx file food_exp.xlsx Then we will compute the summary statistics, to make sure they match the ones in food.def. we are looking for Mean, Std.Dev., Min., Max., ext.

11 P a g e 10 For this we have to install Data Analysis File Options Add-ins Go Click to File menu for add Data Analysis

12 P a g e 11 Select Add-ins Click to Go to install Analysis ToolPak From the pop-up dialog box Select Analysis ToolPak and click to OK button.

13 P a g e 12 Descriptive Statistics Excel has a tool called Descriptive Statistics, which can be found on the Tools/Data Analysis menu. You are encouraged to explore this tool. While it is a quick and easy way to obtain statistics about our residuals we will compute skewness and kurtosis directly. After it installs Analysis ToolPak, you will see Data Analysis under Data Menu. On Data Analysis you can see Correlation, Covariance, Descriptive Statistics, F-Test, and Histogram ext. To compute the summary statistics, select Descriptive Statistics. Input Range is for Data sets so we click there and select area of datasets. A1:B41 When you select A1:B41 you will notice that range turn to $A$1:$B$41 that it makes Absolute Cell reference that will not be changed if the datasets are moved.

14 P a g e 13 Tick the box Labels in First Row so that these cells will not be treated as data. We have labels in A1 and B1. Output range will put our results in the same sheet. New worksheet Ply will be best choice for us. So we will use a new sheet name it Des_Stats. Last part is for what we want : Summary Statistics Confidence level for mean OK! Will give us results for summary statistics. You can enlarge cells by double clicking between two column labels after selecting all cells. And also you can copy and paste the results to WORD.

15 P a g e 14 food_exp income Mean Mean Standard Error Standard Error Median Median Mode #N/A Mode #N/A Standard Deviation Standard Deviation Sample Variance Sample Variance Kurtosis Kurtosis Skewness Skewness Range Range Minimum Minimum 3.69 Maximum Maximum Sum Sum Count 40 Count 40 Plotting the Food Expenditure Data We introduce the simple linear regression model and estimate a model of weekly food expenditure. We also demonstrate the plotting capabilities of Excel and show how to use the software to calculate the income elasticity of food expenditure, and to predict food expenditure from our regression results. We will use Chart Wizard to scatter plot the data. Open food.xls file in Excel. Although it will select by itself, our graphic source is $A$1:$B$41.

16 P a g e 15 Cell Reference A reference identifies a cell or a range of cells on a worksheet and tells Microsoft Excel where to look for the values or data you want to use in a formula. With references, you can use data contained in different parts of a worksheet in one formula or use the value from one cell in several formulas. You can also refer to cells on other sheets in the same workbook, and to other workbooks. References to cells in other workbooks are called links. Reference to another worksheet =Sheet2!$B$2:$C$5 Relative vs. Absolute References Relative references: A relative cell reference in a formula, such as A1, is based on the relative position of the cell that contains the formula and the cell the reference refers to. If the position of the cell that contains the formula changes, the reference is changed. If you copy the formula across rows or down columns, the reference automatically adjusts. By default, new formulas use relative references. Absolute references: An absolute cell reference in a formula, such as $A$1, always refer to a cell in a specific location. If the position of the cell that contains the formula changes, the absolute reference remains the same. If you copy the formula across rows or down columns, the absolute reference does not adjust. By default, new formulas use relative references, and you need to switch them to absolute references. For example, if you copy a absolute reference in cell B2 to cell B3, it stays the same in both cells =$A$1.

17 P a g e 16 we click the graphic tools. Design menu- Data Source. when the graphic come to the screen We will edit the data set. Otherwise our graphic will be wrong. The chart will be the Food Expenditure not the income. We need to create FOOD-EXP. Chart, but Excel assumes that the first column is the X variable. You may either change the order of column or change series order. Click on Chart then Select Data command to change the data range included in the chart. Then select Edit to correct the series in chart.

18 P a g e 17 Series name, series X values, and Series Y values must be fill same as in dialog box. Chart Title: Food Expenditure Primary Horizontal Axis Title: Income Primary Vertical Axis Title: Food_Exp. Legend: None Move Chart as a new sheet. When you finish chart you can copy the chart and paste it to Word document.

19 Food_Exp. P a g e 18 Food Expenditure Income Estimating A Simple Regression To estimate the parameters b1 and b2 of the food expenditure equation, place cursor in an empty cell and click to Data menu, Data Analysis command. When Data Analysis dialog box appears, click on Regression. To define the input range, first click on the Input Y range box. Input Y range is food_exp.,($a$1$a$41) Input X Range is income, ($B$1$B$41) If you are including labels, don t forget to check the Label box! Do not check the Constant is Zero box. This would suppress the intercept. Output option will be same as descriptive statistics. New Worksheet Ply: Food_exp. and press OK button.

20 P a g e 19 Since you chose to place the output in a separate worksheet, a new worksheet will appear as a tab in the lower left corner of the work area. If you click on the Food_Exp tab, you will notice that the columns are not wide enough to show the cells completely. Highlight the data, or the entire sheet, and double click between any columns. The output contains many items that you will learn about later. For now, it is important to note that the Coefficients corresponding to Intercept and income are the least squares estimates 1 and 2.

21 food_exp P a g e 20 Plotting a Simple Regression In order to plot the regression function, we must re-estimate the food expenditure equation and choose the Line Fit Plots option in the regression dialog box. Rename chart title to Food Expenditure Regression Food Expenditure Regression food_exp Predicted food_exp income Adding a Trendline Notice that both the actual values of Y and the predicted values are plotted. To include the estimated regression function, place the cursor over one of the predicted Y points (the pink ones) until the caption "Series Predicted Y" appears.

22 Right Click and choose Add Trendline. P a g e 21

23 P a g e 22 Properties of the Least Squares Estimators In addition to the regression output, we now have the RESIDUAL OUTPUT, which gives for each observation the fitted value of y, y = b 1 + b 2 x, and the least squares residual, e t = y t y t. Some of the output is shown on the next page. Estimating the Error Variance, σ 2 In the simple Linear model the variance of the error term is var(et)= 2. To estimate this parameter we divide the sum of squared least squares residuals e t 2 by the degrees of freedom, T-2 so that σ 2 = e t 2 T 2 To compute the sum of squared residuals proceed as follows: In cell D25, square the value in cell C25 by typing =C25^2 then <ENTER>

24 P a g e 23 To copy for all observations, drag and drop formula from black square dot. (Or double click). Then get sum by ( autosum). The result is which represent e t 2 We can then calculate: σ 2 = e t 2 T = This quantity is so important it is reported automatically in the ANOVA (analysis of variance) table when a regression is estimated. The column labeled SS contains various sum of squares, the df column contains degrees of freedom, and the MS column, standing for mean squares, is the ratio SS/df. If we use the numbers in the Residual row, we see that the computed value is σ 2 Furthermore, under Regression Statistics, the Standard Error is the estimated standard error of the model. As you can verify, squaring this value gives, , is the estimated variance of the error term.

25 P a g e 24 Regression Statistics Standard Error σ = e t 2 T 2 The Variances and Covariance of the Least Squares Estimators The estimated variances and covariances of the least squares estimators are not directly reported in Excel. However, in the simple model they are easily obtained. The estimated variance of b2 is va r(b 2 ) = The standard error of the estimated coefficient is σ 2 t t=1(x i x ) 2 σ 2 se(b 2 ) = va r(b 2 ) = (x i x ) 2 In the Excel output we are given the values of the standard errors for the least squares estimates. t t=1 The standard errors are reported in the column next to the coefficient estimates. The estimation variances can be obtained by squaring the standard errors. The estimated covariances of the least squares estimators are not reported by Excel. For the simple regression model, with only one explanatory variable, calculating the covariance is not difficult. The formula for the covariance (or the variance) can be translated into an Excel formula. X cov(b 1, b 2 ) = σ 2 [ (X t X ) 2]

26 P a g e 25 From the regression worksheet, copy the standard error of the model to the worksheet containing the original data. Square the value, and label the cell. To compute the sample mean of the X values we can use Excel s AVERAGE function. Covariance and correlation analysis The covariance and correlation can tell us about the linear relationship between two variables, a primary concern of linear regression. Specifically, the covariance tells us the direction of the linear relationship, while the correlation is a measure of the strength (and direction) of the linear relationship. One should always investigate these measures when considering a linear regression. Multiple R, in the simple regression output, gives us the square root of R2 which is the correlation between x and y. A more general way to calculate covariance and correlation can be achieved by utilizing the DataAnalysis under the Data menu. The sample correlation coefficient, r, measures the direction and strength of the linear relationship between two variables and is between 1 and 1. To obtain the sample correlation coefficient, follow the instructions above for the correlation, except choose correlation from the Tool/Data Analysis menu.

27 P a g e 26 The estimated correlation between food expenditures and weekly income, r, is which is the value given as Multiple R in the regression output summary. Values on the diagonal of the correlation matrix will always equal 1. R 2, the coefficient of determination is equal to r 2, the coefficient of correlation. This is only true in the simple regression model. In an empty cell on the worksheet corr, type =B3^2. The result is which is the value reported for R square in the Summary Output from the regression results. A relationship that is always true, in simple linear regression and in the multiple regression models is that R 2 is the square of the simple correlation between the values of y and their predicted values, y. Including the variable labels is recommended because they appear in the output. If they were not included, the labels would simply be COLUMN1 and COLUMN2, which can be confusing when you don t remember which variable is in which column. The diagonal elements of the covariance matrix are the estimated sample variances. The covariance between food expenditures and weekly income is positive, suggesting a positive linear relationship. The value of the covariance, , does not, however, tell you the strength of that linear relationship. Residual Diagnostics By analyzing the residuals of the fitted model, we may be able to detect model specification problems. A histogram of the residuals can suggest the distribution of the errors, and the Jarque-Bera test statistic can be used to formally test for normality. Both of these functions

28 P a g e 27 are important since hypothesis testing and interval estimations are based on distributional assumptions. In order to create a histogram of the residuals, we need to rerun the food expenditures model and choose the Residuals output option. Testing for Normality When choosing the functional form for a particular model, we want to ensure that the resulting errors are normally distributed. Hypothesis testing and interval estimation are based on this assumption. A histogram of the residuals can suggest the distribution of the errors, and the Jarque-Bera test statistic can be used to formally test for normality. Creating a Histogram of the Residuals If not done previously, run a regression of the food expenditures model, choosing the Residuals Output option. Excel will provide the residuals for each observation, in addition to the standard Regression output.

29 P a g e 28 Examine the values of the residuals, noting the lowest and highest values. Create a BIN column next to the residuals column and determine the category values for the histogram. In this column, enter the values -250, -200, -150, -100, -50, 0, 50, 100, 150, 200 and 250. The Histogram dialog box will appear. Fill in the data ranges, by highlighting the residuals for the Input Range, and highlight the values created in the BIN column for the Bin Range. Place the output on a new worksheet called Histogram. After checking the Chart Output box, click OK. A histogram is a column chart that displays frequency data. In order to use the Histogram tool in Excel, you ll need to organize your data into two columns on the spreadsheet: one column for input data and the other for bin numbers. Input data is the data that you want to analyze. Bin numbers represent the intervals that you want the Histogram tool to use for measuring and analyzing the input Data.

30 Frequency P a g e 29 Histogram Frequency More Bin The Bin values and Frequencies appear, along with the histogram. Format the histogram graph as needed. (Remove legend, resize, rename title, etc). The residuals seem to be centered around zero, but the symmetry of the distribution seems questionable. A formal test of normality, the Jarque-Bera test, uses skewness and kurtosis, which can be easily estimated with Excel. Please repeat every step with Consumption.xls Write a report in Word document.

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

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL There is a wide range of probability distributions (both discrete and continuous) available in Excel. They can be accessed through the Insert Function

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

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

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

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

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

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

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

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

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

ก ก ก ก ก ก ก. ก (Food Safety Risk Assessment Workshop) 1 : Fundamental ( ก ( NAC 2010)) 2 3 : Excel and Statistics Simulation Software\

ก ก ก ก ก ก ก. ก (Food Safety Risk Assessment Workshop) 1 : Fundamental ( ก ( NAC 2010)) 2 3 : Excel and Statistics Simulation Software\ ก ก ก ก (Food Safety Risk Assessment Workshop) ก ก ก ก ก ก ก ก 5 1 : Fundamental ( ก 29-30.. 53 ( NAC 2010)) 2 3 : Excel and Statistics Simulation Software\ 1 4 2553 4 5 : Quantitative Risk Modeling Microbial

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

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product Introduction to Basic Excel Functions and Formulae Excel has some very useful functions that you can use when working with formulae. This worksheet has been designed using Excel 2010 however the basic

More information

EXCEL STATISTICAL Functions. Presented by Wayne Wilmeth

EXCEL STATISTICAL Functions. Presented by Wayne Wilmeth EXCEL STATISTICAL Functions Presented by Wayne Wilmeth Exponents 2 3 Exponents 2 3 2*2*2 = 8 Exponents Exponents Exponents Exponent Examples Roots? *? = 81? *? *? = 27 Roots =Sqrt(81) 9 Roots 27 1/3 27^(1/3)

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

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

Bidding Decision Example

Bidding Decision Example Bidding Decision Example SUPERTREE EXAMPLE In this chapter, we demonstrate Supertree using the simple bidding problem portrayed by the decision tree in Figure 5.1. The situation: Your company is bidding

More information

ExcelSim 2003 Documentation

ExcelSim 2003 Documentation ExcelSim 2003 Documentation Note: The ExcelSim 2003 add-in program is copyright 2001-2003 by Timothy R. Mayes, Ph.D. It is free to use, but it is meant for educational use only. If you wish to perform

More information

ECOSOC MS EXCEL LECTURE SERIES DISTRIBUTIONS

ECOSOC MS EXCEL LECTURE SERIES DISTRIBUTIONS ECOSOC MS EXCEL LECTURE SERIES DISTRIBUTIONS Module Excel provides probabilities for the following functions: (Note- There are many other functions also but here we discuss only those which will help in

More information

Workshop 1. Descriptive Statistics, Distributions, Sampling and Monte Carlo Simulation. Part I: The Firestone Case 1

Workshop 1. Descriptive Statistics, Distributions, Sampling and Monte Carlo Simulation. Part I: The Firestone Case 1 Sami Najafi Asadolahi Statistics for Managers Workshop 1 Descriptive Statistics, Distributions, Sampling and Monte Carlo Simulation The purpose of the workshops is to give you hands-on experience with

More information

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR STATISTICAL DISTRIBUTIONS AND THE CALCULATOR 1. Basic data sets a. Measures of Center - Mean ( ): average of all values. Characteristic: non-resistant is affected by skew and outliers. - Median: Either

More information

What s Normal? Chapter 8. Hitting the Curve. In This Chapter

What s Normal? Chapter 8. Hitting the Curve. In This Chapter Chapter 8 What s Normal? In This Chapter Meet the normal distribution Standard deviations and the normal distribution Excel s normal distribution-related functions A main job of statisticians is to estimate

More information

MBEJ 1023 Dr. Mehdi Moeinaddini Dept. of Urban & Regional Planning Faculty of Built Environment

MBEJ 1023 Dr. Mehdi Moeinaddini Dept. of Urban & Regional Planning Faculty of Built Environment MBEJ 1023 Planning Analytical Methods Dr. Mehdi Moeinaddini Dept. of Urban & Regional Planning Faculty of Built Environment Contents What is statistics? Population and Sample Descriptive Statistics Inferential

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

Introduction to Time Series Analysis. Madrid, Spain September Case study: exploring a time series and achieving stationarity

Introduction to Time Series Analysis. Madrid, Spain September Case study: exploring a time series and achieving stationarity Introduction to Series Analysis Madrid, Spain -4 September 27 Case study: exploring a time series and achieving stationarity Objectives: at the end of the case study, the participant should Understand

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

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

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

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

SPSS I: Menu Basics Practice Exercises Target Software & Version: SPSS V Last Updated on January 17, 2007 Created by Jennifer Ortman

SPSS I: Menu Basics Practice Exercises Target Software & Version: SPSS V Last Updated on January 17, 2007 Created by Jennifer Ortman SPSS I: Menu Basics Practice Exercises Target Software & Version: SPSS V. 14.02 Last Updated on January 17, 2007 Created by Jennifer Ortman PRACTICE EXERCISES Exercise A Obtain descriptive statistics (mean,

More information

Software Tutorial ormal Statistics

Software Tutorial ormal Statistics Software Tutorial ormal Statistics The example session with the teaching software, PG2000, which is described below is intended as an example run to familiarise the user with the package. This documented

More information

MATHEMATICS APPLIED TO BIOLOGICAL SCIENCES MVE PA 07. LP07 DESCRIPTIVE STATISTICS - Calculating of statistical indicators (1)

MATHEMATICS APPLIED TO BIOLOGICAL SCIENCES MVE PA 07. LP07 DESCRIPTIVE STATISTICS - Calculating of statistical indicators (1) LP07 DESCRIPTIVE STATISTICS - Calculating of statistical indicators (1) Descriptive statistics are ways of summarizing large sets of quantitative (numerical) information. The best way to reduce a set of

More information

Discrete Probability Distributions

Discrete Probability Distributions 5 Discrete Probability Distributions 5-3 Binomial Probability Distributions 5-5 Poisson Probability Distributions 52 Chapter 5: Discrete Probability Distributions 5-3 Binomial Probability Distributions

More information

Ti 83/84. Descriptive Statistics for a List of Numbers

Ti 83/84. Descriptive Statistics for a List of Numbers Ti 83/84 Descriptive Statistics for a List of Numbers Quiz scores in a (fictitious) class were 10.5, 13.5, 8, 12, 11.3, 9, 9.5, 5, 15, 2.5, 10.5, 7, 11.5, 10, and 10.5. It s hard to get much of a sense

More information

23.1 Probability Distributions

23.1 Probability Distributions 3.1 Probability Distributions Essential Question: What is a probability distribution for a discrete random variable, and how can it be displayed? Explore Using Simulation to Obtain an Empirical Probability

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

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

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

To complete this workbook, you will need the following file:

To complete this workbook, you will need the following file: CHAPTER 7 Excel More Skills 11 Create Amortization Tables Amortization tables track loan payments for the life of a loan. Each row in an amortization table tracks how much of a payment is applied to the

More information

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE AP STATISTICS Name: FALL SEMESTSER FINAL EXAM STUDY GUIDE Period: *Go over Vocabulary Notecards! *This is not a comprehensive review you still should look over your past notes, homework/practice, Quizzes,

More information

Decision Trees: Booths

Decision Trees: Booths DECISION ANALYSIS Decision Trees: Booths Terri Donovan recorded: January, 2010 Hi. Tony has given you a challenge of setting up a spreadsheet, so you can really understand whether it s wiser to play in

More information

Chapter 3. Numerical Descriptive Measures. Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1

Chapter 3. Numerical Descriptive Measures. Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1 Chapter 3 Numerical Descriptive Measures Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1 Objectives In this chapter, you learn to: Describe the properties of central tendency, variation, and

More information

Technology Assignment Calculate the Total Annual Cost

Technology Assignment Calculate the Total Annual Cost In an earlier technology assignment, you identified several details of two different health plans. In this technology assignment, you ll create a worksheet which calculates the total annual cost of medical

More information

Review: Types of Summary Statistics

Review: Types of Summary Statistics Review: Types of Summary Statistics We re often interested in describing the following characteristics of the distribution of a data series: Central tendency - where is the middle of the distribution?

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

STATISTICAL DATA ANALYSIS USING FUNCTIONS

STATISTICAL DATA ANALYSIS USING FUNCTIONS STATISTICAL DATA ANALYSIS USING FUNCTIONS Excel provides an extensive range of Statistical Functions, that perform calculations from basic mean, median & mode to the more complex statistical distribution

More information

IOP 201-Q (Industrial Psychological Research) Tutorial 5

IOP 201-Q (Industrial Psychological Research) Tutorial 5 IOP 201-Q (Industrial Psychological Research) Tutorial 5 TRUE/FALSE [1 point each] Indicate whether the sentence or statement is true or false. 1. To establish a cause-and-effect relation between two variables,

More information

DATA SUMMARIZATION AND VISUALIZATION

DATA SUMMARIZATION AND VISUALIZATION APPENDIX DATA SUMMARIZATION AND VISUALIZATION PART 1 SUMMARIZATION 1: BUILDING BLOCKS OF DATA ANALYSIS 294 PART 2 PART 3 PART 4 VISUALIZATION: GRAPHS AND TABLES FOR SUMMARIZING AND ORGANIZING DATA 296

More information

Using the TI-83 Statistical Features

Using the TI-83 Statistical Features Entering data (working with lists) Consider the following small data sets: Using the TI-83 Statistical Features Data Set 1: {1, 2, 3, 4, 5} Data Set 2: {2, 3, 4, 4, 6} Press STAT to access the statistics

More information

DATA HANDLING Five-Number Summary

DATA HANDLING Five-Number Summary DATA HANDLING Five-Number Summary The five-number summary consists of the minimum and maximum values, the median, and the upper and lower quartiles. The minimum and the maximum are the smallest and greatest

More information

Discrete Probability Distributions

Discrete Probability Distributions 90 Discrete Probability Distributions Discrete Probability Distributions C H A P T E R 6 Section 6.2 4Example 2 (pg. 00) Constructing a Binomial Probability Distribution In this example, 6% of the human

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

Session 178 TS, Stats for Health Actuaries. Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA. Presenter: Joan C. Barrett, FSA, MAAA

Session 178 TS, Stats for Health Actuaries. Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA. Presenter: Joan C. Barrett, FSA, MAAA Session 178 TS, Stats for Health Actuaries Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA Presenter: Joan C. Barrett, FSA, MAAA Session 178 Statistics for Health Actuaries October 14, 2015 Presented

More information

Essential Question: What is a probability distribution for a discrete random variable, and how can it be displayed?

Essential Question: What is a probability distribution for a discrete random variable, and how can it be displayed? COMMON CORE N 3 Locker LESSON Distributions Common Core Math Standards The student is expected to: COMMON CORE S-IC.A. Decide if a specified model is consistent with results from a given data-generating

More information

Personal Finance Amortization Table. Name: Period:

Personal Finance Amortization Table. Name: Period: Personal Finance Amortization Table Name: Period: Ch 8 Project using Excel In this project you will complete a loan amortization table (payment schedule) for the purchase of a home with a $235,500 loan

More information

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

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

Simulation. Decision Models

Simulation. Decision Models Lecture 9 Decision Models Decision Models: Lecture 9 2 Simulation What is Monte Carlo simulation? A model that mimics the behavior of a (stochastic) system Mathematically described the system using a set

More information

An application program that can quickly handle calculations. A spreadsheet uses numbers like a word processor uses words.

An application program that can quickly handle calculations. A spreadsheet uses numbers like a word processor uses words. An application program that can quickly handle calculations A spreadsheet uses numbers like a word processor uses words. WHAT IF? Columns run vertically & are identified by letters A, B, etc. Rows run

More information

Chapter 6 Analyzing Accumulated Change: Integrals in Action

Chapter 6 Analyzing Accumulated Change: Integrals in Action Chapter 6 Analyzing Accumulated Change: Integrals in Action 6. Streams in Business and Biology You will find Excel very helpful when dealing with streams that are accumulated over finite intervals. Finding

More information

Chapter 3 - Spreadsheet Exercises 3-1: CHAPTER 3 - MEASURING PORTFOLIO RISK 67

Chapter 3 - Spreadsheet Exercises 3-1: CHAPTER 3 - MEASURING PORTFOLIO RISK 67 CHAPTER 3 - MEASURING PORTFOLIO RISK 67 Chapter 3 - Spreadsheet Exercises 3-1: Using the data in Table 3-2 above, graph the expected distribution of monthly stock returns on each of Proctor & Gamble (PG),

More information

MLC at Boise State Polynomials Activity 2 Week #3

MLC at Boise State Polynomials Activity 2 Week #3 Polynomials Activity 2 Week #3 This activity will discuss rate of change from a graphical prespective. We will be building a t-chart from a function first by hand and then by using Excel. Getting Started

More information

* The Unlimited Plan costs $100 per month for as many minutes as you care to use.

* The Unlimited Plan costs $100 per month for as many minutes as you care to use. Problem: You walk into the new Herizon Wireless store, which just opened in the mall. They offer two different plans for voice (the data and text plans are separate): * The Unlimited Plan costs $100 per

More information

Bond Amortization. amortization schedule. the PV, FV, and PMT functions. elements. macros

Bond Amortization. amortization schedule. the PV, FV, and PMT functions. elements. macros 8 Bond Amortization N LY O LEARNING OBJECTIVES a bond amortization schedule Use the PV, FV, and PMT functions Protect worksheet elements Automate processes with macros A T IO N Create E V A LU Financial

More information

The Advanced Budget Project Part D The Budget Report

The Advanced Budget Project Part D The Budget Report The Advanced Budget Project Part D The Budget Report A budget is probably the most important spreadsheet you can create. A good budget will keep you focused on your ultimate financial goal and help you

More information

KARACHI UNIVERSITY BUSINESS SCHOOL UNIVERSITY OF KARACHI BS (BBA) VI

KARACHI UNIVERSITY BUSINESS SCHOOL UNIVERSITY OF KARACHI BS (BBA) VI 88 P a g e B S ( B B A ) S y l l a b u s KARACHI UNIVERSITY BUSINESS SCHOOL UNIVERSITY OF KARACHI BS (BBA) VI Course Title : STATISTICS Course Number : BA(BS) 532 Credit Hours : 03 Course 1. Statistical

More information

Tutorial 3: Working with Formulas and Functions

Tutorial 3: Working with Formulas and Functions Tutorial 3: Working with Formulas and Functions Microsoft Excel 2010 Objectives Copy formulas Build formulas containing relative, absolute, and mixed references Review function syntax Insert a function

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

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

Continuous Distributions

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

More information

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

Web Extension: Continuous Distributions and Estimating Beta with a Calculator

Web Extension: Continuous Distributions and Estimating Beta with a Calculator 19878_02W_p001-008.qxd 3/10/06 9:51 AM Page 1 C H A P T E R 2 Web Extension: Continuous Distributions and Estimating Beta with a Calculator This extension explains continuous probability distributions

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

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

$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

Statistics 431 Spring 2007 P. Shaman. Preliminaries

Statistics 431 Spring 2007 P. Shaman. Preliminaries Statistics 4 Spring 007 P. Shaman The Binomial Distribution Preliminaries A binomial experiment is defined by the following conditions: A sequence of n trials is conducted, with each trial having two possible

More information

Arius Deterministic Exhibit Statistics

Arius Deterministic Exhibit Statistics Arius Deterministic Exhibit Statistics Milliman, Inc. 3424 Peachtree Road, NE Suite 1900 Atlanta, GA 30326 USA Tel +1 800 404 2276 Fax +1 404 237 6984 actuarialsoftware.com Information in this document

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

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

2. ANALYTICAL TOOLS. E(X) = P i X i = X (2.1) i=1

2. ANALYTICAL TOOLS. E(X) = P i X i = X (2.1) i=1 2. ANALYTICAL TOOLS Goals: After reading this chapter, you will 1. Know the basic concepts of statistics: expected value, standard deviation, variance, covariance, and coefficient of correlation. 2. Use

More information

Vivid Reports 2.0 Budget User Guide

Vivid Reports 2.0 Budget User Guide B R I S C O E S O L U T I O N S Vivid Reports 2.0 Budget User Guide Briscoe Solutions Inc PO BOX 2003 Station Main Winnipeg, MB R3C 3R3 Phone 204.975.9409 Toll Free 1.866.484.8778 Copyright 2009-2014 Briscoe

More information

In this chapter: Budgets and Planning Tools. Configure a budget. Report on budget versus actual figures. Export budgets.

In this chapter: Budgets and Planning Tools. Configure a budget. Report on budget versus actual figures. Export budgets. Budgets and Planning Tools In this chapter: Configure a budget Report on budget versus actual figures Export budgets Project cash flow Chapter 23 479 Tuesday, September 18, 2007 4:38:14 PM 480 P A R T

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

Formulating Models of Simple Systems using VENSIM PLE

Formulating Models of Simple Systems using VENSIM PLE Formulating Models of Simple Systems using VENSIM PLE Professor Nelson Repenning System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142 Edited by Laura Black, Lucia Breierova, and Leslie

More information

Handout 5: Summarizing Numerical Data STAT 100 Spring 2016

Handout 5: Summarizing Numerical Data STAT 100 Spring 2016 In this handout, we will consider methods that are appropriate for summarizing a single set of numerical measurements. Definition Numerical Data: A set of measurements that are recorded on a naturally

More information

Master Budget Excel Project

Master Budget Excel Project Master Budget Excel Project Overview: In this project, you will prepare a master budget in an Excel spreadsheet for Cascade Products Company for the year 2018, based on the materials in Ch. 7 Master Budgeting.

More information

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers Diploma Part 2 Quantitative Methods Examiner s Suggested Answers Question 1 (a) The binomial distribution may be used in an experiment in which there are only two defined outcomes in any particular trial

More information

9/17/2015. Basic Statistics for the Healthcare Professional. Relax.it won t be that bad! Purpose of Statistic. Objectives

9/17/2015. Basic Statistics for the Healthcare Professional. Relax.it won t be that bad! Purpose of Statistic. Objectives Basic Statistics for the Healthcare Professional 1 F R A N K C O H E N, M B B, M P A D I R E C T O R O F A N A L Y T I C S D O C T O R S M A N A G E M E N T, LLC Purpose of Statistic 2 Provide a numerical

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

Introduction to Population Modeling

Introduction to Population Modeling Introduction to Population Modeling In addition to estimating the size of a population, it is often beneficial to estimate how the population size changes over time. Ecologists often uses models to create

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

Math 1526 Summer 2000 Session 1

Math 1526 Summer 2000 Session 1 Math 1526 Summer 2 Session 1 Lab #2 Part #1 Rate of Change This lab will investigate the relationship between the average rate of change, the slope of a secant line, the instantaneous rate change and the

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

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

Statistics TI-83 Usage Handout

Statistics TI-83 Usage Handout Statistics TI-83 Usage Handout This handout includes instructions for performing several different functions on a TI-83 calculator for use in Statistics. The Contents table below lists the topics covered

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

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

Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions

Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions ELE 525: Random Processes in Information Systems Hisashi Kobayashi Department of Electrical Engineering

More information

Continuous Probability Distributions

Continuous Probability Distributions 8.1 Continuous Probability Distributions Distributions like the binomial probability distribution and the hypergeometric distribution deal with discrete data. The possible values of the random variable

More information