Mean, Median, Standard Deviation Prof. McGahagan Stat 1040

Size: px
Start display at page:

Download "Mean, Median, Standard Deviation Prof. McGahagan Stat 1040"

Transcription

1 Mean, Median, Standard Deviation Prof. McGahagan Stat 1040 Mean = arithmetic average, add all the values and divide by the number of values. Median = 50 th percentile; sort the data and choose the middle value (or average the two middle values) In a perfectly symmetric distribution, the mean and median will be the same. In a right-skewed distribution, the mean will be higher than the median. (Example: income distribution with 9 individuals making $ 40,000 a year plus one individual making $10,000,000 a year. Median = $ 40,000; Mean = $ 10,360,000 / 10 = $ 1,036,000) The median is more robust than the mean = it is not as sensitive to outliers. (In the above example, suppose someone who makes $ 50,000,000 is added to the group. The median income remains $ 40,000; the mean income is $ 60,300,000 / 11 = $ 5,487,273) Deviation = difference of an individual value from the mean. We want to find some way of finding the average deviation. There are three candidates: Mean absolute deviation = add the absolute values of all deviations and take their mean. Median absolute deviation = the median value of the absolute deviations from the median. Standard deviation = root mean square deviation. Take the square root of the average of the squared deviations. Example: Wage distribution with 4 individuals: Arthur makes $ 20 an hour. Beth makes $ 300 an hour. Charles makes $ 40 an hour. Diana makes $ 40 an hour. Note that if you asked the computer to draw a histogram of this data, you would get exactly the same histogram as we did with the example in our Data and Histograms handout. Try it: the commands would be: wages < - c(20,300,40,40) hist (wages, breaks = c(0, 30, 50, 500)) And you can find the results given below by the commands: mean(wages), median(wages), mean(abs (wages mean(wages))), median(abs(wages - median(wages)) Mean = $ 460 / 4 = $ 100 Median = middle observation or average of the two middle observations. Sorted data = ($20 $40 $ 40 $300) Median = ( $ 40 + $ 40) / 2 = $ 40 The mean and median have some interesting properties, which can be explained after giving a little thought to a bet we might propose: Guess the income of the next person who walks through the door (we know Arthur, Beth, Charles and Diana are in a meeting and are betting on who will walk out). You are risk neutral, so you will take any bet which has a positive expected value. If you agree to play the game, I will give you $ 80 before you guess.. However, you will lose the absolute value of the difference between your guess and the average hourly income of the person who actually walks through the door next. If you guess $ 50 and Diana comes in, your payoff is $ 80 - $ 40 - $ 50 = + $ 70. If you guess $ 50 and Beth comes in, your payoff is $ 80 - $ $ 50 = - $ 170.

2 Should you play the game at all? What guess should you make if you play the game? Consider the mean and median as logical guesses. You might also consider guessing Beth's salary to avoid the maximum possible loss. To answer the question, you must calculate the expected value of the game for each guess. For example, if you guess Beth's salary, the expected value will be the average of all the four payoffs, which we assume equally likely. If Arthur walks in, your payoff is: $ 80 - $ 300 $ 20 = $ 80 - $ 280 = - $ 200 If Beth walks in, your payoff is: $ 80 - $ 300 $ 300 = $ 80 - $ 0 = + $ 80 If Charles walks in, your payoff is $ 80 - $ 300 $ 40 = $ 80 - $ 260 = - $ 180 If Diana walks in, your payoff is: $ 80 - $ 300 $ 40 = $ 80 - $ 260 = - $ 180 The expected value of the game is therefore ( ) / 4 = - $ 480 / 4 = - $ 120 Would another guess make it profitable to play the game? First, try guessing the mean value of $ 100. If Arthur walks in, your payoff is: $ 80 - $ 100 $ 20 = $ 80 - $ 80 = + $ 0 If Beth walks in, your payoff is: $ 80 - $ 100 $ 300 = $ 80 - $ 200 = - $ 120 If Charles walks in, your payoff is $ 80 - $ 100 $ 40 = $ 80 - $ 60 = + $ 20 If Diana walks in, your payoff is: $ 80 - $ 100 $ 40 = $ 80 - $ 60 = + $ 20 The expected value of the game is therefore ( ) / 4 = - $ 0 / 4 = - $ It is not worth while to play and guess the mean. How about guessing the median value of $ 40? If Arthur walks in, your payoff is: $ 80 - $ 40 $ 20 = $ 80 - $ 20 = + $ 60 If Beth walks in, your payoff is: $ 80 - $ 40 $ 300 = $ 80 - $ 260 = - $ 180 If Charles walks in, your payoff is $ 80 - $ 40 $ 40 = $ 80 - $ 0 = + $ 80 If Diana walks in, your payoff is: $ 80 - $ 40 $ 40 = $ 80 - $0 = + $ 80 The expected value of the game is therefore ( ) / 4 = - $ 40 / 4 = $ 10 If you are risk neutral, it is worth while to play the game and guess the median income the expected value of the game for you is positive.. Deviations from the median result in a smaller sum of errors, and hence a smaller average error, than deviations from the mean. It clearly sounds like a good idea to minimize the sum of errors whether in this betting game or in (say) estimating your minimum cost level of output. So why bother with the mean? Isn't the median the better of the two? Answer: not always. If you think that avoiding a big loss is also an important consideration, you might look more kindly on the mean - even though the expected value is negative, you win some money in three of the possible four events, and take a smaller maximum loss than if you had guessed the median.

3 The mean minimizes the sum of squared deviations, and so minimizes the really big errors one might make with the median. Often small errors are not that bad, and large errors are really terrible. Example: Estimating cost functions. You should remember from microeconomics that the average cost curve is roughly U-shaped. The textbook average cost curves look nice and smooth but estimating real ones from data is likely to lead to a lot of points scattered about a U-shaped curve. Suppose you are interested in choosing the quantity of output which will minimize your firm's average cost, and the true average cost curve is AC = square(q 500). The minimum average cost will be at a quantity of 500, as is clear without calculus (a more realistic AC curve would require some calculus; more realistic economics would note that firms should be interested in maximizing profit rather than minimizing average cost, but simplicity is better than realism here). Here's the curve in red, with a horizontal blue line at the minimum cost of 1000.

4 The important point here is not so much the optimum quantity of 500, but the fact that a small mistake in choosing that optimum quantity will not cost you very much but a large mistake will. Let's define the COE (Cost of Error) as AC(Q - Q*) = square(500 - Q), so that we can compute: COE (0) = square( ) = 0 COE (501) = square ( ) = 1 COE (510) = square ( ) = 100 COE (600) = square ( ) = 10,000 An error of 10 is not 10 times as costly as an error of 1, but 100 times as costly; an error of 100 is not 10 times as costly, but 10,000 times as costly. The cost function increases with the square of the error. So, if our real target is the cost of the error rather than the arithmetic magnitude of the error, we want an estimator which penalizes the squared error, not the absolute value of the error. Other examples: Medicine: giving a patient a little more or a little less of a drug may be quite harmless but cutting the dose in half or doubling it may kill the patient. Grading: a history teacher asking when Thomas Jefferson and John Adams died (both died the same day, July 4, 1826) might not penalize you very much if you said July 4, 1825 but might flunk you for the course if you said October 12, Astronomy: If you were trying to estimate a missing asteroid's course on the basis of a few observations, a small error in the estimation might still leave the missing asteroid in the viewing field of your telescope but a larger error would leave it invisible. This was exactly the problem that Karl Friedrich Gauss was trying to solve when he invented least squares estimation in Does the mean value minimize the sum of squared errors in our example? Make your guess for the best estimator of average income in the list (20, 40, 40, 300) Median = 40: Errors: ( 20 40) (40 40) (40 40) (300-40) Squared errors: * 260 = 67,600 Sum of squared errors = 68,000 Mean = 100 Errors: ( ) (40 100) (40 100) ( ) Squared errors: 80 * * * * 200 Sum of squared errors = 53, ,000 To examine the other possibilities, see the Appendix. A calculus-based proof is also presented in the appendix. It will not be on the exam.

5 Computational details: Mean/median absolute deviation and standard deviation. Mean absolute deviation: ( ) / 4 Note that the vertical lines are the math symbol for take the absolute value ( ) / 4 $ 400 / 4 = $ 100 Median absolute deviation: median( ) median (20, 0, 0, 2600) = ($ 0 + $ 20) / 2 = $ 10 Note: in R, the median absolute deviation (or MAD) is defined with an adjustment constant defined so that it is in a predictable relation to a normal distribution. To get our results, you would set the adjustment constant to 1, with the command: mad(wages, constant=1). Standard deviation: First, compute the sum of squared deviations: [ (20 100) 2 + (40 100) 2 + (40-100) 2 + ( ) 2 ] = ( (-80) 2 + (-60) 2 + (-60) ) = ( 6, , , ,000) = 53,600 Second, find the mean squared deviation = sum of squared deviations / number of observations. The mean squared deviation is also called the variance. Variance = 53,600 / 4 = 13,400 The standard deviation in our example is sqrt(13,400) = Note well: The text and Stark use what is called the population standard deviation = sqrt(sse / N) in their calculations throughout the book. There is a (very technical) argument that a slight change to the formula gives a more reliable estimate of the variance, when dealing with small samples, and the sample standard deviation = sqrt(sse / (N-1)) is used by some texts and computer programs (including R) when computing standard deviations. The very slight technical advantage of the more complicated formula in some situations does not in my mind justify inflicting it on beginning students. The basic idea that the standard deviation is one of three possible ways to measure the average deviation is watered down by forcing the formula on students, and it will not be used at all in this course. But keep it in mind if your calculator or computer program gives you a slightly differed standard deviation than you calculated. In R, you can define stdev < - function(x) sqrt(mean(square(x - mean(x))) to get the text formula; the R command sd(x) will give the sample standard deviation.

6 Properties of the mean and standard deviation: Both the text and Stark explore at length what happens to the mean and SD if you add, subtract, multiply and/or divide a list of numbers by another number. Such a transformation of a list of numbers by simple arithmetic operations (not including squares, square roots, logarithms, or trignometric functions), is known as a linear transformation or (in Stark's online text) as an affine transformation (a term I will not use on exams). Consider a few examples (and run the numbers through your calculator to confirm my statements and to get some practice in calculating) Consider the list of numbers: x = (3, 10, 7, 2, 3) Confirm that mean(x) = 5 and stdev(x) = (and that R's sd(x) = ) Add 3 to each number in x to get another list, y = (6, 13, 10, 5, 6) Confirm that mean(y) = 8 and stdev(y) = (and R's sd(y) also remains unchanged) Multiply each number in the original list x by -2 to get the list z = (-6, -20, -14, -4, -6) Confirm that mean(z) = -10 and stdev(z) = (and that sd(z) = 2 * sd(x)) Answer the following questions: (true/false, but explain any false statement or part of a statement) If necessary, work your own example to confirm or refute the statements. Notice that refutation only requires a single counterexample, but a confirmation could be accidental, so you should try two or three examples to confirm that your example would work for both fractions and whole numbers, positive and negative numbers. 1. Multiplying any list by a positive number k will lead to a list with a mean and SD k times greater. 2. Subtracting 10,000 from any list will decrease the mean by 10,000 but the SD by only 100, since in calculating the SD we take the square root. 3. Adding any number, whether positive or negative, to a list will not change the SD of a list. 4. Multiplying any list by a negative number will lead to a negative mean and negative standard deviation. 5. Squaring every number in a list will square both the mean and the SD. 6. Squaring every number in a list will lead to a larger mean and SD, but not necessarily to an exact square of either mean or SD. 7. If the standard deviation of a list is zero, every item on that list must be zero. 8. The standard deviation of the list (-3, -2, -1, 0, 1, 2, 3) is zero. See the end of appendix for answers.

7 Appendix 1. Demonstration that the median minimizes absolute value of difference among all reasonable guesses. Would any other strategy be better? We can try to see this graphically, by looking at the outcome of all guesses between $ 0 and $ 100. Note: lines beginning with a prompt (>) indicate what you are supposed to type. (Don't type the prompt) Press return where I start a new line, and the computer will provide a + to indicate that you are continuing the line. First, define an R function: > payoff <- function (guess, payment=80,salaries=c(20,300,40,40)) { + mean(payment - abs(salaries guess)) } # defines payoff as a function of three arguments: # guess, which you must supply # payment, which defaults to 80 # salaries, which defaults to a list of all the salaries we assumed. And then set guesses to all integers from 1 to 100: guesses < - seq(1, 100) The computation is done simply: > payoffs < - sapply(guesses, payoff) # sapply is short for simple apply we apply the payoff function to all the guesses we made. > plot(guesses, payoffs, type= l, col= red, lwd=3) # draws the plot below > abline(v=40, col= blue ) was used to add the vertical blue line at the median.

8 2. Demonstration that the mean minimizes the sum of squared errors First, define two R function: square and sse: > square < - function(x) (x * x) > sse <- function (guess, salaries=c(20,300,40,40)) { + sum(square(payment - abs(salaries guess))) } Second, set the range of your guesses: > guesses <- seq(40, 300) will give you the sequence 1.0, 1.1, , Confirm that the mean beats the median: > sum.squared.errors(40) # we guess the median, and should get 68,000 > sum.squared.errors(100) # we guess the mean, and should get 53,600 Compute and save the sums of squared errors: (note that R is case sensitive: SSEs is not the same as sses) SSEs < - sapply(guesses, sse) Plot the payoffs: plot(guesses, SSEs, col="red", type="l", lwd=2, main="sum of Squared Errors") abline(h=53600, col= blue ) # horizontal line at minimum sum of squared errors. abline(v=100) # vertical line at a guess of the mean. Change your guesses to seq(50, 150) to focus in on the critical area, or calculate sse(99.9), sse(100), sse(100.1) to see that this is the real minimum.

9 3.Calculus based proof that the mean minimizes the sum of squared errors: Start with a list of numbers x. There are N numbers in the list. The SSE is defined as: Σ ( x - b) 2 where Σ is the summation sign (over all n observations)and b is any guess. We want the guess that minimizes this value, so we take the derivative of the SSE and set it equal to zero Derivative of SSE with respect to b = Σ -2 ( x - b) = -2 Σ x + 2 Σ b = -2 Σ x + 2 N b (note that the sum of N b's is N times b) Set the derivative equal to zero and solve: Divide through by 2, so - Σ x + N b = 0; add Σ x to each side of the equation, so we have N b = Σ x Divide both sides by N,so b = Σ x / N Which is of course the arithmetic mean but note that we were looking for any expression that would minimize the sum of squared errors. 4.Answers to true/false questions on linear transformations and their effect on mean and SD 1. Multiplying any list by a positive number k will lead to a list with a mean and SD k times greater. True but note that if k is a fraction, k times greater means smaller in absolute terms. 2. Subtracting 10,000 from any list will decrease the mean by 10,000 but the SD by only 100, since in calculating the SD we take the square root. The mean does decrease by 10,000, but the SD remains unchanged by adding or subtracting any number. 3. Adding any number, whether positive or negative, to a list will not change the SD of a list. True the location of all numbers changes, but their spread does not. 4. Multiplying any list by a negative number will lead to a negative mean and negative standard deviation. False.. If you begin with a list of all negative numbers, multiplying by a negative number will mean a list of all positive numbers, and hence a positive mean. The standard deviation can never be negative squaring all deviations results in a list of all positive numbers. 5. Squaring every number in a list will square both the mean and the SD. False we are not dealing with a linear transformation, so results are completely unpredictable. 6. Squaring every number in a list will lead to a larger mean and SD, but not necessarily to an exact square of either mean or SD. False if the list is a list of positive fractions, say x = (0.3, 0.4, 0.5). The mean is 0.4, and SD is The new list is z = (0.09, 0.16, 0.25). The mean of this list is , and the SD is Both the mean and SD are smaller after squaring. 7. If the SD of a list is zero, every item in the list must be zero. FALSE every item must be the SAME, but not necessarily zero. Compute the SD of (8, 8, 8) if you don't believe this. 8. The standard deviation of the list (-3, -2, -1, 0, 1, 2, 3) is zero. FALSE the mean is zero. The SD will be non-zero if every item is not the same. In this case, it is sqrt ( 28 / 7) = 2.

Descriptive Statistics

Descriptive Statistics Y520 Robert S Michael Goal: Learn to calculate indicators and construct graphs that summarize and describe a large quantity of values. Using the textbook readings and other resources listed on the web

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections 4.6 and 1.1) 8.1 Equivalent Inequalities Definition 8.1 Two inequalities are equivalent

More information

Properties of Real Numbers

Properties of Real Numbers 16 Chapter P Prerequisites P.2 Properties of Real Numbers What you should learn: Identify and use the basic properties of real numbers Develop and use additional properties of real numbers Why you should

More information

Session 7 Bivariate Data and Analysis

Session 7 Bivariate Data and Analysis Session 7 Bivariate Data and Analysis Key Terms for This Session Previously Introduced mean standard deviation New in This Session association bivariate analysis contingency table co-variation least squares

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

Independent samples t-test. Dr. Tom Pierce Radford University

Independent samples t-test. Dr. Tom Pierce Radford University Independent samples t-test Dr. Tom Pierce Radford University The logic behind drawing causal conclusions from experiments The sampling distribution of the difference between means The standard error of

More information

Descriptive Statistics and Measurement Scales

Descriptive Statistics and Measurement Scales Descriptive Statistics 1 Descriptive Statistics and Measurement Scales Descriptive statistics are used to describe the basic features of the data in a study. They provide simple summaries about the sample

More information

PART A: For each worker, determine that worker's marginal product of labor.

PART A: For each worker, determine that worker's marginal product of labor. ECON 3310 Homework #4 - Solutions 1: Suppose the following indicates how many units of output y you can produce per hour with different levels of labor input (given your current factory capacity): PART

More information

WHERE DOES THE 10% CONDITION COME FROM?

WHERE DOES THE 10% CONDITION COME FROM? 1 WHERE DOES THE 10% CONDITION COME FROM? The text has mentioned The 10% Condition (at least) twice so far: p. 407 Bernoulli trials must be independent. If that assumption is violated, it is still okay

More information

Accentuate the Negative: Homework Examples from ACE

Accentuate the Negative: Homework Examples from ACE Accentuate the Negative: Homework Examples from ACE Investigation 1: Extending the Number System, ACE #6, 7, 12-15, 47, 49-52 Investigation 2: Adding and Subtracting Rational Numbers, ACE 18-22, 38(a),

More information

Linear Equations and Inequalities

Linear Equations and Inequalities Linear Equations and Inequalities Section 1.1 Prof. Wodarz Math 109 - Fall 2008 Contents 1 Linear Equations 2 1.1 Standard Form of a Linear Equation................ 2 1.2 Solving Linear Equations......................

More information

6.4 Normal Distribution

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

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Module 3: Correlation and Covariance

Module 3: Correlation and Covariance Using Statistical Data to Make Decisions Module 3: Correlation and Covariance Tom Ilvento Dr. Mugdim Pašiƒ University of Delaware Sarajevo Graduate School of Business O ften our interest in data analysis

More information

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

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

More information

CALCULATIONS & STATISTICS

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

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

More information

or, put slightly differently, the profit maximizing condition is for marginal revenue to equal marginal cost:

or, put slightly differently, the profit maximizing condition is for marginal revenue to equal marginal cost: Chapter 9 Lecture Notes 1 Economics 35: Intermediate Microeconomics Notes and Sample Questions Chapter 9: Profit Maximization Profit Maximization The basic assumption here is that firms are profit maximizing.

More information

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

Method To Solve Linear, Polynomial, or Absolute Value Inequalities: Solving Inequalities An inequality is the result of replacing the = sign in an equation with ,, or. For example, 3x 2 < 7 is a linear inequality. We call it linear because if the < were replaced with

More information

Current California Math Standards Balanced Equations

Current California Math Standards Balanced Equations Balanced Equations Current California Math Standards Balanced Equations Grade Three Number Sense 1.0 Students understand the place value of whole numbers: 1.1 Count, read, and write whole numbers to 10,000.

More information

Lies My Calculator and Computer Told Me

Lies My Calculator and Computer Told Me Lies My Calculator and Computer Told Me 2 LIES MY CALCULATOR AND COMPUTER TOLD ME Lies My Calculator and Computer Told Me See Section.4 for a discussion of graphing calculators and computers with graphing

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

A Short Guide to Significant Figures

A Short Guide to Significant Figures A Short Guide to Significant Figures Quick Reference Section Here are the basic rules for significant figures - read the full text of this guide to gain a complete understanding of what these rules really

More information

Introduction; Descriptive & Univariate Statistics

Introduction; Descriptive & Univariate Statistics Introduction; Descriptive & Univariate Statistics I. KEY COCEPTS A. Population. Definitions:. The entire set of members in a group. EXAMPLES: All U.S. citizens; all otre Dame Students. 2. All values of

More information

ECON 459 Game Theory. Lecture Notes Auctions. Luca Anderlini Spring 2015

ECON 459 Game Theory. Lecture Notes Auctions. Luca Anderlini Spring 2015 ECON 459 Game Theory Lecture Notes Auctions Luca Anderlini Spring 2015 These notes have been used before. If you can still spot any errors or have any suggestions for improvement, please let me know. 1

More information

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Types of Variables Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Quantitative (numerical)variables: take numerical values for which arithmetic operations make sense (addition/averaging)

More information

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

Pie Charts. proportion of ice-cream flavors sold annually by a given brand. AMS-5: Statistics. Cherry. Cherry. Blueberry. Blueberry. Apple.

Pie Charts. proportion of ice-cream flavors sold annually by a given brand. AMS-5: Statistics. Cherry. Cherry. Blueberry. Blueberry. Apple. Graphical Representations of Data, Mean, Median and Standard Deviation In this class we will consider graphical representations of the distribution of a set of data. The goal is to identify the range of

More information

Integer Operations. Overview. Grade 7 Mathematics, Quarter 1, Unit 1.1. Number of Instructional Days: 15 (1 day = 45 minutes) Essential Questions

Integer Operations. Overview. Grade 7 Mathematics, Quarter 1, Unit 1.1. Number of Instructional Days: 15 (1 day = 45 minutes) Essential Questions Grade 7 Mathematics, Quarter 1, Unit 1.1 Integer Operations Overview Number of Instructional Days: 15 (1 day = 45 minutes) Content to Be Learned Describe situations in which opposites combine to make zero.

More information

Numerical integration of a function known only through data points

Numerical integration of a function known only through data points Numerical integration of a function known only through data points Suppose you are working on a project to determine the total amount of some quantity based on measurements of a rate. For example, you

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY

Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY 1. Introduction Besides arriving at an appropriate expression of an average or consensus value for observations of a population, it is important to

More information

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Suppose following data have been collected (heights of 99 five-year-old boys) 117.9 11.2 112.9 115.9 18. 14.6 17.1 117.9 111.8 16.3 111. 1.4 112.1 19.2 11. 15.4 99.4 11.1 13.3 16.9

More information

5. Linear Regression

5. Linear Regression 5. Linear Regression Outline.................................................................... 2 Simple linear regression 3 Linear model............................................................. 4

More information

Math 115 Spring 2011 Written Homework 5 Solutions

Math 115 Spring 2011 Written Homework 5 Solutions . Evaluate each series. a) 4 7 0... 55 Math 5 Spring 0 Written Homework 5 Solutions Solution: We note that the associated sequence, 4, 7, 0,..., 55 appears to be an arithmetic sequence. If the sequence

More information

Normal distribution. ) 2 /2σ. 2π σ

Normal distribution. ) 2 /2σ. 2π σ Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a

More information

The Cost of Production

The Cost of Production The Cost of Production 1. Opportunity Costs 2. Economic Costs versus Accounting Costs 3. All Sorts of Different Kinds of Costs 4. Cost in the Short Run 5. Cost in the Long Run 6. Cost Minimization 7. The

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

Algebra Unit Plans. Grade 7. April 2012. Created By: Danielle Brown; Rosanna Gaudio; Lori Marano; Melissa Pino; Beth Orlando & Sherri Viotto

Algebra Unit Plans. Grade 7. April 2012. Created By: Danielle Brown; Rosanna Gaudio; Lori Marano; Melissa Pino; Beth Orlando & Sherri Viotto Algebra Unit Plans Grade 7 April 2012 Created By: Danielle Brown; Rosanna Gaudio; Lori Marano; Melissa Pino; Beth Orlando & Sherri Viotto Unit Planning Sheet for Algebra Big Ideas for Algebra (Dr. Small)

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade Statistics Quiz Correlation and Regression -- ANSWERS 1. Temperature and air pollution are known to be correlated. We collect data from two laboratories, in Boston and Montreal. Boston makes their measurements

More information

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences Introduction to Statistics for Psychology and Quantitative Methods for Human Sciences Jonathan Marchini Course Information There is website devoted to the course at http://www.stats.ox.ac.uk/ marchini/phs.html

More information

Solving Rational Equations

Solving Rational Equations Lesson M Lesson : Student Outcomes Students solve rational equations, monitoring for the creation of extraneous solutions. Lesson Notes In the preceding lessons, students learned to add, subtract, multiply,

More information

Minimax Strategies. Minimax Strategies. Zero Sum Games. Why Zero Sum Games? An Example. An Example

Minimax Strategies. Minimax Strategies. Zero Sum Games. Why Zero Sum Games? An Example. An Example Everyone who has studied a game like poker knows the importance of mixing strategies With a bad hand, you often fold But you must bluff sometimes Lectures in Microeconomics-Charles W Upton Zero Sum Games

More information

Binary Adders: Half Adders and Full Adders

Binary Adders: Half Adders and Full Adders Binary Adders: Half Adders and Full Adders In this set of slides, we present the two basic types of adders: 1. Half adders, and 2. Full adders. Each type of adder functions to add two binary bits. In order

More information

Prentice Hall. California Edition of Algebra 1 - Classics Edition (Smith/Charles) 2008. Grade 8

Prentice Hall. California Edition of Algebra 1 - Classics Edition (Smith/Charles) 2008. Grade 8 Prentice Hall Grade 8 California Edition of Algebra 1 - Classics Edition (Smith/Charles) 2008 C O R R E L A T E D T O California s Map for a Basic Grade Level Program Grade 8 PROGRAM DESCRIPTION Prentice

More information

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r),

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r), Chapter 0 Key Ideas Correlation, Correlation Coefficient (r), Section 0-: Overview We have already explored the basics of describing single variable data sets. However, when two quantitative variables

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

