STATISTICAL DISTRIBUTIONS AND THE CALCULATOR

Size: px
Start display at page:

Download "STATISTICAL DISTRIBUTIONS AND THE CALCULATOR"

Transcription

1 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 the center-most data value or the average of the two center-most data values. Characteristic: Is resistant is only affected by which side (left or right) new data falls on; not affected by outliers or skew. - Mode: Most common value. Characteristic: Peak of the data set. Important fact to remember: The median is typically a better measure of center than the mean. b. Spread - Range: Maximum minimum. A weak measure of spread, but a simple one. - First quartile (Q1): The median of the lower half of the data set; the 25 th percentile. Characteristic: Approximately 25% of data is contained below Q1 and approximately 75% of the data is contained above Q1. - Third quartile (QE): The median of the upper half of the data set; the 75 th percentile. Characteristic: Approximately 75% of data is contained below Q3 and approximately 25% of the data is contained above Q3. Important fact to remember: The amount of data contained between the min and Q1, Q1 and the median, the median and Q3, and Q3 and the maximum is the same no matter how clustered the data may be in any given quartile. - Interquartile range (IQR): Q3 Q1. 50% of the data is contained in the IQR. - Outliers: Any point that is below Q1 1.5IQR or above Q IQR is an outlier. - Standard deviation: Measures typical deviation from the mean. Formula: ( ) Characteristics: Standard deviation is always positive. It is the square root of the variance. - Variance: Measures the overall variation in the data. More comprehensive than range. Characteristics: Variance is always positive, and it is the square of the standard deviation. Important fact to remember: Standard deviation measures the typical distance that a data point would be away from the mean. Calculator Commands Entering data into a list: STAT -> EDIT Calculating summary statistics: STAT -> CALC -> 1: 1-Var Stats 2 ND # (whatever number your list is) 2. Comparing two variables a. Linear regression - Least squares regression line (LSRL): This is the line that minimizes the squares of the residuals. - Residual: How off a prediction made by an LSRL is from the actual data. Calculated by: actual predicted. - Correlation coefficient r: A measure of how strong a linear relationship between two variables. Characteristics: Always between and 1. Correlation of 0 implies no linear relationship between two variables. Must have the same sign as the slope of the regression line. Important fact to remember: A high value of r does NOT imply that two variables have a linear relationship; it only shows the strength of such a relationship if it exists. Two variables with an exponential relationship may just happen to have a high r given a LSRL; this doesn t change the fact that the actual relationship is nonlinear. To determine if a relationship is linear, you must look at a scatterplot or a residual plot. - Coefficient of determination ( ): Describes what percentage of the overall variation in a -variable can be explained by plotting the -variable against an -variable with an LSRL.

2 Characteristic: Put otherwise, measures by what percentage the sum of the square residuals reduces by when using an LSRL instead of the line. Calculator Commands Make sure you have DiagnosticOn. This can be achieved by: 2 ND -> 0 -> DiagnosticOn -> Enter -> Enter. To calculate a LSRL given two data sets in L1 and L2: STAT -> CALC -> 8: LinReg(a+bx) L1, L2 a is the -intercept of the LSRL. It is the value of the -variable when. b is the slope of the LSRL. It is the change in units of the -variable for every increase of 1 unit in the -variable. 3. Basic graphical displays # and type of Name variables Boxplots Stemplots Bar charts Segmented bar charts Histograms 1 or more categorical 1 or more categorical Requirements for an E Mark outliers Scale Key/legend No skipping Key/legend Must use rel. freq. if sample sizes different Key/legend Frequency v. relative frequency Bars must touch if continuous Bars must be inclusive to the right Scatterplots 2 quantitative Cumulative frequency plots Add relative frequencies as increases Advantages Easy to graph All observations shown (can see gaps, # peaks) Simple, easy to graph Can be hard to graph Good for continuous variables Reveal shape Median can be estimated Easily readable (DOFS) Can determine percentiles Disadvantages Cannot determine gaps or # of peaks Time consuming for large data sets Misleading if without relative frequency Misleading if without relative frequency Median cannot be found exactly; mean can only be estimated N/A N/A Done in calculator? Yes Yes (sorta) No No Yes Yes N/A Among the graphs featured on the AP exam, the TI-84 can graph: scatterplots, histograms (frequency or relative frequency), and boxplots (with or without outliers). For any graphs, make sure that all functions are cleared from the menu. Enter your data using STAT -> EDIT. Hit 2 ND Y=. Turn the plot On. Select the graph you want and hit ZOOM 9:ZoomStat. To trace anything along the graph (quartiles for boxplots, points on a scatterplot, etc), hit TRACE. To order data in ascending order for a stemplot, enter your data into a list. Then, hit STAT 2: SortA(List #) ENTER.

