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

Size: px
Start display at page:

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

Transcription

1 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 principles and characteristics of time series Manipulate statistical tools to explore a time series Characterize a time series in term of trend, variance, seasonality Achieve stationarity in a time series Denis Coulombier, Fernando Simón, Philippe Quénel

2 Descriptive analysis of time series Page 2 Present at i on This case study includes 2 parts. The first part covers the descriptive analysis of a time series while the second part illustrates principles of converting a crude time series in a stationary time series. Part : descriptive analysis of time series Part 2: achieving stationarity in the series Programs needed on the computer: Microsoft Excel Example files used by the case study: TIMESERIES.XLS STATIOANRITY.XLS Text style used in the case-study Commands to type in the computer. The text between ' and ' is the text you actually need to type Additional information about the programs Reference to cells in Excel uses the following syntax: A refers to the first cell of the first row. When a formula is copied over a range, it is important to keep in mind that Excel considers cells entered in this format as relative references. If the formula: =A + B is copied over a range, the output cells will have their references incremented: =A2 + B2 =A3 + B3 and so on. Using $ sign in front of one of the coordinates makes it an absolute reference. If the formula: =$A$ + $B is copied over, it gives: =$A$ + $B2 =$A$ + $B3 A cell can be named rather than expressed as coordinates. To name a cell, place the cursor in the cell, click on the left cell of the line immediately above the header line and enter the desired name. Subsequently, you can use this name to refer to this cell. This allows for more meaningful names of cells in formulas. In the same way, a range can be named. Select the range to name (it appears against a black background) and indicate the appropriate name in the left cell above the top row. In this case study, most cells have been renamed.

3 Descriptive analysis of time series Page 3 Most formulas and labels have been already entered in the spreadsheet. Macros are used to carry out the various tasks required for the exploration of the series. However, all tasks can be carried out manually by entering the relevant formulas in the corresponding cells. The protection of the spreadsheet is activated in order to avoid erasing a cell. However the protection of cells in which you need to enter, change the value, or copy cells has been disabled. This case study uses Excel version 5 or later. Excel uses different names for formulas in the various European languages. This case study uses English denomination. If you are using non-english version of Excel, you should use the following table to adapt formulas. Lexicon of formulas in European languages Formula French English German Italian p PI() PI() PI() PI.GRECO() sum of a range SOMME() SUM() SUMME() SOMMA() Variance VAR() VAR() VARIANZ() VAR() Covariance COVARIANCE() COVAR() KOVAR() COVARIANZA() Standard deviation STD() STDEV() MITELABW() DEV.ST() Mean MOYENNE() AVERAGE() MITTELWERT() MEDIA() This case study uses some Excel add-ins. You need to check that these add-ins have been activated before proceeding. In the Tools menu of the main menu bar, you should see options for Solver and Analysis tool pack. If not, Click on add-ins, and activate the Solver and the Analysis tool pack If you do not see the analysis tool pack option, it means that you did not carry out a complete installation of Excel. When a complete installation is carried out, you should see an Analysis directory under EXCEL\LIBRARY on your hard disk. If not, reinstall Excel.