3. Logical Reasoning in Mathematics

3. Logical Reasoning in Mathematics 3. Logical Reasoning in Mathematics Many state standards emphasize the importance of reasoning. We agree disciplined mathematical reasoning is crucial to understanding and to properly using mathematics.

More information

Introduction. Appendix D Mathematical Induction D1

Introduction. Appendix D Mathematical Induction D1 Appendix D Mathematical Induction D D Mathematical Induction Use mathematical induction to prove a formula. Find a sum of powers of integers. Find a formula for a finite sum. Use finite differences to

More information

CHAPTER 5 Round-off errors

CHAPTER 5 Round-off errors CHAPTER 5 Round-off errors In the two previous chapters we have seen how numbers can be represented in the binary numeral system and how this is the basis for representing numbers in computers. Since any

More information

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Name: Section: I pledge my honor that I have not violated the Honor Code Signature: This exam has 34 pages. You have 3 hours to complete this

More information

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Section 7 Algebraic Manipulations and Solving Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Before launching into the mathematics, let s take a moment to talk about the words

More information

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques

More information

Elasticity. I. What is Elasticity?

Elasticity. I. What is Elasticity? Elasticity I. What is Elasticity? The purpose of this section is to develop some general rules about elasticity, which may them be applied to the four different specific types of elasticity discussed in