3 3. Normal distributions a. All Normal distributions follow what is called the rule (known as the Empirical Rule). This states that, for any normal distribution, 68% of the data is contained within one standard deviation of the mean; 95% of the data is contained within 2 standard deviations of the mean; and 99.7% of the data is contained within 3 standard deviations of the mean; this is illustrated below. This is useful for estimating probabilities and percentiles. b. Percentile: A data point is at the percentile if percent of the data is equal to or below the data point. EXAMPLE: Suppose the distribution of heights of ten-year old boys is normally distributed with a mean of 58 inches and a standard deviation of 2.5 inches. Answer the following. - Shaun is a 10-year old boy and is 60.5 inches tall. Shaun s height is at what percentile? Answer: 60.5 is one standard deviation above the mean, so = 84 percent of 10-year old boys heights are below 60.5 inches. Shaun is at the 84 th percentile. - Andre is a 10-year old boy who is 53 inches tall. Andre s height is at what percentile of the height distribution? Answer: 53 is 58 2(2.5), so Andre s height is two standard deviations below the mean. Since 95% of data is within two standard deviations of the mean, Andre s height must be in the outer 5%; because his percentile rank only includes heights below his, he is at the ( ) percentile. - Tommy is 59 inches tall. What percentile is Tommy s height at? Answer: 59 is less than one standard deviation above the mean; this means his height is a region above the mean and that contains 34% of the data. His height must be somewhere between the 50 th and 84 th percentile. To answer this more specifically, we need a calculator command. To calculate the probability of a data point falling in a certain range or a data point s percentile, use normalcdf. Hit 2 ND VARS 2:normalcdf(. Enter the following four inputs: lowerbound, upperbound, ). The lower bound needs to be extreme enough to have only a negligible amount of data below it. To answer the question about Tommy, we would enter: normalcdf(-100, 59, 58, 2.5) = Tommy s height is at approximately the 65.5 th percentile of heights of 10-year old boys. c. -scores: Because all normal distributions have the same shape, it is useful to have what is called the standard normal distribution, which is the normal distribution with a mean and a standard deviation. Any data point in a normal distribution can be converted into a data point on the standard normal curve; the corresponding value is called that data point s -score, and is calculated as follows: for a data point and a normal distribution with and the data point s -score is