4 Descriptive analysis of time series Page 4 Part : descri pt i ve anal ysi s of t i me seri es Load the file TIMESERIES.XLS in Excel. Introduction This Microsoft Excel folder includes 8 spreadsheets, plus an introduction page, each of them covering one aspect of descriptive analysis of time series. Spreadsheet Introduction The button Adjust screen display will optimise the layout of the various spreadsheets for the resolution of your screen. Click on the Adjust screen display button Click on the Parameters spreadsheet Spreadsheet : Parameters This spreadsheet allows you to set various parameters contributing to generate a time series. These parameters determine a linear slope (slope2), an exponential slope (Slope), a constant term (Constant), amplitude of seasonal variations (Amplitude), starting point for seasons (Phase), periodicity of seasons (Period), a random factor (Alea), and an exponential factor (Exponential). Setting these parameters will create a different time series each time. The random factor (ALEA in the formula below) is a Gaussian white noise defined in Excel by the Muller formula: (-2*LN(RAND()))^.5*COS(2*PI()*RAND()) A B C D E F G 2 Parameter Slope 4 Slope2,, 5 Constant 6 Amplitude 7 Phase Period Alea Exponential, 2 3 The objective of the case study is to explore each of the eight predefined time series. Each series does not correspond to actual data extracted from a surveillance system, but results from an equation defined as follows: Value=Slope^2*+Slope2*+Constant+Amplitude*(Cos(2pi*(-Phase)/period)+Alea The current time series is the one defined by the parameters appearing in cells C3 to C. To view all the series available in the case study, click on one of the view series option button. The corresponding plot appears on the spreadsheet. Activate the first spreadsheet called 'parameter'. Review all the series available by clicking on the corresponding option buttons labelled Series to Custom series View series Series Series 5 Series 2 Series 6 Series 3 Series 7 Series 4 Series 8 Custom series To load a new time series in the spreadsheet, for example series, click on the button Series in the above option button list, and then on Load series. The macro command associated with this button copies the cells of the range E2 to E to the range C2 to C. We start with series. Click on the option button Series Click on the button Load series

5 Descriptive analysis of time series Page 5 The plot of the series appears. Crude data Series Tim e Comment the plot in term of trend, cycles, and variance over time It shows: A clear positive trend over time 52 weeks seasonal variations of increasing amplitude A variance that seems to increase over time and with values Spreadsheet 3: Data This sheet stores the data corresponding to the series that was selected in the "parameter" sheet. Column C contains the formula for the equation generating the series. Column D contains a copy of column C, but the actual values and not the formula have been pasted in order to freeze the random factor. If data in column C were used, the random factor would be recalculated whenever an action is performed, and the series would not be stable. This explains why the 2 series are not equal. Columns E and F contain standard description of the values of the series. The data values on your screen may differ slightly from the one data value because of the random factor. A B C D E F 2 Data Series Indicator Value Observations Minimum Maximum Range Mean Median Variance Standard deviation Skewness Kurtosis Skewness characterizes the degree of asymmetry of a distribution around its mean. Positive skewness indicates a distribution with an asymmetric tail extending toward more positive values. Negative skewness indicates a distribution with an asymmetric tail extending toward more negative values.

6 Descriptive analysis of time series Page 6 Kurtosis characterizes the relative peakedness or flatness of a distribution compared with the normal distribution. Positive kurtosis indicates a relatively peaked distribution. Negative kurtosis indicates a relatively flat distribution. At this junction summarize the information you get from the indicator table. Summary findings, in short: Contains 256 data point ranging from 2.26 to The mean is about twice the median, suggesting a skewed distribution This is confirmed by a positive skewness of 2.79 and a kurtosis of 9.6 suggesting a distribution much broader than a normal distribution. The standard deviation is greater than the mean confirming wide amplitude of variations in the series. Activate spreadsheet 4 called 'Distribution' Spreadsheet 4: Distribution The interval for representing the distribution of values is set by the spreadsheet by the formula =(MAX(DATA)- MIN(DATA))/2 entered in cell C2. This creates 2 classes of equal size and covering the entire range of the data set. A B C D E F 2 Interval Class Frequency Distribution of values 4 2 Number Class Describe the shape of the distribution curve in term of skewness.

7 Descriptive analysis of time series Page 7 It confirms visually the impression gotten by looking at the descriptive statistics: a very POSITIVELY skewed, non normal distribution of values. Positively skewed distribution usually indicates an unstable variance, corresponding to an exponential factor in the series. This is an indication to perform a log transform to stabilise the variance. Infectious disease surveillance time series distribution of values is usually positively skewed. Activate spreadsheet 6 called 'Trend' This sheet lets you explore the trend in the working series. A moving average window of 52 weeks is used to remove (hide) the seasonal component of the series. In order to do so, the size of the moving average window should include a whole cycle, 52 weeks in our example. As a consequence, the first and the last 26 data points are missing. Excel comes with a built-in function for calculating moving averages that is not relevant in epidemiology. In order to smooth a series by moving average, the average should be plotted against the middle point of the window. In business, moving averages are plotted against le last point of the window, allowing brokers to study stock values at a given time, taking into account average past values over windows of increasing sizes. But such a display translates the series of a factor (window size/2), which is not appropriate for describing the series in epidemiology. Look at the formulas in cells D3 to D258 for centring the moving average window over the series. 5. Moving average y =.467x -.78 R 2 = Clicking on the Show trend line button will display the linear trend line and its equation. Parameter Value Value P value Status m se(m) R²/standard error F/DDL/p E-2 Significant LINEEST(DATA) Excel formula has been used to describe the regression line. This is an array formula which requires to select the range for output (5 rows by 2 columns) before typing the formula, and use Ctrl-Shift-Enter to enter the formula. Use Excel help on "Array formulas" to learn more about this tricky kind of formulas. This function returns values (see Excel help for details). As indicated on he graphic, is the slope and -.78 the intercept of the regression line. A F test can be carried out to test the significance of the slope of the regression line. A F statistics of , with 254 degrees of freedom returns a p value of 9.9E -2, which is extremely significant.

8 Descriptive analysis of time series Page 8 A linear trend will tend to be parallel to the moving average series. It will cross it several times, without displaying any particular pattern. On the other hand, if a quadratic trend is present, the 52-week moving average series will tend to be above the regression line on both extremities, and below the regression line in the middle of the series. Indicators describing the regression line are shown in cells G28 to J 33. Click on the various cells to see the meaning of each parameter. Significant in cell J32 means that the slope is "significant", not the result of random variations. However, there will be time when it will be significant, even though no trend parameter exists in the data, but just as a result of randomness. You can click on the "Show trend" button to display the linear regression line of the series. This will help you to describe the 52 week moving average. Comment further the trend The trend seems a bit exponential, with the extremities of the moving average line above the linear trend, and the centre part under. Using moving averages is a very good way to describe the shape of the regression line. An exponential trend leads to a parabolic moving average line. Activate spreadsheet 7 called 'Seasonality' This sheet lets you explore the seasonal component in the time series, using a moving average window in order to remove (hide) the "accidental/random" component of the series. Unlike for removing the trend, the optimal size of the moving average window cannot be preset. It will depend on the amount of "randomness" in the series. The more randomness, the larger needs to be the moving average window to smooth the series. Seasonality can be assessed by moving average. For assessing cycles the size of the moving average window should be adjusted visually, in order to remove random variations, without averaging too broadly the cycles. In our example, a window size of 2 reaches a good compromise. The up and down arrows of the Spin button located under the Window label can be used to enlarge and reduce the size of the moving average window. The Guess button will screen the series to identify the best window size to emphasise seasons. Optimisation is based on the function curve of the correlation coefficient between the original series and the moving average series. The optimal window size, when seasons are present is the one for which the decrease of the correlation coefficient is minimal when the size of the window is enlarged by one week. Look at the graphic located in cell F49. It shows the distribution of the correlation A B C D E F 2 Data MAVG Window #N/A #N/A #N/A #N/A #N/A #N/A coefficient as a function of the moving average window size. For a value of the MAVG window of, the 2 series are identical, and thus, the correlation coefficient is equal to one. As the window increases, the correlation coefficient drops until it becomes almost horizontal. This area corresponds to the optimal size for the MAVG window, in order to emphasize seasonal variations. As the MAVG window enlarges beyond this point, the correlation coefficient drops again.

9 Descriptive analysis of time series Page 9 R² as a function ofmoving average window width R² Optimal size of the MAVG window Window width Change the value in cell E3 to 6 and then to 36 and see how it affects the display. Comment. 5 Moving average The presence of cycles is quite obvious here. However, to further characterise the cycles, we should look whether the cycles are similar each year. To do so, we split the data set in 52-week periods that we plot in different series to compare their shapes. Seasonality 25 Series Series2 Series3 Series4 Series5 Series Comment the yearly plot

10 Descriptive analysis of time series Page On the first display, the sense of the trend is very strong, yet cycles could have varied in length over time unnoticed. On the second display, we loose the sense of the trend over time, but we are convinced that the cyclical pattern is similar in shape over time. Thus these 2 representations are complementary and should be selected for a paper or a presentation according to the message being delivered. Activate spreadsheet 8 called 'Variance' Finally the stability of the variance is checked. A variance is not stable if it varies according to time or according to the mean value over periods. The descriptive tool to assess this is called the 'mean-variance plot'. Two series are generated: - A moving average mean - A moving average variance The graph plots the mean (X-axis) against the variance (Y-axis). A positive regression line indicates a positive relation ship between the mean and the variance. The graph uses a moving average mean and a moving average variance for showing the relationship. This is done in order to avoid splitting arbitrarily the series. However, more often you will find the mean and the variance plotted for predefined periods (such as years). This works well if there is a trend in the series, but may hide the relationship if there is seasonality without a trend, and the period used corresponds to the seasonality. The two series are plotted against each other. In order to optimise the display, click on the button Set the axis scale. This reset the 2 series to minimum and maximum values. y = 57.34x R 2 = Variance Mean Mention that this is used to pose the indication to a log transform. Should we assess the variance first since it is controlled in this order. Click on Set the axis scale Comment the mean variance plot There is an obvious positive slope in the plot. The higher the mean, the higher the variance. This indicates a nonstable variance. Other alternatives to check this consist of plotting the mean against the range, or slicing the series in equal size periods and plotting the mean against the variance. The moving average mean variance plot is a less used, easy to implement alternative. The F test in cell K 3 is significant, confirming the visual exploration of the plot.

11 Descriptive analysis of time series Page Explain the F test Activate spreadsheet 9 called 'ACF' Autocorrelations measure how strongly time-series values at a specified number of periods apart (lags) are correlated. Thus an autocorrelation at lag is a measure of how successive values (one period apart) are related to each other throughout the series, and correlations at lag 2 measures how series values two periods apart are correlated. Correlations are computed as values between - and +. A value close to + indicates strong positive correlation and a value close to - indicates strong negative correlation. Values close to zero indicate no correlation or independence. Highly correlated values at lag (adjacent series values) indicate a trend in the data (differencing) and highly correlated values at seasonal lags (lag s) indicate seasonality or periodicity in the data (seasonal differencing). The autocorrelation function has been calculated up to Explain LAGS lag 6, in order to explore the trend, and for lags 52, 4,56, 28 to explore seasonality. Click on the Show significant lags to highlight significant lags on the graph. Regular ACF. Regular ACF Lag The graph indicates that values until lag 3 are significantly correlated. This indicates a trend in the data. Seasonal ACF Seasonal ACF Lag Values at seasonal lags are significantly correlated. It means that values situated 52, 4, 56 and 28 weeks apart are correlated, indicating a significant seasonal component in the time series. Repeat part for all eight series in the parameter sections

12 Achieving stationarity in a time series Page 2 Part 2: achi evi ng st at i onari t y i n t he seri es Load the file STATIONARITY.XLS in Excel. Definition of stationarity A series is stationary if it has: - A constant mean - A constant variance - Cycles have been removed It is a prerequisite for modelling the series. This second part uses the tools described in part one for assessing whether the above conditions are met. Techniques for achieving stationarity Several techniques can be used to make a series stationary: Stabilizing the variance - By applying various transforms to the series: log, square root, reciprocal, Removing the trend: - Subtract a regression line, either linear or quadratic - Differencing or first derivative consisting in plotting difference between subsequent values rather than absolute values. Removing Cycles - Subtract a cosine regression line - Differencing of order one at lag=period The variance is always controlled by applying transforms to the series. In epidemiology, most, if not all the times, a log transformed is indicated. For tend and cycles, two approaches are possible: regression and differentiation. We will use both in this part, as an introduction to Spectral analysis which uses regression and Box & Jenkins SARIMA modelling which uses differentiation. These techniques should be applied in an ordered mode: variance, then trend, finally cycles. Refer to the lecture for further considerations on these techniques. Activate spreadsheet called Intro. As in part, we will reset various parameters before starting. Click on Adjust screen display Click on Reset spreadsheet to default Activate spreadsheet 2 called parameter. This part functions in a similar way as for part spreadsheet parameters. Review all the series available by clicking on the corresponding option buttons labelled Series to Custom series

13 Achieving stationarity in a time series Page 3 We start with series. Click on the option button Series Click on the button Load series Describe the series, by looking at the plot. Working series Activate Spreadsheet 3, called 'data' A B C D E F G H 2 Data Values Variance Trend Seasonality Working , , , , , , , , , , ,85 The series Value, Variance, Trend, Seasonality, and Working hold the same values on each line so far. The Working series is the one that is used by all the descriptive tools in the subsequent worksheets. It is our working series. First, explore the crude series to describe it. Click on distribution and comment Click on plot and comment Click on trend and comment Click on seasonality and comment Click on variance and comment

14 Achieving stationarity in a time series Page 4 This series has a non-stable variance, a linear trend, and seasonal variations. Stabilizing the variance Our descriptive analysis showed a variance increasing with the mean. This is an indication to apply a log transform. Click on Data spreadsheet Click on the button Cells E3 to E258 contains the formula =LN(D3) to =LN(D258) which means Neper (Natural?) logarithm of the cell immediately on the left of the current cell. Go through all exploratory tools to check the effect of the transform The distribution of values has become a normal distribution, indicating the pertinence of the transform The plot shows how the variance has been stabilized: the amplitude of variations look constant over time and according to the mean. Working series The effect of the transformation was to make the trend clearly linear and no longer parabolic.

15 Achieving stationarity in a time series Page 5 7. Moving average 6. y =.7x R 2 = At the same time the amplitude of seasonal variations are more constant. The mean variance plot shows an inversion of the regression line, indicating a slight 'over transformation'. However, the visual inspection of the plot clearly shows the necessity to apply this transform y = -.3x R 2 = Variance Mean Removing the trend by regression Cells J3 and K3 in the data sheet use the regression line Excel function to get respectively the slope and the intercept of the regression line. Slope Intercept The regression line is removed by subtraction: Copy cell F265 of the data spreadsheet over the range F3 to F258 or click on the Remove linear trend by regression button. Explore other pages to see how this affected the checks.

16 Achieving stationarity in a time series Page 6 Moving average y = -3E-7x + 5E-5 R 2 = 6E The distribution was not much affected The plot is centred around The trend has effectively been removed Seasonality are quite identical The variance was further stabilized Removing the cycles by regression In this part, we will attempt to fit a cosine curve to the working series. A cosine curve is defined by its amplitude of oscillations, its period (or wavelength) and its phase (its starting point). A cosine curve can be written as follows: Y t = R cos(ωt + θ) Where: ω is the frequency of the periodic variation = 2π/period R is the amplitude of the variation θ is the phase Typically, the translation of such an equation in Excel uses a formula like this: =$K$5*COS(2*PI()*(TIME-$K$6)/PERIOD) Where $K$5 is the value of the amplitude TIME is the range B3 to B258, representing the weeks $K$6 is the phase And PERIOD the value of the period, appearing in cell C8 of the parameter spreadsheet. In order to get the best fit, we need to use the solver to find the most suited values for the amplitude and the phase. These values will the one minimizing the sum of the square of the difference between the cosine curve and the data. Click on the button Confirm the optimisation of parameters returned by the solver Clicking on the button performs the following actions: It copies the formula =$K$4*COS(2*PI()*(TIME-$K$5)/PERIOD) in the range M3 to M258

17 Achieving stationarity in a time series Page 7 It calls the solver (Tools menu) with the following parameters o $K$6 for the target cell o Min in the options Equal to o $K$4:$K$5 for the changing cells The following values are returned by the function: Amplitude Phase S² These values may be slightly different on your computer because of the random factor Check all diagnostic tools to comment the effect The distribution of values is close to a random gaussian distribution The plot looks more random as well Working series There still seems to be cycles on the plot using moving averages

18 Achieving stationarity in a time series Page 8 2 Moving average But 'seasons' are not correlated Seasonality Series Series2 Series3 Series4 Series5 Series The variance remains stable The ACF functions shows only 7 significant peaks, no trend and no seasons.. Regular ACF Lag Thus, we have achieved stationarity. Summary of regression approach Regression woks by subtracting from the crude data various regression curves for removing pattern in the signal. A finer approach will be developed in tomorrow case study as we explore the Fourier transform which permits to refine the characteristics of the cyclical regression curve by adding curves of various periods.

19 Achieving stationarity in a time series Page 9 Removing the trend by differentiation This is the second approach to remove trend and seasons in time series. Activate the spreadsheet Data Click on the button Reset removing trend and seasons This will reset the trend and seasonality series to their default values. Differentiation works by plotting the difference between 2 subsequent data point rather than their absolute values. Click on the button Note that the first data point, cell F3 is reset to since we use the difference between 2 subsequent data points. Explore the pages and comment the achievements. The plot shows that the trend has been completely removed Working series Yet, we still have clear seasonality, looking at the moving average 2 Moving average

20 Achieving stationarity in a time series Page 2 Removing the cycles by differentiation To remove the seasonality, we do a second differentiation of order at 52 weeks. Click on the button We loose the first 52 additional data point in this process. Comment the various pages after this second differentiation 3 Moving average The trend and cycles have been removed during the process. The series looks stationary. Summary of differentiation approach Differentiation works by subtracting subsequent values at certain lags. A finer approach will be developed in a coming case study as we further explore the autocorrelation function that permits to refine the evaluation of stationarity, as a first step of the Box & Jenkins SARIMA modelling approach.

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

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

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

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

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

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

Answers to Exercise 8

Answers to Exercise 8 Answers to Exercise 8 Logistic Population Models 1. Inspect your graph of N t against time. You should see the following: Population size increases slowly at first, then accelerates (the curve gets steeper),

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

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

Written by N.Nilgün Çokça. Advance Excel. Part One. Using Excel for Data Analysis Written by N.Nilgün Çokça Advance Excel Part One Using Excel for Data Analysis March, 2018 P a g e 1 Using Excel for Calculations Arithmetic operations Arithmetic operators: To perform basic mathematical

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

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

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

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

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

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

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

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

Graphing Calculator Appendix

Graphing Calculator Appendix Appendix GC GC-1 This appendix contains some keystroke suggestions for many graphing calculator operations that are featured in this text. The keystrokes are for the TI-83/ TI-83 Plus calculators. The

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

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

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

Model Construction & Forecast Based Portfolio Allocation:

Model Construction & Forecast Based Portfolio Allocation: QBUS6830 Financial Time Series and Forecasting Model Construction & Forecast Based Portfolio Allocation: Is Quantitative Method Worth It? Members: Bowei Li (303083) Wenjian Xu (308077237) Xiaoyun Lu (3295347)

More information

TESTING STATISTICAL HYPOTHESES

TESTING STATISTICAL HYPOTHESES TESTING STATISTICAL HYPOTHESES In order to apply different stochastic models like Black-Scholes, it is necessary to check the two basic assumption: the return rates are normally distributed the return

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

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 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

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

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay Homework Assignment #2 Solution April 25, 2003 Each HW problem is 10 points throughout this quarter.

More information

I. Return Calculations (20 pts, 4 points each)

I. Return Calculations (20 pts, 4 points each) University of Washington Winter 015 Department of Economics Eric Zivot Econ 44 Midterm Exam Solutions This is a closed book and closed note exam. However, you are allowed one page of notes (8.5 by 11 or

More information

Stat 101 Exam 1 - Embers Important Formulas and Concepts 1

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

More information

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

Exploring Data and Graphics

Exploring Data and Graphics Exploring Data and Graphics Rick White Department of Statistics, UBC Graduate Pathways to Success Graduate & Postdoctoral Studies November 13, 2013 Outline Summarizing Data Types of Data Visualizing Data

More information

Where Vami 0 = 1000 and Where R N = Return for period N. Vami N = ( 1 + R N ) Vami N-1. Where R I = Return for period I. Average Return = ( S R I ) N

Where Vami 0 = 1000 and Where R N = Return for period N. Vami N = ( 1 + R N ) Vami N-1. Where R I = Return for period I. Average Return = ( S R I ) N The following section provides a brief description of each statistic used in PerTrac and gives the formula used to calculate each. PerTrac computes annualized statistics based on monthly data, unless Quarterly

More information

Models of Patterns. Lecture 3, SMMD 2005 Bob Stine

Models of Patterns. Lecture 3, SMMD 2005 Bob Stine Models of Patterns Lecture 3, SMMD 2005 Bob Stine Review Speculative investing and portfolios Risk and variance Volatility adjusted return Volatility drag Dependence Covariance Review Example Stock and

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

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

Advanced Topic 7: Exchange Rate Determination IV

Advanced Topic 7: Exchange Rate Determination IV Advanced Topic 7: Exchange Rate Determination IV John E. Floyd University of Toronto May 10, 2013 Our major task here is to look at the evidence regarding the effects of unanticipated money shocks on real

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

More information

1 The ECN module. Note

1 The ECN module. Note Version 1.11.0 NOVA ECN tutorial 1 The ECN module The ECN is an optional module for the Autolab PGSTAT. The ECN module provides the means to perform Electrochemical Noise measurements (ECN). Electrochemical

More information

Lloyds TSB. Derek Hull, John Adam & Alastair Jones

Lloyds TSB. Derek Hull, John Adam & Alastair Jones Forecasting Bad Debt by ARIMA Models with Multiple Transfer Functions using a Selection Process for many Candidate Variables Lloyds TSB Derek Hull, John Adam & Alastair Jones INTRODUCTION: No statistical

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

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

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

PRICE DISTRIBUTION CASE STUDY

PRICE DISTRIBUTION CASE STUDY TESTING STATISTICAL HYPOTHESES PRICE DISTRIBUTION CASE STUDY Sorin R. Straja, Ph.D., FRM Montgomery Investment Technology, Inc. 200 Federal Street Camden, NJ 08103 Phone: (610) 688-8111 sorin.straja@fintools.com

More information

Descriptive Statistics

Descriptive Statistics Petra Petrovics Descriptive Statistics 2 nd seminar DESCRIPTIVE STATISTICS Definition: Descriptive statistics is concerned only with collecting and describing data Methods: - statistical tables and graphs

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

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

Establishing a framework for statistical analysis via the Generalized Linear Model

Establishing a framework for statistical analysis via the Generalized Linear Model PSY349: Lecture 1: INTRO & CORRELATION Establishing a framework for statistical analysis via the Generalized Linear Model GLM provides a unified framework that incorporates a number of statistical methods

More information

How To: Perform a Process Capability Analysis Using STATGRAPHICS Centurion

How To: Perform a Process Capability Analysis Using STATGRAPHICS Centurion How To: Perform a Process Capability Analysis Using STATGRAPHICS Centurion by Dr. Neil W. Polhemus July 17, 2005 Introduction For individuals concerned with the quality of the goods and services that they

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

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

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

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

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

Simple Descriptive Statistics

Simple Descriptive Statistics Simple Descriptive Statistics These are ways to summarize a data set quickly and accurately The most common way of describing a variable distribution is in terms of two of its properties: Central tendency

More information

SELFIS: A Short Tutorial

SELFIS: A Short Tutorial SELFIS: A Short Tutorial Thomas Karagiannis (tkarag@csucredu) November 8, 2002 This document is a short tutorial of the SELF-similarity analysis software tool Section 1 presents briefly useful definitions

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

Buying A Car. Mathematics Capstone Course

Buying A Car. Mathematics Capstone Course Buying A Car Mathematics Capstone Course I. UNIT OVERVIEW & PURPOSE: In this lesson the student will be asked to search the Internet and find a car that he/she would like to purchase. The student will

More information

The following content is provided under a Creative Commons license. Your support

The following content is provided under a Creative Commons license. Your support MITOCW Recitation 6 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make

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

Decision Trees Using TreePlan

Decision Trees Using TreePlan Decision Trees Using TreePlan 6 6. TREEPLAN OVERVIEW TreePlan is a decision tree add-in for Microsoft Excel 7 & & & 6 (Windows) and Microsoft Excel & 6 (Macintosh). TreePlan helps you build a decision

More information

The Normal Distribution & Descriptive Statistics. Kin 304W Week 2: Jan 15, 2012

The Normal Distribution & Descriptive Statistics. Kin 304W Week 2: Jan 15, 2012 The Normal Distribution & Descriptive Statistics Kin 304W Week 2: Jan 15, 2012 1 Questionnaire Results I received 71 completed questionnaires. Thank you! Are you nervous about scientific writing? You re

More information

2 Exploring Univariate Data

2 Exploring Univariate Data 2 Exploring Univariate Data A good picture is worth more than a thousand words! Having the data collected we examine them to get a feel for they main messages and any surprising features, before attempting

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

Financial Time Series Analysis (FTSA)

Financial Time Series Analysis (FTSA) Financial Time Series Analysis (FTSA) Lecture 6: Conditional Heteroscedastic Models Few models are capable of generating the type of ARCH one sees in the data.... Most of these studies are best summarized

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

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

An Excel Modeling Practice Problem

An Excel Modeling Practice Problem An Excel Modeling Practice Problem Excel Review Excel 97 1999-2000 The Padgett s Widgets Problem Market research by Padgett s Widget Company has revealed that the demand for its products varies with the

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

Multiple Regression. Review of Regression with One Predictor

Multiple Regression. Review of Regression with One Predictor Fall Semester, 2001 Statistics 621 Lecture 4 Robert Stine 1 Preliminaries Multiple Regression Grading on this and other assignments Assignment will get placed in folder of first member of Learning Team.

More information

Perform this procedure to plan adjustments to the unrestricted budget either during the Annual Development or during a Quarterly Confirmation cycle.

Perform this procedure to plan adjustments to the unrestricted budget either during the Annual Development or during a Quarterly Confirmation cycle. Introduction Process and Trigger Perform this procedure to plan adjustments to the unrestricted budget either during the Annual Development or during a Quarterly Confirmation cycle. Prerequisites Budget

More information

The misleading nature of correlations

The misleading nature of correlations The misleading nature of correlations In this note we explain certain subtle features of calculating correlations between time-series. Correlation is a measure of linear co-movement, to be contrasted with

More information

Properties of the estimated five-factor model

Properties of the estimated five-factor model Informationin(andnotin)thetermstructure Appendix. Additional results Greg Duffee Johns Hopkins This draft: October 8, Properties of the estimated five-factor model No stationary term structure model is

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

Chapter 6 Part 3 October 21, Bootstrapping

Chapter 6 Part 3 October 21, Bootstrapping Chapter 6 Part 3 October 21, 2008 Bootstrapping From the internet: The bootstrap involves repeated re-estimation of a parameter using random samples with replacement from the original data. Because 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

ANNUAL BUDGET PROCESSING EXCEL ADD-

ANNUAL BUDGET PROCESSING EXCEL ADD- C HAPTER ANNUAL BUDGET PROCESSING EXCEL ADD- IN The Annual Budget Processing add-in provides a new way of entering new world ERP annual budget information using Microsoft Excel. With the add-in installed,

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

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

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

Issue Selection The ideal issue to trade

Issue Selection The ideal issue to trade 6 Issue Selection The ideal issue to trade has several characteristics: 1. There is enough data to allow us to model its behavior. 2. The price is reasonable throughout its history. 3. There is sufficient

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

Lecture 2 Describing Data

Lecture 2 Describing Data Lecture 2 Describing Data Thais Paiva STA 111 - Summer 2013 Term II July 2, 2013 Lecture Plan 1 Types of data 2 Describing the data with plots 3 Summary statistics for central tendency and spread 4 Histograms

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

Financial Econometrics

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

More information

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

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

More information

Getting started with WinBUGS

Getting started with WinBUGS 1 Getting started with WinBUGS James B. Elsner and Thomas H. Jagger Department of Geography, Florida State University Some material for this tutorial was taken from http://www.unt.edu/rss/class/rich/5840/session1.doc

More information

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 3: April 25, Abstract

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 3: April 25, Abstract Basic Data Analysis Stephen Turnbull Business Administration and Public Policy Lecture 3: April 25, 2013 Abstract Review summary statistics and measures of location. Discuss the placement exam as an exercise

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

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

Kurtosis in Random Vibration Control

Kurtosis in Random Vibration Control Brüel & Kjær Kurtosis in Random Vibration Control September 2009 www.bksv.com/controllers Table of contents Kurtosis in Random Vibration Control What is Kurtosis?...........................................................................

More information

REINSURANCE RATE-MAKING WITH PARAMETRIC AND NON-PARAMETRIC MODELS

REINSURANCE RATE-MAKING WITH PARAMETRIC AND NON-PARAMETRIC MODELS REINSURANCE RATE-MAKING WITH PARAMETRIC AND NON-PARAMETRIC MODELS By Siqi Chen, Madeleine Min Jing Leong, Yuan Yuan University of Illinois at Urbana-Champaign 1. Introduction Reinsurance contract is an

More information

Problem Set 1: Review of Mathematics; Aspects of the Business Cycle

Problem Set 1: Review of Mathematics; Aspects of the Business Cycle Problem Set 1: Review of Mathematics; Aspects of the Business Cycle Questions 1 to 5 are intended to help you remember and practice some of the mathematical concepts you may have encountered previously.

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

Gloria Gonzalez-Rivera Forecasting For Economics and Business Solutions Manual

Gloria Gonzalez-Rivera Forecasting For Economics and Business Solutions Manual Solution Manual for Forecasting for Economics and Business 1/E Gloria Gonzalez-Rivera Completed download: https://solutionsmanualbank.com/download/solution-manual-forforecasting-for-economics-and-business-1-e-gloria-gonzalez-rivera/

More information

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

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

More information

The histogram should resemble the uniform density, the mean should be close to 0.5, and the standard deviation should be close to 1/ 12 =

The histogram should resemble the uniform density, the mean should be close to 0.5, and the standard deviation should be close to 1/ 12 = Chapter 19 Monte Carlo Valuation Question 19.1 The histogram should resemble the uniform density, the mean should be close to.5, and the standard deviation should be close to 1/ 1 =.887. Question 19. The

More information

To compare the different growth patterns for a sum of money invested under a simple interest plan and a compound interest plan.

To compare the different growth patterns for a sum of money invested under a simple interest plan and a compound interest plan. Student Activity 7 8 9 10 11 12 Aim TI-Nspire CAS Investigation Student 180min To compare the different growth patterns for a sum of money invested under a simple interest plan and a compound interest

More information