More information

Chapter 27: Taxation. 27.1: Introduction. 27.2: The Two Prices with a Tax. 27.2: The Pre-Tax Position

Chapter 27: Taxation. 27.1: Introduction. 27.2: The Two Prices with a Tax. 27.2: The Pre-Tax Position Chapter 27: Taxation 27.1: Introduction We consider the effect of taxation on some good on the market for that good. We ask the questions: who pays the tax? what effect does it have on the equilibrium

More information

Mathematics Task Arcs

Mathematics Task Arcs Overview of Mathematics Task Arcs: Mathematics Task Arcs A task arc is a set of related lessons which consists of eight tasks and their associated lesson guides. The lessons are focused on a small number

More information

Measurement with Ratios

Measurement with Ratios Grade 6 Mathematics, Quarter 2, Unit 2.1 Measurement with Ratios Overview Number of instructional days: 15 (1 day = 45 minutes) Content to be learned Use ratio reasoning to solve real-world and mathematical

More information

How to Win the Stock Market Game

How to Win the Stock Market Game How to Win the Stock Market Game 1 Developing Short-Term Stock Trading Strategies by Vladimir Daragan PART 1 Table of Contents 1. Introduction 2. Comparison of trading strategies 3. Return per trade 4.

More information

Lecture 5 : The Poisson Distribution