4 This is useful for a few reasons. Firstly, -scores are measured in standard deviations above or below the mean. This means that given two normal distributions with completely different units, we can compare data points on the distributions by standardizing them and comparing their -scores. In addition, the standard normal distribution has been studied enough that we have what is known on the AP Statistics formula sheet as Table A: given a -score, you can find that -scores percentile (i.e. the proportion of data to the left of that -score). Example: Benjamin and Will both play football at their local high school. Benjamin is known for his speed, while Will is known for his strength. The distribution of 40-yard dashes of football players at this school is approximately normal with mean 4.9 seconds and standard deviation 0.2 seconds; the distribution of bench-press lifts is approximately normal with mean 250 pounds and standard deviation 15 pounds. Benjamin can run a 40- yard dash in 4.52 seconds, and Will can bench-press 285 pounds. Who is better with regards to their respective strengths? Answer: The two players strengths are measured in different units, so we will standard their respective values:,. While both players are better than the players at their school, Benjamin is only 1.9 standard deviations faster than the average player at his school, while Will is 2.33 standard deviations above the mean. Will is better. To calculate the percentile of a -score, use normalcdf(. There are two options; enter the lower and upper bound and,, or simply do not input the mean or standard deviation. The TI-84 assumes that, if you input no mean or standard deviation, it is calculating based on the standard normal distribution. So, if you wanted to calculate Will s percentile, there are four options: 1. normalcdf(-100, 2.33, 0, 1) = normalcdf(-100, 2.33) = normalcdf(-100, 285, 250, 15) = Use Table A and find.3 on the leftmost column and 0.03 on the uppermost row: the corresponding value in the table is The values are slightly different due to the facts that the -score of 2.33 was slightly rounded and that Table A rounds the probability to 4 decimal places. Sometimes, you are given a percentile and are asked to calculate the data value that has that percentile. For this, we use another calculator command. When given a percentile and the mean and standard deviation of a normal distribution, you can calculate the data value with that percentile using invnorm. Hit 2 ND VARS 3:invNorm( and enter the following inputs: area to the left, mean, standard deviation). EXAMPLE: Refer back to the data on the heights of 10-year old boys. Eric, a ten-year old boy, brags to his friends that he is at the 98 th percentile for height. How tall must Eric be? Answer: invnorm(0.98, 58, 2.5) = Eric must be about inches tall. As you will see on the next page, invnorm( is integral in calculating critical values for confidence intervals. To calculate the critical value for a confidence interval about a sample proportion (remember: PROPZ: Z is for Proportions), you can use invnorm(. To calculate the critical value for a confidence interval with confidence level, you must simply keep in mind that the confidence level is the proportion of data contained around the mean; it is NOT equivalent to a percentile. To find the critical value, you must add on to the given half of the remaining area this corresponds to the area to the left (what the confidence interval does not contain). To calculate the critical value for a confidence interval about a proportion with confidence level, enter the following: invnorm( ( ) )

5 given and. Practically, you will not type this explicitly; you just need to add in the tail mentally. For example, the critical value for a 98% confidence interval is: invnorm( ) This adds in the to the left of the desired confidence interval. 4. distributions When working with means, we often do not know the population standard deviation Because of this, we must estimate with the sample standard deviation. When constructing a distribution using the sample standard deviation, the critical values must be slightly larger this to compensate for the fact that is by definition smaller than, regardless of whether is known. Characteristics: All distributions have shorter peaks than corresponding normal distributions and more area in the tails. The particular shape of a distribution is determined by degrees of freedom, which is simply, where is the sample size. The larger the sample size, the more the distribution will resemble a normal distribution. Similarly to normal distributions, there is a standard distribution; this is critical, because the TI-84 can only calculate probabilities and percentiles for the standard distribution. a. -scores: Critical values for -distributions are almost identical to -scores, only use instead of Given a data point, mean and sample standard deviation, the corresponding -value for that data point is You will not likely be asked to calculate probabilities or percentiles, but you will need to know how to find critical values for confidence intervals. To calculate the critical value for a confidence interval about a mean with confidence level, enter the following: 2 ND VARS 4:invT( and input the following; ( ) ) Practically, you will not type this explicitly; you just need to add in the tail mentally. For example, if a sample size is 10, then the critical value for a 99% confidence interval about that sample mean is: invnorm( ) This adds in the to the left of the desired confidence interval and includes the degrees of freedom 5. Binomial distributions a. Binomial distribution: The distribution of the number of times a certain binary event occurs. Characteristics: Defined by two parameters:, the number of trials, and, the probability of success on each trial. Conditions for a variable to be considered binomial: BINS Binary: The possible outcomes of each trial can be classified as success or failure. Independent: Trials must be independent; the result of any one trial will not affect the result of any other trial. Number: The number of trials must be fixed in advance. Success: There is the same probability of success on each trial; as long as the 10% condition is met, this condition is met. Characteristic: The binomial distribution defined by ( ) has mean and standard deviation ( ) Oftentimes in a binomial setting, we want to calculate the probability of an outcome occurring a certain number of times (or more or less). This can be done with the calculator. In a binomial setting with number of trials, probability of success, and desired number of successes, we can calculate the probability of or fewer successes using binomcdf. Hit 2 ND VARS B:binomcdf( and input n, p, x). It is important to know that this is inclusive; the result of this command is the probability of anything up to, and including, number of successes. EXAMPLE: If you flip a fair two-sided coin 10 times, what is the probability of getting fewer than 4 tails?

6 Answer: This is a binomial setting because there are a fixed number of independent trials, each of which have two possible outcomes: tails, or not tails. Because it says fewer than 4 tails, we must calculate the probability of three of fewer tails by entering the following: binomcdf(10, 0.5, 3) = The probability of getting fewer than 4 tails in 10 flips of a coin is approximately EXAMPLE: If you flip a fair two-sided coin 10 times, what is the probability of getting more than 8 heads? Answer: The probability of getting more than 8 heads is equal to 1 minus the probability of getting 7 or fewer heads, so: 1 - binomcdf(10, 0.5, 7) = The probability of getting more than 8 heads in 10 flips of a fair two-sided coin is approximately b. Normal approximations to a binomial distribution: Binomial distributions are usually skewed if they do not have a sufficiently large sample size. If, a binomial distribution without a sufficiently large sample size will be skewed right, and a binomial distribution with without a sufficiently large sample size will be skewed left. However, there is a very simple, albeit subjective, rule for determining if a normal distribution can approximate a binomial distribution. Important fact to remember: If and ( ) then you can use a normal approximation to a binomial distribution. Some resources say that you only need 5 successes and 5 failures; this is usually if is already close to 0.5. This distribution will have mean and standard deviation ( ). EXAMPLE: Suppose that 12% of all potatoes in a large truckload have blemishes. If 100 potatoes are randomly selected, what is the probability that more than 15 potatoes have blemishes? Answer: This is a binomial setting because there are a fixed number of trials that have only two possible outcomes: blemish or no blemish. Because this involves sampling without replacement, it is important to note that the sample size of 100 is probably less than 10% of the population (# of potatoes in the large truckload); this means that any two trials are independent within reason. Now, in a sample of size 100, we would expect successes (potatotes with blemishes) and ( ) failures (potatoes without blemishes). Because both of these numbers are approximately 10, we can approximate the binomial distribution with a normal distribution with mean and ( )( ) We now enter: normalcdf(15, 1000, 12, 3.25) = The probability of getting more than 15 potatoes with blemishes is approximately Geometric distributions a. Geometric distribution: This is the distribution of how many trials are needed in a binomial setting to achieve a certain number of successes. Characteristic: If the probability of success in a chance process is, then the expected number of trials until a first success is. EXAMPLE: Suppose that 22% of all households in a certain town have laptop computers. If you were to go randomly select houses, what is the probability that it would take until the 7 th house to find one that has a laptop? Answer: This would require finding 6 houses without a laptop and finding the last house with a laptop; assuming that 7 is less than 10% of the number of households in the town, we know that the probability of success on each house is approximately So, our solution is:. There is approximately a 5% chance that it would take until the 7 th house to find the first one with a laptop. 7. Linear transformations and combinations of random variables a. Multiplying a random variable by a constant: If a random variable has mean and standard deviation then the random variable, where is a constant, has mean and standard deviation. The variance of the new variable is - this is larger than the variance of by a factor of squared. Important fact to remember: Multiplication affects both center (mean, median, etc.) and spread (standard deviation, range).

7 b. Adding or subtracting random variables: IF two random variables are independent, then they can be added or subtracted: let and be independent random variables with respective means and and respective standard deviations and. Then, the mean of will be and the standard deviation will be. Important fact to remember: You add the variances when calculating the new standard deviation, regardless of whether or not the variable is or. EXAMPLE (Common one!): Suppose that the distribution of the weights of pears in a certain market is approximately normal with mean 7 ounces and standard deviation 1.3 ounces. Suppose that the distribution of weights of apples at this same market is approximately normal with mean 4 ounces and standard deviation 0.7 ounces. Let be the distribution of the weight of 3 pears and 5 bananas. What is the standard deviation of? Answer: It may be tempting to think that (where is the distribution of weights of pears, etc.). However, in statistics, this implies that is the combination of just two random variables, when in fact, it is the combination of eight variables. The correct solution is: ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ounces

Statistics TI-83 Usage Handout

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

More information

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

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE

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

More information

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

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

More information

Normal Probability Distributions

Normal Probability Distributions C H A P T E R Normal Probability Distributions 5 Section 5.2 Example 3 (pg. 248) Normal Probabilities Assume triglyceride levels of the population of the United States are normally distributed with a mean

More information

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc.

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Chapter 8 Measures of Center Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Data that can only be integer

More information

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Math 2311 Bekki George bekki@math.uh.edu Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Class webpage: http://www.math.uh.edu/~bekki/math2311.html Math 2311 Class

More information

The Normal Probability Distribution

The Normal Probability Distribution 102 The Normal Probability Distribution C H A P T E R 7 Section 7.2 4Example 1 (pg. 71) Finding Area Under a Normal Curve In this exercise, we will calculate the area to the left of 5 inches using a normal

More information

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19)

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x

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

Statistics (This summary is for chapters 18, 29 and section H of chapter 19)

Statistics (This summary is for chapters 18, 29 and section H of chapter 19) Statistics (This summary is for chapters 18, 29 and section H of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x n =

More information

Using the TI-83 Statistical Features

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

More information

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

Week 1 Variables: Exploration, Familiarisation and Description. Descriptive Statistics.

Week 1 Variables: Exploration, Familiarisation and Description. Descriptive Statistics. Week 1 Variables: Exploration, Familiarisation and Description. Descriptive Statistics. Convergent validity: the degree to which results/evidence from different tests/sources, converge on the same conclusion.

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

DATA HANDLING Five-Number Summary

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

More information

Some estimates of the height of the podium

Some estimates of the height of the podium Some estimates of the height of the podium 24 36 40 40 40 41 42 44 46 48 50 53 65 98 1 5 number summary Inter quartile range (IQR) range = max min 2 1.5 IQR outlier rule 3 make a boxplot 24 36 40 40 40

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

appstats5.notebook September 07, 2016 Chapter 5

appstats5.notebook September 07, 2016 Chapter 5 Chapter 5 Describing Distributions Numerically Chapter 5 Objective: Students will be able to use statistics appropriate to the shape of the data distribution to compare of two or more different data sets.

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

MAKING SENSE OF DATA Essentials series

MAKING SENSE OF DATA Essentials series MAKING SENSE OF DATA Essentials series THE NORMAL DISTRIBUTION Copyright by City of Bradford MDC Prerequisites Descriptive statistics Charts and graphs The normal distribution Surveys and sampling Correlation

More information

SOLUTIONS TO THE LAB 1 ASSIGNMENT

SOLUTIONS TO THE LAB 1 ASSIGNMENT SOLUTIONS TO THE LAB 1 ASSIGNMENT Question 1 Excel produces the following histogram of pull strengths for the 100 resistors: 2 20 Histogram of Pull Strengths (lb) Frequency 1 10 0 9 61 63 6 67 69 71 73

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

Chapter 5 Normal Probability Distributions

Chapter 5 Normal Probability Distributions Chapter 5 Normal Probability Distributions Section 5-1 Introduction to Normal Distributions and the Standard Normal Distribution A The normal distribution is the most important of the continuous probability

More information

Chapter 6: Random Variables. Ch. 6-3: Binomial and Geometric Random Variables

Chapter 6: Random Variables. Ch. 6-3: Binomial and Geometric Random Variables Chapter : Random Variables Ch. -3: Binomial and Geometric Random Variables X 0 2 3 4 5 7 8 9 0 0 P(X) 3???????? 4 4 When the same chance process is repeated several times, we are often interested in whether

More information

STAT 113 Variability

STAT 113 Variability STAT 113 Variability Colin Reimer Dawson Oberlin College September 14, 2017 1 / 48 Outline Last Time: Shape and Center Variability Boxplots and the IQR Variance and Standard Deviaton Transformations 2

More information

STAT 157 HW1 Solutions

STAT 157 HW1 Solutions STAT 157 HW1 Solutions http://www.stat.ucla.edu/~dinov/courses_students.dir/10/spring/stats157.dir/ Problem 1. 1.a: (6 points) Determine the Relative Frequency and the Cumulative Relative Frequency (fill

More information

CHAPTER 2 Describing Data: Numerical

CHAPTER 2 Describing Data: Numerical CHAPTER Multiple-Choice Questions 1. A scatter plot can illustrate all of the following except: A) the median of each of the two variables B) the range of each of the two variables C) an indication of

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

STAB22 section 1.3 and Chapter 1 exercises

STAB22 section 1.3 and Chapter 1 exercises STAB22 section 1.3 and Chapter 1 exercises 1.101 Go up and down two times the standard deviation from the mean. So 95% of scores will be between 572 (2)(51) = 470 and 572 + (2)(51) = 674. 1.102 Same idea

More information

7 THE CENTRAL LIMIT THEOREM

7 THE CENTRAL LIMIT THEOREM CHAPTER 7 THE CENTRAL LIMIT THEOREM 373 7 THE CENTRAL LIMIT THEOREM Figure 7.1 If you want to figure out the distribution of the change people carry in their pockets, using the central limit theorem and

More information

AP Statistics Unit 1 (Chapters 1-6) Extra Practice: Part 1

AP Statistics Unit 1 (Chapters 1-6) Extra Practice: Part 1 AP Statistics Unit 1 (Chapters 1-6) Extra Practice: Part 1 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,

More information

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions Chapter 5 Probability Distributions 5-1 Overview 5-2 Random Variables 5-3 Binomial Probability Distributions 5-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 5-5 The Poisson Distribution

More information

Chapter 3: Probability Distributions and Statistics

Chapter 3: Probability Distributions and Statistics Chapter 3: Probability Distributions and Statistics Section 3.-3.3 3. Random Variables and Histograms A is a rule that assigns precisely one real number to each outcome of an experiment. We usually denote

More information

UNIVERSITY OF TORONTO SCARBOROUGH Department of Computer and Mathematical Sciences. STAB22H3 Statistics I Duration: 1 hour and 45 minutes

UNIVERSITY OF TORONTO SCARBOROUGH Department of Computer and Mathematical Sciences. STAB22H3 Statistics I Duration: 1 hour and 45 minutes UNIVERSITY OF TORONTO SCARBOROUGH Department of Computer and Mathematical Sciences STAB22H3 Statistics I Duration: 1 hour and 45 minutes Last Name: First Name: Student number: Aids allowed: - One handwritten

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

Categorical. A general name for non-numerical data; the data is separated into categories of some kind.

Categorical. A general name for non-numerical data; the data is separated into categories of some kind. Chapter 5 Categorical A general name for non-numerical data; the data is separated into categories of some kind. Nominal data Categorical data with no implied order. Eg. Eye colours, favourite TV show,

More information

AP Statistics Chapter 6 - Random Variables

AP Statistics Chapter 6 - Random Variables AP Statistics Chapter 6 - Random 6.1 Discrete and Continuous Random Objective: Recognize and define discrete random variables, and construct a probability distribution table and a probability histogram

More information

The Binomial and Geometric Distributions. Chapter 8

The Binomial and Geometric Distributions. Chapter 8 The Binomial and Geometric Distributions Chapter 8 8.1 The Binomial Distribution A binomial experiment is statistical experiment that has the following properties: The experiment consists of n repeated

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

Probability & Statistics Modular Learning Exercises

Probability & Statistics Modular Learning Exercises Probability & Statistics Modular Learning Exercises About The Actuarial Foundation The Actuarial Foundation, a 501(c)(3) nonprofit organization, develops, funds and executes education, scholarship and

More information

Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need.

Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need. Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need. For exams (MD1, MD2, and Final): You may bring one 8.5 by 11 sheet of

More information

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain.

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain. Binomial and Normal Distributions Objective 1: Determining if an Experiment is a Binomial Experiment For an experiment to be considered a binomial experiment, four things must hold: 1. The experiment is

More information

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

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

More information

Manual for the TI-83, TI-84, and TI-89 Calculators

Manual for the TI-83, TI-84, and TI-89 Calculators Manual for the TI-83, TI-84, and TI-89 Calculators to accompany Mendenhall/Beaver/Beaver s Introduction to Probability and Statistics, 13 th edition James B. Davis Contents Chapter 1 Introduction...4 Chapter

More information

CH 5 Normal Probability Distributions Properties of the Normal Distribution

CH 5 Normal Probability Distributions Properties of the Normal Distribution Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend

More information

Math 120 Introduction to Statistics Mr. Toner s Lecture Notes. Standardizing normal distributions The Standard Normal Curve

Math 120 Introduction to Statistics Mr. Toner s Lecture Notes. Standardizing normal distributions The Standard Normal Curve 6.1 6.2 The Standard Normal Curve Standardizing normal distributions The "bell-shaped" curve, or normal curve, is a probability distribution that describes many reallife situations. Basic Properties 1.

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution

More information

Unit 2: Statistics Probability

Unit 2: Statistics Probability Applied Math 30 3-1: Distributions Probability Distribution: - a table or a graph that displays the theoretical probability for each outcome of an experiment. - P (any particular outcome) is between 0

More information

Frequency Distribution and Summary Statistics

Frequency Distribution and Summary Statistics Frequency Distribution and Summary Statistics Dongmei Li Department of Public Health Sciences Office of Public Health Studies University of Hawai i at Mānoa Outline 1. Stemplot 2. Frequency table 3. Summary

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

The normal distribution is a theoretical model derived mathematically and not empirically.

The normal distribution is a theoretical model derived mathematically and not empirically. Sociology 541 The Normal Distribution Probability and An Introduction to Inferential Statistics Normal Approximation The normal distribution is a theoretical model derived mathematically and not empirically.

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

The "bell-shaped" curve, or normal curve, is a probability distribution that describes many real-life situations.

The bell-shaped curve, or normal curve, is a probability distribution that describes many real-life situations. 6.1 6.2 The Standard Normal Curve The "bell-shaped" curve, or normal curve, is a probability distribution that describes many real-life situations. Basic Properties 1. The total area under the curve is.

More information

Numerical Descriptions of Data

Numerical Descriptions of Data Numerical Descriptions of Data Measures of Center Mean x = x i n Excel: = average ( ) Weighted mean x = (x i w i ) w i x = data values x i = i th data value w i = weight of the i th data value Median =

More information

Chapter 6: Random Variables

Chapter 6: Random Variables Chapter 6: Random Variables Section 6. The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Chapter 6 Random Variables 6.1 Discrete and Continuous Random Variables 6. 6.3 Binomial and

More information

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions Random Variables Examples: Random variable a variable (typically represented by x) that takes a numerical value by chance. Number of boys in a randomly selected family with three children. Possible values:

More information

3.1 Measures of Central Tendency

3.1 Measures of Central Tendency 3.1 Measures of Central Tendency n Summation Notation x i or x Sum observation on the variable that appears to the right of the summation symbol. Example 1 Suppose the variable x i is used to represent

More information

22.2 Shape, Center, and Spread

22.2 Shape, Center, and Spread Name Class Date 22.2 Shape, Center, and Spread Essential Question: Which measures of center and spread are appropriate for a normal distribution, and which are appropriate for a skewed distribution? Eplore

More information

1 Describing Distributions with numbers

1 Describing Distributions with numbers 1 Describing Distributions with numbers Only for quantitative variables!! 1.1 Describing the center of a data set The mean of a set of numerical observation is the familiar arithmetic average. To write

More information

Exploratory Data Analysis

Exploratory Data Analysis Exploratory Data Analysis Stemplots (or Stem-and-leaf plots) Stemplot and Boxplot T -- leading digits are called stems T -- final digits are called leaves STAT 74 Descriptive Statistics 2 Example: (number

More information

Describing Data: One Quantitative Variable

Describing Data: One Quantitative Variable STAT 250 Dr. Kari Lock Morgan The Big Picture Describing Data: One Quantitative Variable Population Sampling SECTIONS 2.2, 2.3 One quantitative variable (2.2, 2.3) Statistical Inference Sample Descriptive

More information

The Range, the Inter Quartile Range (or IQR), and the Standard Deviation (which we usually denote by a lower case s).

The Range, the Inter Quartile Range (or IQR), and the Standard Deviation (which we usually denote by a lower case s). We will look the three common and useful measures of spread. The Range, the Inter Quartile Range (or IQR), and the Standard Deviation (which we usually denote by a lower case s). 1 Ameasure of the center

More information

Statistics for Business and Economics: Random Variables:Continuous

Statistics for Business and Economics: Random Variables:Continuous Statistics for Business and Economics: Random Variables:Continuous STT 315: Section 107 Acknowledgement: I d like to thank Dr. Ashoke Sinha for allowing me to use and edit the slides. Murray Bourne (interactive

More information

Chapter 6. y y. Standardizing with z-scores. Standardizing with z-scores (cont.)

Chapter 6. y y. Standardizing with z-scores. Standardizing with z-scores (cont.) Starter Ch. 6: A z-score Analysis Starter Ch. 6 Your Statistics teacher has announced that the lower of your two tests will be dropped. You got a 90 on test 1 and an 85 on test 2. You re all set to drop

More information

Math 140 Introductory Statistics. First midterm September

Math 140 Introductory Statistics. First midterm September Math 140 Introductory Statistics First midterm September 23 2010 Box Plots Graphical display of 5 number summary Q1, Q2 (median), Q3, max, min Outliers If a value is more than 1.5 times the IQR from the

More information

Chapter 6 Confidence Intervals

Chapter 6 Confidence Intervals Chapter 6 Confidence Intervals Section 6-1 Confidence Intervals for the Mean (Large Samples) VOCABULARY: Point Estimate A value for a parameter. The most point estimate of the population parameter is the

More information

PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS

PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS I. INTRODUCTION TO RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS A. Random Variables 1. A random variable x represents a value

More information

2 DESCRIPTIVE STATISTICS

2 DESCRIPTIVE STATISTICS Chapter 2 Descriptive Statistics 47 2 DESCRIPTIVE STATISTICS Figure 2.1 When you have large amounts of data, you will need to organize it in a way that makes sense. These ballots from an election are rolled

More information

Numerical Descriptive Measures. Measures of Center: Mean and Median

Numerical Descriptive Measures. Measures of Center: Mean and Median Steve Sawin Statistics Numerical Descriptive Measures Having seen the shape of a distribution by looking at the histogram, the two most obvious questions to ask about the specific distribution is where

More information

AP Stats: 3B ~ Least Squares Regression and Residuals. Objectives:

AP Stats: 3B ~ Least Squares Regression and Residuals. Objectives: Objectives: INTERPRET the slope and y intercept of a least-squares regression line USE the least-squares regression line to predict y for a given x CALCULATE and INTERPRET residuals and their standard

More information

Measures of Center. Mean. 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) Measure of Center. Notation. Mean

Measures of Center. Mean. 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) Measure of Center. Notation. Mean Measure of Center Measures of Center The value at the center or middle of a data set 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) 1 2 Mean Notation The measure of center obtained by adding the values

