Introduction to the Practice of Statistics Fifth Edition Moore, McCabe
|
|
|
- Colin Collins
- 9 years ago
- Views:
Transcription
1 Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Section 1.3 Homework Answers 1.80 If you ask a computer to generate "random numbers between 0 and 1, you uniform will get observations from a uniform distribution. Figure 1.35 graphs the distribution density curve for a uniform distribution. Use areas under this density curve to answer the following questions. Define the random variable X to be the value that is generated by the computer. 0 1 X Figure 1.35 The density curve of a uniform distribution, for exercise (a) Why is the total area under this curve equal to 1? Since the figure is a defined as a density curve, then by definition it has a total area of 1 square unit. The area represents 100% of the population (b) What proportion of the observations lie above 0.75? To answer this question we need only to find the area above the curve corresponding to X > P(X > 0.75) = Height of yellow rectangle(width of yellow rectangle) = (1)(1 0.75) = 0.25 Keep in mind that because the author chose a uniform X distribution with endpoints 0 and 1, it is easy to see what the proportion should be without much thought. Make sure you learn the real lesson here, that in order to calculate proportions with density curves, the area underneath the curve is directly related to the corresponding proportion. (c) What proportion of the observations lie between 0.25 and 0.75? We need to calculate P(0.25 < X < 0.75). P(0.25 < X < 0.75) = 1( ) = X
2 1.81 Many random number generators allow users to specify the range of the random numbers to be produced. Suppose that you specify that the outcomes are to be distributed uniformly between 0 and 2. Then the density curve of the outcomes has constant height between 0 and 2, and height 0 elsewhere. Let the random variable Y be the value generated by the computer. (a) What is the height of the density curve between 0 and 2? Draw a graph of the density curve. The height of the density curve is ½, 0.5. Why? Because, a density curve, must have an area equal to 1 square unit. If you look at the dimensions of the rectangle we get ½ (2) = 1 square unit. ½ 0 2 Y (b) Use your graph from (a) and the fact that areas under the curve are proportions of outcomes to find the proportion of outcomes that are less than 1. It is very easy to see that the area is one, but to be complete I will run through the calculation. ½ 0 1 P(Y < 1) = ½ (1 0) = Y (c) Find the proportion of outcomes that lie between 0.5 and ½ Y P(0.5 < Y < 1.3) = ½ ( ) = 0.4
3 1. 82 What are the mean and the median of the uniform distribution from problem 1.80 (Figure 1.35)? What are the quartiles? Since this is a symmetric distribution, the median and the mean are the same value, the halfway point. Thus the mean is 0.5 as well as the median. To calculate the mean of any uniform distribution take the average of the two endpoints: (0 + 1)/2 = 0.5 Again, since the boundaries of the figure are 0 and 1, it is easy to see the position of the quartiles: Q 1 = 0.25 and Q 3 = Now while it is easy to see the quartile values, it is also easy to confuse what it is I am looking at. It just happens that the value of X also corresponds to the area it represents when we consider the frequency to the left of the number. That is, 1 P(X < 0.25) = P(X < Q 1 ) = 0.25 (area not value of X) P(X < 0.75) = P(X < Q 3 ) = 0.75 (area not value of X) X Q 1 Q 3 If you are unsure what the above notation means or how it is related to the picture on the left, see me quickly Figure 1.36 displays three density curves, each with three points marked on the axis. At which of these points on each curve do the mean and the median fall? A B C A B C A B C (a) (b) (c) In order to analyze these curves correctly, one needs to remember that for a density curve the median is the value that splits the area above exactly in half (the median is the point the cuts the ordered set of numbers in half); the mean is pulled by outliers. Thus for picture (a) The median appear to be B, which then makes the mean C. For picture (b), since we have a symmetric graph, the mean and median are represented by A. Lastly, for picture (c), the median appears to be B and thus, the mean is A, which is pulled by outliers.
4 1.84 The length of human pregnancies from conception to birth varies according to a distribution that is approximately normal with mean 266 and standard deviation 16 days. Draw a density curve for this distribution on which the mean and standard deviation are correctly related. Let the random variable X denote the length of human pregnancies. µ 3σ µ 2σ µ σ µ µ+σ µ+2σ µ+3σ µ X 1.89 The height of women aged 20 to 29 are approximately normal with mean 64 inches and standard deviation 2.7 inches. Men the same age have mean height 69.3 inches with standard deviation 2.8 inches. What are the z-scores for a woman 6 feet tall and a man 6 feet tall? What information do the z-scores give that the actual heights do not? Women: {µ = 64 inches, σ = 2.7 inches} Men:{µ = 69.3 inches, σ = 2.8 inches} 0.75 Man: z = Woman: z = I can see that the six-foot tall woman is, among her peers, very tall, an extremely unusual height. (z = ). While the man is at six feet is above average but not as far away from the norm as the woman.
5 1.93 Using either Table A or your calculator or software, find the proportion of observations from a standard normal distribution that satisfies each of the following statements. In each case, sketch a standard normal curve and shade the area under the curve that is the answer to the question. (a) Z -2 (this is a cumulative proportion) If I looked this value up on a table then, I need to realize that -2, implies that my accuracy will be So I look up -2 on the column with the z-value and the first column gives you the rest of the accuracy P(Z -2) = z 0.00 Standard Normal Probabilities Z If I used Excel, the command would be =Normsdist(-2); this of course provides more accuracy in the result than the table.
6 (b) Z -2 What you need to keep in mind when looking up values on the table, is what area the table provides versus what you want. I want P(Z -2). The area underneath the whole curve is Thus, P(Z -2) = 1 - P(Z -2) = = Notice if I looked up Z = 2 on the table this is the associated value. On Excel the command is =1 normsdist(-2) Z 4. (c) Z > 1.67 P(Z > 1.67) = 1 P(Z < 1.67) = = On Excel the command would be = 1 normsdist(1.67) Standard Normal Probabilities Z 4. z
7 (d) -2 < Z < 1.67 To get this result I will use the previous information. I could look it up on the tables but it would most likely be the information I already have. Here is one way. P(-2 < Z < 1.67) = Z 4. The I got from problem (c). I note that P(Z > -1.67) = P(Z < 1.67). Now I need to subtract that little portion to the leftof 2, mainly the area Another way. P(-2 < Z < 1.67) = 1 ( ( )) Here I am using the fact that the entire area is one. I then calculate the two missing end points either directly or by another calculation. Subtract from one and I have the area I want. Using Excel = normsdist(1.67) normsdist(-2) Find the value of z of a standard normal variable Z that satisfies each of the following conditions. (If you use Table A, report the value of z that comes closest to satisfying the condition). In each case, sketch a standard normal curve with your value of z marked on the axis. (a) 20% of the observations fall below z. If I use table A, I find that P(Z < -0.84) =.2005 which is close to the Using software like Excel, I get z (=normsinv(0.2)) Z desired (b) 30% of the observations fall above z. 0.4 If I look at the table I see that P(Z > 0.52) = and P(Z > 0.53) = The value I want is about halfway between the two. So a good approximation of z is the average of 0.52 and 0.53 which is Z
8 Using software like Excel, I get z ; I entered =normsinv(0.7) The Wechsler Adult Intelligence Scale (WAIS) is the most common IQ test. The scale of scores is set separately for each age group and is approximately normal mean with mean 100 and standard deviation 15. The organization MENSA which calls itself the high IQ society, requires a WAIS score of 130 or higher for membership. What percent of adults would qualify for membership? Let the random variable X denote the WAIS score. We want to calculate P(X > 130). I notice that the value 130 is 2 standard deviations from the mean; by the rule then, P(X > 130) = 2.5%. So P(X > 130) = Notice if I use the tables or a computer by finding the z-score I will not get 2.5%. Z = 2 for X = 130. = less than 2.5% which is just an approximation. Using Excel, I type in =normsdist(2) and I get , which is the area to the right. The TI-83 command is normalcdf(2,10) 1.99 Jacob scores 16 on the ACT. Emily scores 670 on the SAT. Assuming that both tests measure the same thing, who has the highest score? SAT: µ = 1026 σ = 209 ACT: µ = 20.8 σ = 4.8 Emily: z = Jacob: z = = = -1 The z-scores tells us how far away each value is away from their respective means. So Emily is 1.7 standard deviations below the mean, and Jacob is only one standard deviation below the mean. Since Emily is much further below the mean than Jacob, Jacob has the higher score.
9 1.102 Reports on a student s ACT or SAT usually give the percentile as well as the actual score. The percentile is just the cumulative proportion stated as percent: the percent of all scores that were lower than this one. Tonya scores 1318 on the SAT. What is the percentile? Let s see so far we have the words percentage, relative frequency, percentile, and soon to come probability. All are calculated exactly the same, but how we view it is slightly different, thus the name change. Basically I need to calculate the area to the left of 1318, for this normal distribution. µ = 1026 σ = 209 Let the random variable X denote an SAT score. P(X < 1318) The area above represents the frequency of the numbers found on the X-axis, (i.e. how often would I encounter a value less than 1318 for example). The z-score for 1318 is If I use Excel I would enter = normsdist(1.3971) which results in P(X < 1318) = which ranks Tonya very high, almost at the 92 percentile. If I were to use the table then instead of interpolating(the correct thing to do) to make it easier I will round (which does not give me as good of an approximation as interpolating, whatever that means). My z-score is then z = 1.40 P(Z < 1.40) = which essentially says the same thing as the other result, Tonya is almost at the 92 nd percentile Reports on a student s ACT or SAT usually give the percentile as well as the actual score. The percentile is just the cumulative proportion stated as percent: the percent of all scores that were lower than this one. Jacob scores 16 on the ACT. What is his percentile? Since I know the distribution is normal ( a very important fact) then I will turn the value in question to a z-score, so I can look up the frequency on Table A, or input it into software such as Excel and get the required frequency. Z = = -1 Using the rule I calculate that P(Z < -1) 16%. Using table A, P(Z < -1) = 15.87%.
10 1.111 Middle-aged men are more susceptible to high cholesterol than the young women of Exercise The blood cholesterol levels of men aged 55 to 64 are approximately normal with mean 222 mg/dl and standard deviation 37 mg/dl. What percent of these men have high cholesterol (levels above 240 mg/dl)? What percent have borderline high cholesterol (between 200 and 240 mg/dl)? In order to do well in statistics, one needs to understand what information is available to them. This will be specially true in later chapters. So let us start good habits now. What is known? The distribution is normal (Knowing the distribution type is tremendously important). Do I know the parameters for the normal distribution? Yes, µ = 222 mg/dl and σ = 37 mg/dl. What do I want to know? How often I will see a value that is above 240 mg/dl, for one question and the other how often will I get a value between 200 mg/dl and 240 mg/dl. Since I know the distribution type and have all the necessary information I will find my z-scores so I can correlate the z-scores to the requested frequencies by looking on a table or using the computer. Let the random variable X denote the blood cholesterol levels. P(X > 240 mg/dl) = P Z > P(Z > 0.49) We would expect a reading above 240mg/dl about 31% of the time P(200 < X < 240 ) = P Z < P Z < P(Z < 0.49) P(Z < -0.59) of the time We would expect a reading between 200mg/dl and 240 mg/dl about 41%
AP Statistics Solutions to Packet 2
AP Statistics Solutions to Packet 2 The Normal Distributions Density Curves and the Normal Distribution Standard Normal Calculations HW #9 1, 2, 4, 6-8 2.1 DENSITY CURVES (a) Sketch a density curve that
Section 1.3 Exercises (Solutions)
Section 1.3 Exercises (s) 1.109, 1.110, 1.111, 1.114*, 1.115, 1.119*, 1.122, 1.125, 1.127*, 1.128*, 1.131*, 1.133*, 1.135*, 1.137*, 1.139*, 1.145*, 1.146-148. 1.109 Sketch some normal curves. (a) Sketch
6 3 The Standard Normal Distribution
290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since
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)
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
The Normal Distribution
Chapter 6 The Normal Distribution 6.1 The Normal Distribution 1 6.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize the normal probability distribution
Probability. Distribution. Outline
7 The Normal Probability Distribution Outline 7.1 Properties of the Normal Distribution 7.2 The Standard Normal Distribution 7.3 Applications of the Normal Distribution 7.4 Assessing Normality 7.5 The
Chapter 3. The Normal Distribution
Chapter 3. The Normal Distribution Topics covered in this chapter: Z-scores Normal Probabilities Normal Percentiles Z-scores Example 3.6: The standard normal table The Problem: What proportion of observations
Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties:
Density Curve A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: 1. The total area under the curve must equal 1. 2. Every point on the curve
Probability Distributions
Learning Objectives Probability Distributions Section 1: How Can We Summarize Possible Outcomes and Their Probabilities? 1. Random variable 2. Probability distributions for discrete random variables 3.
Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1.
Lecture 6: Chapter 6: Normal Probability Distributions A normal distribution is a continuous probability distribution for a random variable x. The graph of a normal distribution is called the normal curve.
Key Concept. Density Curve
MAT 155 Statistical Analysis Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal
Introduction to the Practice of Statistics Fifth Edition Moore, McCabe
Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Section 5.1 Homework Answers 5.7 In the proofreading setting if Exercise 5.3, what is the smallest number of misses m with P(X m)
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
First Midterm Exam (MATH1070 Spring 2012)
First Midterm Exam (MATH1070 Spring 2012) Instructions: This is a one hour exam. You can use a notecard. Calculators are allowed, but other electronics are prohibited. 1. [40pts] Multiple Choice Problems
7. Normal Distributions
7. Normal Distributions A. Introduction B. History C. Areas of Normal Distributions D. Standard Normal E. Exercises Most of the statistical analyses presented in this book are based on the bell-shaped
HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS
Mathematics Revision Guides Histograms, Cumulative Frequency and Box Plots Page 1 of 25 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Higher Tier HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS
EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck!
STP 231 EXAM #1 (Example) Instructor: Ela Jackiewicz Honor Statement: I have neither given nor received information regarding this exam, and I will not do so until all exams have been graded and returned.
Unit 7: Normal Curves
Unit 7: Normal Curves Summary of Video Histograms of completely unrelated data often exhibit similar shapes. To focus on the overall shape of a distribution and to avoid being distracted by the irregularities
Lesson 20. Probability and Cumulative Distribution Functions
Lesson 20 Probability and Cumulative Distribution Functions Recall If p(x) is a density function for some characteristic of a population, then Recall If p(x) is a density function for some characteristic
The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median
CONDENSED LESSON 2.1 Box Plots In this lesson you will create and interpret box plots for sets of data use the interquartile range (IQR) to identify potential outliers and graph them on a modified box
6.2 Normal distribution. Standard Normal Distribution:
6.2 Normal distribution Slide Heights of Adult Men and Women Slide 2 Area= Mean = µ Standard Deviation = σ Donation: X ~ N(µ,σ 2 ) Standard Normal Distribution: Slide 3 Slide 4 a normal probability distribution
Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1.
Normal Distribution Definition A continuous random variable has a normal distribution if its probability density e -(y -µ Y ) 2 2 / 2 σ function can be written as for < y < as Y f ( y ) = 1 σ Y 2 π Notation:
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
An Introduction to Basic Statistics and Probability
An Introduction to Basic Statistics and Probability Shenek Heyward NCSU An Introduction to Basic Statistics and Probability p. 1/4 Outline Basic probability concepts Conditional probability Discrete Random
4.3 Areas under a Normal Curve
4.3 Areas under a Normal Curve Like the density curve in Section 3.4, we can use the normal curve to approximate areas (probabilities) between different values of Y that follow a normal distribution Y
5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.
The Normal Distribution C H 6A P T E R The Normal Distribution Outline 6 1 6 2 Applications of the Normal Distribution 6 3 The Central Limit Theorem 6 4 The Normal Approximation to the Binomial Distribution
. 58 58 60 62 64 66 68 70 72 74 76 78 Father s height (inches)
PEARSON S FATHER-SON DATA The following scatter diagram shows the heights of 1,0 fathers and their full-grown sons, in England, circa 1900 There is one dot for each father-son pair Heights of fathers and
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. A) 0.4987 B) 0.9987 C) 0.0010 D) 0.
Ch. 5 Normal Probability Distributions 5.1 Introduction to Normal Distributions and the Standard Normal Distribution 1 Find Areas Under the Standard Normal Curve 1) Find the area under the standard normal
Lesson 7 Z-Scores and Probability
Lesson 7 Z-Scores and Probability Outline Introduction Areas Under the Normal Curve Using the Z-table Converting Z-score to area -area less than z/area greater than z/area between two z-values Converting
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.
AP * Statistics Review. Descriptive Statistics
AP * Statistics Review Descriptive Statistics Teacher Packet Advanced Placement and AP are registered trademark of the College Entrance Examination Board. The College Board was not involved in the production
Lesson 4 Measures of Central Tendency
Outline Measures of a distribution s shape -modality and skewness -the normal distribution Measures of central tendency -mean, median, and mode Skewness and Central Tendency Lesson 4 Measures of Central
3.4 The Normal Distribution
3.4 The Normal Distribution All of the probability distributions we have found so far have been for finite random variables. (We could use rectangles in a histogram.) A probability distribution for a continuous
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
Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics
Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),
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
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
Descriptive statistics; Correlation and regression
Descriptive statistics; and regression Patrick Breheny September 16 Patrick Breheny STA 580: Biostatistics I 1/59 Tables and figures Descriptive statistics Histograms Numerical summaries Percentiles Human
AP STATISTICS 2010 SCORING GUIDELINES
2010 SCORING GUIDELINES Question 4 Intent of Question The primary goals of this question were to (1) assess students ability to calculate an expected value and a standard deviation; (2) recognize the applicability
Week 3&4: Z tables and the Sampling Distribution of X
Week 3&4: Z tables and the Sampling Distribution of X 2 / 36 The Standard Normal Distribution, or Z Distribution, is the distribution of a random variable, Z N(0, 1 2 ). The distribution of any other normal
What Does the Normal Distribution Sound Like?
What Does the Normal Distribution Sound Like? Ananda Jayawardhana Pittsburg State University [email protected] Published: June 2013 Overview of Lesson In this activity, students conduct an investigation
Stats on the TI 83 and TI 84 Calculator
Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and
Lecture 14. Chapter 7: Probability. Rule 1: Rule 2: Rule 3: Nancy Pfenning Stats 1000
Lecture 4 Nancy Pfenning Stats 000 Chapter 7: Probability Last time we established some basic definitions and rules of probability: Rule : P (A C ) = P (A). Rule 2: In general, the probability of one event
Mind on Statistics. Chapter 2
Mind on Statistics Chapter 2 Sections 2.1 2.3 1. Tallies and cross-tabulations are used to summarize which of these variable types? A. Quantitative B. Mathematical C. Continuous D. Categorical 2. The table
Normal Probability Distribution
Normal Probability Distribution The Normal Distribution functions: #1: normalpdf pdf = Probability Density Function This function returns the probability of a single value of the random variable x. Use
Frequency Distributions
Descriptive Statistics Dr. Tom Pierce Department of Psychology Radford University Descriptive statistics comprise a collection of techniques for better understanding what the people in a group look like
Correlation Coefficient The correlation coefficient is a summary statistic that describes the linear relationship between two numerical variables 2
Lesson 4 Part 1 Relationships between two numerical variables 1 Correlation Coefficient The correlation coefficient is a summary statistic that describes the linear relationship between two numerical variables
Section 3 Part 1. Relationships between two numerical variables
Section 3 Part 1 Relationships between two numerical variables 1 Relationship between two variables The summary statistics covered in the previous lessons are appropriate for describing a single variable.
Statistics 2014 Scoring Guidelines
AP Statistics 2014 Scoring Guidelines College Board, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks of the College Board. AP Central is the official online home
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
The Importance of Statistics Education
The Importance of Statistics Education Professor Jessica Utts Department of Statistics University of California, Irvine http://www.ics.uci.edu/~jutts [email protected] Outline of Talk What is Statistics? Four
STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables
Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random
Week 4: Standard Error and Confidence Intervals
Health Sciences M.Sc. Programme Applied Biostatistics Week 4: Standard Error and Confidence Intervals Sampling Most research data come from subjects we think of as samples drawn from a larger population.
Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions
Chapter 4 - Lecture 1 Probability Density Functions and Cumulative Distribution Functions October 21st, 2009 Review Probability distribution function Useful results Relationship between the pdf and the
5) The table below describes the smoking habits of a group of asthma sufferers. two way table ( ( cell cell ) (cell cell) (cell cell) )
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine which score corresponds to the higher relative position. 1) Which score has a better relative
Chapter 4. Probability and Probability Distributions
Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the
Calculator Notes for the TI-Nspire and TI-Nspire CAS
CHAPTER 11 Calculator Notes for the Note 11A: Entering e In any application, press u to display the value e. Press. after you press u to display the value of e without an exponent. Note 11B: Normal Graphs
sample median Sample quartiles sample deciles sample quantiles sample percentiles Exercise 1 five number summary # Create and view a sorted
Sample uartiles We have seen that the sample median of a data set {x 1, x, x,, x n }, sorted in increasing order, is a value that divides it in such a way, that exactly half (i.e., 50%) of the sample observations
MATH 140 Lab 4: Probability and the Standard Normal Distribution
MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes
The Normal Distribution
The Normal Distribution Continuous Distributions A continuous random variable is a variable whose possible values form some interval of numbers. Typically, a continuous variable involves a measurement
consider the number of math classes taken by math 150 students. how can we represent the results in one number?
ch 3: numerically summarizing data - center, spread, shape 3.1 measure of central tendency or, give me one number that represents all the data consider the number of math classes taken by math 150 students.
MATH 103/GRACEY PRACTICE EXAM/CHAPTERS 2-3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.
MATH 3/GRACEY PRACTICE EXAM/CHAPTERS 2-3 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) The frequency distribution
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
Statistics E100 Fall 2013 Practice Midterm I - A Solutions
STATISTICS E100 FALL 2013 PRACTICE MIDTERM I - A SOLUTIONS PAGE 1 OF 5 Statistics E100 Fall 2013 Practice Midterm I - A Solutions 1. (16 points total) Below is the histogram for the number of medals won
Midterm Review Problems
Midterm Review Problems October 19, 2013 1. Consider the following research title: Cooperation among nursery school children under two types of instruction. In this study, what is the independent variable?
Probability Distributions
CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution
CHAPTER THREE. Key Concepts
CHAPTER THREE Key Concepts interval, ordinal, and nominal scale quantitative, qualitative continuous data, categorical or discrete data table, frequency distribution histogram, bar graph, frequency polygon,
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.
STATISTICS/GRACEY PRACTICE TEST/EXAM 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Identify the given random variable as being discrete or continuous.
Statistics 100 Sample Final Questions (Note: These are mostly multiple choice, for extra practice. Your Final Exam will NOT have any multiple choice!
Statistics 100 Sample Final Questions (Note: These are mostly multiple choice, for extra practice. Your Final Exam will NOT have any multiple choice!) Part A - Multiple Choice Indicate the best choice
STATISTICS 8: CHAPTERS 7 TO 10, SAMPLE MULTIPLE CHOICE QUESTIONS
STATISTICS 8: CHAPTERS 7 TO 10, SAMPLE MULTIPLE CHOICE QUESTIONS 1. If two events (both with probability greater than 0) are mutually exclusive, then: A. They also must be independent. B. They also could
Continuous Random Variables
Chapter 5 Continuous Random Variables 5.1 Continuous Random Variables 1 5.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize and understand continuous
II. DISTRIBUTIONS distribution normal distribution. standard scores
Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,
Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)
Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume
c. Construct a boxplot for the data. Write a one sentence interpretation of your graph.
MBA/MIB 5315 Sample Test Problems Page 1 of 1 1. An English survey of 3000 medical records showed that smokers are more inclined to get depressed than non-smokers. Does this imply that smoking causes depression?
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,
5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives
5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives We often have to compute the total of the observations in a
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
Chapter 3 RANDOM VARIATE GENERATION
Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.
Solution. Solution. (a) Sum of probabilities = 1 (Verify) (b) (see graph) Chapter 4 (Sections 4.3-4.4) Homework Solutions. Section 4.
Math 115 N. Psomas Chapter 4 (Sections 4.3-4.4) Homework s Section 4.3 4.53 Discrete or continuous. In each of the following situations decide if the random variable is discrete or continuous and give
8. THE NORMAL DISTRIBUTION
8. THE NORMAL DISTRIBUTION The normal distribution with mean μ and variance σ 2 has the following density function: The normal distribution is sometimes called a Gaussian Distribution, after its inventor,
Lesson 17: Margin of Error When Estimating a Population Proportion
Margin of Error When Estimating a Population Proportion Classwork In this lesson, you will find and interpret the standard deviation of a simulated distribution for a sample proportion and use this information
WEEK #22: PDFs and CDFs, Measures of Center and Spread
WEEK #22: PDFs and CDFs, Measures of Center and Spread Goals: Explore the effect of independent events in probability calculations. Present a number of ways to represent probability distributions. Textbook
Describing, Exploring, and Comparing Data
24 Chapter 2. Describing, Exploring, and Comparing Data Chapter 2. Describing, Exploring, and Comparing Data There are many tools used in Statistics to visualize, summarize, and describe data. This chapter
Bar Graphs and Dot Plots
CONDENSED L E S S O N 1.1 Bar Graphs and Dot Plots In this lesson you will interpret and create a variety of graphs find some summary values for a data set draw conclusions about a data set based on graphs
Chapter 5: Normal Probability Distributions - Solutions
Chapter 5: Normal Probability Distributions - Solutions Note: All areas and z-scores are approximate. Your answers may vary slightly. 5.2 Normal Distributions: Finding Probabilities If you are given that
Descriptive Statistics
Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize
Notes on Continuous Random Variables
Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes
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
MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables
MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables Tony Pourmohamad Department of Mathematics De Anza College Spring 2015 Objectives By the end of this set of slides,
3.2 Measures of Spread
3.2 Measures of Spread In some data sets the observations are close together, while in others they are more spread out. In addition to measures of the center, it's often important to measure the spread
1 of 6 9/30/15, 4:49 PM
Student: Date: Instructor: Doug Ensley Course: MAT117 01 Applied Statistics - Ensley Assignment: Online 09 - Section 6.2 1. In January 2011, the average monthly rental rate for one-bedroom apartments in
SAMPLING DISTRIBUTIONS
0009T_c07_308-352.qd 06/03/03 20:44 Page 308 7Chapter SAMPLING DISTRIBUTIONS 7.1 Population and Sampling Distributions 7.2 Sampling and Nonsampling Errors 7.3 Mean and Standard Deviation of 7.4 Shape of
Chapter 1: Exploring Data
Chapter 1: Exploring Data Chapter 1 Review 1. As part of survey of college students a researcher is interested in the variable class standing. She records a 1 if the student is a freshman, a 2 if the student
Lesson 9 Hypothesis Testing
Lesson 9 Hypothesis Testing Outline Logic for Hypothesis Testing Critical Value Alpha (α) -level.05 -level.01 One-Tail versus Two-Tail Tests -critical values for both alpha levels Logic for Hypothesis
Characteristics of Binomial Distributions
Lesson2 Characteristics of Binomial Distributions In the last lesson, you constructed several binomial distributions, observed their shapes, and estimated their means and standard deviations. In Investigation
Statistics. Measurement. Scales of Measurement 7/18/2012
Statistics Measurement Measurement is defined as a set of rules for assigning numbers to represent objects, traits, attributes, or behaviors A variableis something that varies (eye color), a constant does