Lecture 5 : The Poisson Distribution Lecture 5 : The Poisson Distribution Jonathan Marchini November 10, 2008 1 Introduction Many experimental situations occur in which we observe the counts of events within a set unit of time, area, volume,

More information

Exploratory Data Analysis. Psychology 3256

Exploratory Data Analysis. Psychology 3256 Exploratory Data Analysis Psychology 3256 1 Introduction If you are going to find out anything about a data set you must first understand the data Basically getting a feel for you numbers Easier to find

More information

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation Parkland College A with Honors Projects Honors Program 2014 Calculating P-Values Isela Guerra Parkland College Recommended Citation Guerra, Isela, "Calculating P-Values" (2014). A with Honors Projects.

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Math Games For Skills and Concepts

Math Games For Skills and Concepts Math Games p.1 Math Games For Skills and Concepts Original material 2001-2006, John Golden, GVSU permission granted for educational use Other material copyright: Investigations in Number, Data and Space,

More information

Stat 20: Intro to Probability and Statistics

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

More information

Summer Assignment for incoming Fairhope Middle School 7 th grade Advanced Math Students

Summer Assignment for incoming Fairhope Middle School 7 th grade Advanced Math Students Summer Assignment for incoming Fairhope Middle School 7 th grade Advanced Math Students Studies show that most students lose about two months of math abilities over the summer when they do not engage in

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