More information

Elementary Statistics Blue Book. The Normal Curve

Elementary Statistics Blue Book. The Normal Curve Elementary Statistics Blue Book How to work smarter not harder The Normal Curve 68.2% 95.4% 99.7 % -4-3 -2-1 0 1 2 3 4 Z Scores John G. Blom May 2011 01 02 TI 30XA Key Strokes 03 07 TI 83/84 Key Strokes

More information

Chapter 4 Probability Distributions

Chapter 4 Probability Distributions Slide 1 Chapter 4 Probability Distributions Slide 2 4-1 Overview 4-2 Random Variables 4-3 Binomial Probability Distributions 4-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 4-5

More information

AP Stats ~ Lesson 6B: Transforming and Combining Random variables

AP Stats ~ Lesson 6B: Transforming and Combining Random variables AP Stats ~ Lesson 6B: Transforming and Combining Random variables OBJECTIVES: DESCRIBE the effects of transforming a random variable by adding or subtracting a constant and multiplying or dividing by a

More information

Lecture Week 4 Inspecting Data: Distributions

Lecture Week 4 Inspecting Data: Distributions Lecture Week 4 Inspecting Data: Distributions Introduction to Research Methods & Statistics 2013 2014 Hemmo Smit So next week No lecture & workgroups But Practice Test on-line (BB) Enter data for your