5.1 Radical Notation and Rational Exponents

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

More information

3. What is the difference between variance and standard deviation? 5. If I add 2 to all my observations, how variance and mean will vary?

3. What is the difference between variance and standard deviation? 5. If I add 2 to all my observations, how variance and mean will vary? Variance, Standard deviation Exercises: 1. What does variance measure? 2. How do we compute a variance? 3. What is the difference between variance and standard deviation? 4. What is the meaning of the

More information

Decision Making under Uncertainty

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

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

Numeracy and mathematics Experiences and outcomes

Numeracy and mathematics Experiences and outcomes Numeracy and mathematics Experiences and outcomes My learning in mathematics enables me to: develop a secure understanding of the concepts, principles and processes of mathematics and apply these in different

More information

EQUATIONS and INEQUALITIES

EQUATIONS and INEQUALITIES EQUATIONS and INEQUALITIES Linear Equations and Slope 1. Slope a. Calculate the slope of a line given two points b. Calculate the slope of a line parallel to a given line. c. Calculate the slope of a line

More information

Means, standard deviations and. and standard errors

Means, standard deviations and. and standard errors CHAPTER 4 Means, standard deviations and standard errors 4.1 Introduction Change of units 4.2 Mean, median and mode Coefficient of variation 4.3 Measures of variation 4.4 Calculating the mean and standard

More information

Descriptive Statistics. Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion

Descriptive Statistics. Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion Descriptive Statistics Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion Statistics as a Tool for LIS Research Importance of statistics in research

More information

Standard Deviation Estimator

Standard Deviation Estimator CSS.com Chapter 905 Standard Deviation Estimator Introduction Even though it is not of primary interest, an estimate of the standard deviation (SD) is needed when calculating the power or sample size of

More information

1.6 The Order of Operations

1.6 The Order of Operations 1.6 The Order of Operations Contents: Operations Grouping Symbols The Order of Operations Exponents and Negative Numbers Negative Square Roots Square Root of a Negative Number Order of Operations and Negative

More information

Adding and Subtracting Positive and Negative Numbers

Adding and Subtracting Positive and Negative Numbers Adding and Subtracting Positive and Negative Numbers Absolute Value For any real number, the distance from zero on the number line is the absolute value of the number. The absolute value of any real number

More information

MEASURES OF VARIATION

MEASURES OF VARIATION NORMAL DISTRIBTIONS MEASURES OF VARIATION In statistics, it is important to measure the spread of data. A simple way to measure spread is to find the range. But statisticians want to know if the data are

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

More information

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing!

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing! MATH BOOK OF PROBLEMS SERIES New from Pearson Custom Publishing! The Math Book of Problems Series is a database of math problems for the following courses: Pre-algebra Algebra Pre-calculus Calculus Statistics