More information

1 Exercise One. 1.1 Calculate the mean ROI. Note that the data is not grouped! Below you find the raw data in tabular form:

1 Exercise One. 1.1 Calculate the mean ROI. Note that the data is not grouped! Below you find the raw data in tabular form: 1 Exercise One Note that the data is not grouped! 1.1 Calculate the mean ROI Below you find the raw data in tabular form: Obs Data 1 18.5 2 18.6 3 17.4 4 12.2 5 19.7 6 5.6 7 7.7 8 9.8 9 19.9 10 9.9 11

More information

Continuous Random Variables and the Normal Distribution

Continuous Random Variables and the Normal Distribution Chapter 6 Continuous Random Variables and the Normal Distribution Continuous random variables are used to approximate probabilities where there are many possible outcomes or an infinite number of possible

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number

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

AP Stats Review. Mrs. Daniel Alonzo & Tracy Mourning Sr. High

AP Stats Review. Mrs. Daniel Alonzo & Tracy Mourning Sr. High AP Stats Review Mrs. Daniel Alonzo & Tracy Mourning Sr. High sdaniel@dadeschools.net Agenda 1. AP Stats Exam Overview 2. AP FRQ Scoring & FRQ: 2016 #1 3. Distributions Review 4. FRQ: 2015 #6 5. Distribution