More information

3 Some Integer Functions

3 Some Integer Functions 3 Some Integer Functions A Pair of Fundamental Integer Functions The integer function that is the heart of this section is the modulo function. However, before getting to it, let us look at some very simple

More information

Capital Market Theory: An Overview. Return Measures

Capital Market Theory: An Overview. Return Measures Capital Market Theory: An Overview (Text reference: Chapter 9) Topics return measures measuring index returns (not in text) holding period returns return statistics risk statistics AFM 271 - Capital Market

More information

The KaleidaGraph Guide to Curve Fitting

The KaleidaGraph Guide to Curve Fitting The KaleidaGraph Guide to Curve Fitting Contents Chapter 1 Curve Fitting Overview 1.1 Purpose of Curve Fitting... 5 1.2 Types of Curve Fits... 5 Least Squares Curve Fits... 5 Nonlinear Curve Fits... 6

More information

2. Simple Linear Regression

2. Simple Linear Regression Research methods - II 3 2. Simple Linear Regression Simple linear regression is a technique in parametric statistics that is commonly used for analyzing mean response of a variable Y which changes according

More information

Core Maths C1. Revision Notes

Core Maths C1. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Indices... Rules of indices... Surds... 4 Simplifying surds... 4 Rationalising the denominator... 4 Quadratic functions... 4 Completing the