More information

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Week 7 Oğuz Gezmiş Texas A& M University Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Oğuz Gezmiş (TAMU) Topics in Contemporary Mathematics II Week7 1 / 19

More information

The Normal Distribution

The Normal Distribution Stat 6 Introduction to Business Statistics I Spring 009 Professor: Dr. Petrutza Caragea Section A Tuesdays and Thursdays 9:300:50 a.m. Chapter, Section.3 The Normal Distribution Density Curves So far we

More information

Lecture 1: Review and Exploratory Data Analysis (EDA)

Lecture 1: Review and Exploratory Data Analysis (EDA) Lecture 1: Review and Exploratory Data Analysis (EDA) Ani Manichaikul amanicha@jhsph.edu 16 April 2007 1 / 40 Course Information I Office hours For questions and help When? I ll announce this tomorrow

More information

Chapter 5 Basic Probability

Chapter 5 Basic Probability Chapter 5 Basic Probability Probability is determining the probability that a particular event will occur. Probability of occurrence = / T where = the number of ways in which a particular event occurs

More information

Probability is the tool used for anticipating what the distribution of data should look like under a given model.

Probability is the tool used for anticipating what the distribution of data should look like under a given model. AP Statistics NAME: Exam Review: Strand 3: Anticipating Patterns Date: Block: III. Anticipating Patterns: Exploring random phenomena using probability and simulation (20%-30%) Probability is the tool used

More information

Section Introduction to Normal Distributions

Section Introduction to Normal Distributions Section 6.1-6.2 Introduction to Normal Distributions 2012 Pearson Education, Inc. All rights reserved. 1 of 105 Section 6.1-6.2 Objectives Interpret graphs of normal probability distributions Find areas

More information

Measures of Dispersion (Range, standard deviation, standard error) Introduction

Measures of Dispersion (Range, standard deviation, standard error) Introduction Measures of Dispersion (Range, standard deviation, standard error) Introduction We have already learnt that frequency distribution table gives a rough idea of the distribution of the variables in a sample

More information

Description of Data I

Description of Data I Description of Data I (Summary and Variability measures) Objectives: Able to understand how to summarize the data Able to understand how to measure the variability of the data Able to use and interpret

More information

A LEVEL MATHEMATICS ANSWERS AND MARKSCHEMES SUMMARY STATISTICS AND DIAGRAMS. 1. a) 45 B1 [1] b) 7 th value 37 M1 A1 [2]

A LEVEL MATHEMATICS ANSWERS AND MARKSCHEMES SUMMARY STATISTICS AND DIAGRAMS. 1. a) 45 B1 [1] b) 7 th value 37 M1 A1 [2] 1. a) 45 [1] b) 7 th value 37 [] n c) LQ : 4 = 3.5 4 th value so LQ = 5 3 n UQ : 4 = 9.75 10 th value so UQ = 45 IQR = 0 f.t. d) Median is closer to upper quartile Hence negative skew [] Page 1 . a) Orders