More information

2 Sample t-test (unequal sample sizes and unequal variances)

2 Sample t-test (unequal sample sizes and unequal variances) Variations of the t-test: Sample tail Sample t-test (unequal sample sizes and unequal variances) Like the last example, below we have ceramic sherd thickness measurements (in cm) of two samples representing

More information

MBA Jump Start Program

MBA Jump Start Program MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Online Appendix: Basic Mathematical Concepts 2 1 The Number Spectrum Generally we depict numbers increasing from left to right

More information

Tom wants to find two real numbers, a and b, that have a sum of 10 and have a product of 10. He makes this table.

Tom wants to find two real numbers, a and b, that have a sum of 10 and have a product of 10. He makes this table. Sum and Product This problem gives you the chance to: use arithmetic and algebra to represent and analyze a mathematical situation solve a quadratic equation by trial and improvement Tom wants to find

More information

Evaluating Trading Systems By John Ehlers and Ric Way

Evaluating Trading Systems By John Ehlers and Ric Way Evaluating Trading Systems By John Ehlers and Ric Way INTRODUCTION What is the best way to evaluate the performance of a trading system? Conventional wisdom holds that the best way is to examine the system

More information

LIES MY CALCULATOR AND COMPUTER TOLD ME

LIES MY CALCULATOR AND COMPUTER TOLD ME LIES MY CALCULATOR AND COMPUTER TOLD ME See Section Appendix.4 G for a discussion of graphing calculators and computers with graphing software. A wide variety of pocket-size calculating devices are currently

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution James H. Steiger November 10, 00 1 Topics for this Module 1. The Binomial Process. The Binomial Random Variable. The Binomial Distribution (a) Computing the Binomial pdf (b) Computing

More information

Prot Maximization and Cost Minimization

Prot Maximization and Cost Minimization Simon Fraser University Prof. Karaivanov Department of Economics Econ 0 COST MINIMIZATION Prot Maximization and Cost Minimization Remember that the rm's problem is maximizing prots by choosing the optimal

More information

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS DUSP 11.203 Frank Levy Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding

More information

Topic 9 ~ Measures of Spread

Topic 9 ~ Measures of Spread AP Statistics Topic 9 ~ Measures of Spread Activity 9 : Baseball Lineups The table to the right contains data on the ages of the two teams involved in game of the 200 National League Division Series. Is

More information

Gamma Distribution Fitting

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

More information

Chapter 2: Linear Equations and Inequalities Lecture notes Math 1010

Chapter 2: Linear Equations and Inequalities Lecture notes Math 1010 Section 2.1: Linear Equations Definition of equation An equation is a statement that equates two algebraic expressions. Solving an equation involving a variable means finding all values of the variable

More information