More information

8. From FRED, search for Canada unemployment and download the unemployment rate for all persons 15 and over, monthly,

8. From FRED,   search for Canada unemployment and download the unemployment rate for all persons 15 and over, monthly, Economics 250 Introductory Statistics Exercise 1 Due Tuesday 29 January 2019 in class and on paper Instructions: There is no drop box and this exercise can be submitted only in class. No late submissions

More information

Overview/Outline. Moving beyond raw data. PSY 464 Advanced Experimental Design. Describing and Exploring Data The Normal Distribution

Overview/Outline. Moving beyond raw data. PSY 464 Advanced Experimental Design. Describing and Exploring Data The Normal Distribution PSY 464 Advanced Experimental Design Describing and Exploring Data The Normal Distribution 1 Overview/Outline Questions-problems? Exploring/Describing data Organizing/summarizing data Graphical presentations

More information

Probability & Statistics Modular Learning Exercises

Probability & Statistics Modular Learning Exercises Probability & Statistics Modular Learning Exercises About The Actuarial Foundation The Actuarial Foundation, a 501(c)(3) nonprofit organization, develops, funds and executes education, scholarship and

More information

Percentiles, STATA, Box Plots, Standardizing, and Other Transformations

Percentiles, STATA, Box Plots, Standardizing, and Other Transformations Percentiles, STATA, Box Plots, Standardizing, and Other Transformations Lecture 3 Reading: Sections 5.7 54 Remember, when you finish a chapter make sure not to miss the last couple of boxes: What Can Go

More information

Chapter 3 Descriptive Statistics: Numerical Measures Part A

Chapter 3 Descriptive Statistics: Numerical Measures Part A Slides Prepared by JOHN S. LOUCKS St. Edward s University Slide 1 Chapter 3 Descriptive Statistics: Numerical Measures Part A Measures of Location Measures of Variability Slide Measures of Location Mean

More information

23.1 Probability Distributions

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

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter7 Probability Distributions and Statistics Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number of boys in

More information

Center and Spread. Measures of Center and Spread. Example: Mean. Mean: the balance point 2/22/2009. Describing Distributions with Numbers.

Center and Spread. Measures of Center and Spread. Example: Mean. Mean: the balance point 2/22/2009. Describing Distributions with Numbers. Chapter 3 Section3-: Measures of Center Section 3-3: Measurers of Variation Section 3-4: Measures of Relative Standing Section 3-5: Exploratory Data Analysis Describing Distributions with Numbers The overall

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

6.1 Discrete & Continuous Random Variables. Nov 4 6:53 PM. Objectives

6.1 Discrete & Continuous Random Variables. Nov 4 6:53 PM. Objectives 6.1 Discrete & Continuous Random Variables examples vocab Objectives Today we will... - Compute probabilities using the probability distribution of a discrete random variable. - Calculate and interpret

More information